Package ion.Meta
Class Simulation
- java.lang.Object
-
- ion.Meta.Element
-
- ion.Meta.Simulation
-
public final class Simulation extends Element
-
-
Field Summary
Fields Modifier and Type Field Description static Simulationinstance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IElementSetgetElements()SimulationTimegetTime()voidonDestroy()voidupdate()-
Methods inherited from class ion.Meta.Element
destroy, getEventFilters, getEventHandlers, getRequestFilters, getRequestHandlers, getSimulation, getUID, raise, schedule, wasDestroyed
-
-
-
-
Field Detail
-
instance
public static final Simulation instance
-
-
Method Detail
-
getTime
public SimulationTime getTime()
-
getElements
public IElementSet getElements()
-
update
public void update()
-
-