gsim.sim.engine
Interface Steppable


public interface Steppable


Method Summary
 void destroy()
           
 SimulationID getId()
           
 java.lang.String getNameSpace()
           
 void postStep()
           
 void preStep(long time)
           
 void step()
           
 void step(java.lang.String roleName)
           
 

Method Detail

getNameSpace

java.lang.String getNameSpace()
                              throws GSimEngineException
Throws:
GSimEngineException

getId

SimulationID getId()
                   throws GSimEngineException
Throws:
GSimEngineException

preStep

void preStep(long time)
             throws GSimEngineException
Throws:
GSimEngineException

step

void step()
          throws GSimEngineException
Throws:
GSimEngineException

step

void step(java.lang.String roleName)
          throws GSimEngineException
Throws:
GSimEngineException

postStep

void postStep()
              throws GSimEngineException
Throws:
GSimEngineException

destroy

void destroy()
             throws GSimEngineException
Throws:
GSimEngineException