AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

@AnyLogicInternalAPI
public abstract class ExperimentTest<ROOT extends Agent>
extends ExperimentCustom
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
See Also:
Serialized Form

Method Summary

Modifier and TypeMethodDescription
voidrun()
voidsetupEngine_xjal(Engine engine)
This method should not be called by user

Methods inherited from class com.anylogic.engine.ExperimentCustom

createEngine, getCommandLineArguments, onError, onError, setCommandLineArguments_xjal

Methods inherited from class java.lang.Object

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

Method Details

run

public void run()
Description copied from class: ExperimentCustom
Specified by:
run in class ExperimentCustom

setupEngine_xjal

public void setupEngine_xjal(Engine engine)
Description copied from class: ExperimentCustom
This method should not be called by user
Overrides:
setupEngine_xjal in class ExperimentCustom