|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.kivi.AbstractTriggerState
public abstract class AbstractTriggerState
Base implementation for trigger states.
Constructor Summary | |
---|---|
AbstractTriggerState()
|
Method Summary | |
---|---|
void |
finish()
Invalidate any data that is only valid once, for example push button events. |
Class<?> |
getKeyClass()
Get the class for identifying the type of trigger state. |
long |
getSequenceNumber()
Get the sequence number of this state to determine a temporal order. |
void |
merge(ITriggerState previous)
Merge this state instance with the previous instance in case of delta trigger events. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.core.kivi.ITriggerState |
---|
getTriggerClass |
Constructor Detail |
---|
public AbstractTriggerState()
Method Detail |
---|
public void merge(ITriggerState previous)
merge
in interface ITriggerState
previous
- the previous instance of this trigger statepublic void finish()
finish
in interface ITriggerState
public long getSequenceNumber()
getSequenceNumber
in interface ITriggerState
public Class<?> getKeyClass()
getKeyClass
in interface ITriggerState
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |