java.lang.Object
com.assemblyrobot.simulator.system.components.Tracker

public class Tracker
extends java.lang.Object
Contains tracking data of a Material. Always has the same ID as the Material it corresponds to.
  • Constructor Summary

    Constructors
    Constructor Description
    Tracker()  
  • Method Summary

    Modifier and Type Method Description
    void addMetrics​(@NonNull MaterialMetricsCollector metrics)
    Logs metrics from processing that happened in a given Station, as logged by a MaterialMetricsCollector.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Tracker

      public Tracker()
  • Method Details