|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasi.sim.basic.value.AbstractSimValueType
jasi.sim.basic.value.AbstractComparableObject<Event>
jasi.sim.basic.event.AbstractEventBean
jasi.sim.basic.event.AbstractRepeatingEvent
jasi.sim.user.model.sense.TimeStepEvent
public class TimeStepEvent
Change the movement of a simulation element.
Field Summary |
---|
Fields inherited from interface jasi.sim.basic.event.Event |
---|
COMPARATOR, DEFAULT_PRIORITY |
Constructor Summary | |
---|---|
TimeStepEvent(Time time,
int priority)
Constructor of a next location element for archive. |
|
TimeStepEvent(Time step,
Time time)
Constructor of a next location element. |
Method Summary | |
---|---|
void |
repeat()
Repeat this event. |
Methods inherited from class jasi.sim.basic.event.AbstractRepeatingEvent |
---|
finish, getEndTime, getInterval, popped, setEndTime, setInterval |
Methods inherited from class jasi.sim.basic.event.AbstractEventBean |
---|
addEventListener, calendar, compareTo, equals, getEventListeners, getId, getPriority, getTime, hashCode, imported, inform, isInitialized, isPopped, isPushed, pushed, removeEventListener, setId, setPriority, setTime, toString |
Methods inherited from class jasi.sim.basic.value.AbstractComparableObject |
---|
isEQ, isGE, isGT, isLE, isLT, isNE |
Methods inherited from class jasi.sim.basic.value.AbstractSimValueType |
---|
getContent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jasi.sim.basic.value.ExtendedComparable |
---|
isEQ, isGE, isGT, isLE, isLT, isNE |
Constructor Detail |
---|
public TimeStepEvent(Time time, int priority)
time
- The time for the first track point.priority
- The event's priority.public TimeStepEvent(Time step, Time time)
step
- The event's time steptime
- The time for the first track point.Method Detail |
---|
public void repeat()
repeat
in class AbstractRepeatingEvent
AbstractRepeatingEvent.repeat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |