AnyLogic
Expand
Font size
All Implemented Interfaces:
IExperimentHost

public class AutotestExperimentHost
extends FakeExperimentHost

Nested Class Summary

Nested classes/interfaces inherited from interface com.anylogic.engine.gui.IExperimentHost

IExperimentHost.IValue

Method Summary

Modifier and TypeMethodDescription
Experiment<?>getExperiment()
Returns the experiment associated with this host.
SVGFrameProducergetFrameProducer() 
voidlogFrame()
No need for synchronization because called in same thread with model execution

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface com.anylogic.engine.gui.IExperimentHost

launch, loadSnapshot, saveSnapshot

Method Details

logFrame

public void logFrame()
No need for synchronization because called in same thread with model execution

getExperiment

public Experiment<?> getExperiment()
Description copied from interface: IExperimentHost
Returns the experiment associated with this host.
Specified by:
getExperiment in interface IExperimentHost
Overrides:
getExperiment in class FakeExperimentHost
Returns:
the experiment associated with this host

getFrameProducer

public SVGFrameProducer getFrameProducer()
Specified by:
getFrameProducer in interface IExperimentHost
Overrides:
getFrameProducer in class FakeExperimentHost