public interface Event extends Block
Modifier and Type | Interface and Description |
---|---|
static interface |
Event.Message
Message event
|
static interface |
Event.TimeOut
Timeout event
|
Block.And, Block.Def, Block.DefLoop, Block.Or, Block.PlaceHolder, Block.Seq, Block.Xor, Block.XorLoop
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the message associated to this event
|
void |
setMessage(java.lang.String message)
Sets the message of this event
|
addChild, addChild, addChildAt, addChildAt, addOutgoingEdge, addOutgoingEdgeAt, expressionsOfOutgoingEdgesMatter, getChildren, getOutgoingEdges, isChangeable, iterator, numChildren, orderingOfChildernMatters, removeOutgoingEdge, setChangeable, swapChildAt, swapChildAt
addIncomingEdge, addParent, addParent, addParent, addReadVariable, addRemovableReadVariable, addRemovableWriteVariable, addWriteVariable, getIncomingEdges, getParents, getProcessTree, getReadVariables, getReadVariablesRecursive, getRemovableReadVariables, getRemovableWrittenVariables, getWrittenVariables, getWrittenVariablesRecursive, isLeaf, isRoot, numParents, removeIncomingEdge, removeReadVariable, removeRemovableReadVariable, removeRemovableWriteVariable, removeWriteVariable, setProcessTree, toStringShort
getDependentProperties, getDependentProperty, getDependentProperty, getID, getIndependentProperties, getIndependentProperty, getIndependentProperty, getName, removeDependentProperty, removeDependentProperty, removeIndependentProperty, removeIndependentProperty, setDependentProperty, setDependentProperty, setIndependentProperty, setIndependentProperty, setName