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 SummaryFields Modifier and Type Field Description static java.lang.StringPROPERTY_EXECUTION_MONITORINGProperty to enable execution monitoring (i.e.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start the space executor.voidterminate()Terminate the space executor.- 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
- 
- 
- 
Field Detail- 
PROPERTY_EXECUTION_MONITORINGstatic 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
 
 
- 
 
-