Simulationpublic abstract class Element
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
Element() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
|
IEventFilterCollection |
getEventFilters() |
|
IEventHandlerCollection |
getEventHandlers() |
|
IRequestFilterCollection |
getRequestFilters() |
|
IRequestHandlerCollection |
getRequestHandlers() |
|
Simulation |
getSimulation() |
|
long |
getUID() |
|
abstract void |
onDestroy() |
|
void |
raise(Event evt) |
|
void |
schedule(Request request) |
|
boolean |
wasDestroyed() |
public void destroy()
public abstract void onDestroy()
public long getUID()
public boolean wasDestroyed()
public Simulation getSimulation()
public IRequestHandlerCollection getRequestHandlers()
public IRequestFilterCollection getRequestFilters()
public void schedule(Request request)
public IEventHandlerCollection getEventHandlers()
public IEventFilterCollection getEventFilters()
public void raise(Event evt)