Class Tracker
java.lang.Object
com.assemblyrobot.simulator.system.components.Tracker
public class Tracker
extends java.lang.Object
-
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 givenStation
, as logged by aMaterialMetricsCollector
.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
-
addMetrics
Logs metrics from processing that happened in a givenStation
, as logged by aMaterialMetricsCollector
.- Parameters:
metrics
- Metrics logged in theStation
.
-