org.jactr.tools.grapher.core.probe
Class ProductionProbe

java.lang.Object
  extended by org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe<org.jactr.core.production.IProduction>
      extended by org.jactr.tools.grapher.core.probe.ProductionProbe
All Implemented Interfaces:
IPollingProbe<org.jactr.core.production.IProduction>, IProbe<org.jactr.core.production.IProduction>

public class ProductionProbe
extends AbstractParameterizedProbe<org.jactr.core.production.IProduction>


Constructor Summary
ProductionProbe(java.lang.String name, org.jactr.core.production.IProduction production)
           
 
Method Summary
 void install(org.jactr.core.production.IProduction parameterized, java.util.concurrent.Executor executor)
           
 
Methods inherited from class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
addPattern, getChanges, getTrackedName, instantiate, isPolling, setPollable, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionProbe

public ProductionProbe(java.lang.String name,
                       org.jactr.core.production.IProduction production)
Method Detail

install

public void install(org.jactr.core.production.IProduction parameterized,
                    java.util.concurrent.Executor executor)
Specified by:
install in interface IProbe<org.jactr.core.production.IProduction>
Specified by:
install in class AbstractParameterizedProbe<org.jactr.core.production.IProduction>