jadex.application.space.envsupport.environment
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).


Method Summary
 void start()
          Start the space executor.
 void terminate()
          Terminate the space executor.
 
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
 

Method Detail

start

void start()
Start the space executor.


terminate

void terminate()
Terminate the space executor.



Copyright © 2010. All Rights Reserved.