Package com.anylogic.engine
- java.lang.Object
- com.anylogic.engine.FakeExperimentHost
- com.anylogic.engine.AutotestExperimentHost
- All Implemented Interfaces:
IExperimentHost
public class AutotestExperimentHost extends FakeExperimentHost
| Modifier and Type | Method | Description |
|---|---|---|
Experiment<?> | getExperiment() |
Returns the experiment associated with this host.
|
SVGFrameProducer | getFrameProducer() | |
void | logFrame() |
No need for synchronization because called in same thread with model execution
|
addInspect, callFunction, close, copyToClipboard, executeCommand, executeUserAction, getConfiguration, getCurrentNavigationPoint, getDependencyModelFolders, getExperimentState, getFrameFlag, getNextFrameNumber, getPresentable, getProgress, getUpdate, getValue, has3D, hideAllInspectionWindows, isOmniverseAnimtaion, isRunControlEnabled, isSpeedControlEnabled, isZoomAndPanningEnabled, launch, loadSnapshot, navigateHome, navigateTo, onAgentDestroyed_xjal, openWebSite, postExperimentSettings, removeInspect, saveSnapshot, setCenter, setDeveloperPanelEnabled, setDeveloperPanelVisibleOnStart, setFrameFlag, setMaxFPS, setPresentable, setRunControlEnabled, setSendConsoleItems, setSpeed, setSpeedControlEnabled, setValue, setZoomAndPanningEnabled, showAllInspectionWindows, showErrorDialog, showErrorInModelDialog, showMessageDialog, zoomIn, zoomOutpublic void logFrame()
No need for synchronization because called in same thread with model execution
public Experiment<?> getExperiment()
Description copied from interface:
IExperimentHostReturns the experiment associated with this host.
- Specified by:
getExperimentin interfaceIExperimentHost- Overrides:
getExperimentin classFakeExperimentHost- Returns:
- the experiment associated with this host
public SVGFrameProducer getFrameProducer()
- Specified by:
getFrameProducerin interfaceIExperimentHost- Overrides:
getFrameProducerin classFakeExperimentHost