Package com.anylogic.engine
- java.lang.Object
- com.anylogic.engine.ExperimentCustom
- com.anylogic.engine.ExperimentTest<ROOT>
- 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.
it may be removed/renamed in future.
- See Also:
- Serialized Form
Modifier and Type | Method | Description |
---|---|---|
ExperimentSimulation<ROOT> | getSimulation() | |
void | run() | |
void | setupEngine_xjal |
This method should not be called by user
|
public ExperimentSimulation<ROOT> getSimulation()
public void run()
Description copied from class:
ExperimentCustom
- Specified by:
run
in classExperimentCustom
public void setupEngine_xjal(Engine engine)
Description copied from class:
ExperimentCustom
This method should not be called by user
- Overrides:
setupEngine_xjal
in classExperimentCustom