|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Movable
The interface for moving simulation elements.
Field Summary |
---|
Fields inherited from interface jasi.sim.basic.element.Element |
---|
COMPARATOR |
Method Summary | |
---|---|
boolean |
moving()
Request, if the actual movement has been started. |
void |
start()
Start the movement. |
void |
stop()
Stop the movement. |
Time |
timeToNextLocation()
Request time for the next update of movement. |
void |
updateMove()
Update the actual movement. |
Methods inherited from interface jasi.sim.basic.element.Element |
---|
delete, getKey, isDeleted, registered, setKey |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface jasi.sim.basic.id.SimObject |
---|
getId, setId |
Method Detail |
---|
Time timeToNextLocation()
void updateMove()
void start()
void stop()
boolean moving()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |