Interface ISpaceExecutor
-
- All Superinterfaces:
IPropertyObject
- All Known Implementing Classes:
DeltaTimeExecutor
,RoundBasedExecutor
public interface ISpaceExecutor extends IPropertyObject
A space executor is responsible for executing an environment in a certain manner (e.g. round-based).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_EXECUTION_MONITORING
Property to enable execution monitoring (i.e.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Start the space executor.void
terminate()
Terminate the space executor.-
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
-
-
-
-
Field Detail
-
PROPERTY_EXECUTION_MONITORING
static final java.lang.String PROPERTY_EXECUTION_MONITORING
Property to enable execution monitoring (i.e. print warnings when components are still executing during advancement of time).- See Also:
- Constant Field Values
-
-