public interface ITransition extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static String |
MetaclassName |
| Modifier and Type | Method and Description |
|---|---|
IBehavior |
getBehaviorEffect()
Get the BehaviorEffect association.
|
String |
getEffect()
Getter for the Effect meta class attribute.
|
ISignal |
getEffects()
Get the Effects association.
|
String |
getGuard()
Getter for the Guard meta class attribute.
|
String |
getPostCondition()
Getter for the PostCondition meta class attribute.
|
IOperation |
getProcessed()
Get the Processed association.
|
String |
getReceivedEvents()
Getter for the ReceivedEvents meta class attribute.
|
String |
getSentEvents()
Getter for the SentEvents meta class attribute.
|
IStateVertex |
getSource()
Get the Source association.
|
IStateVertex |
getTarget()
Get the Target association.
|
IEvent |
getTrigger()
Get the Trigger association.
|
void |
setBehaviorEffect(IBehavior element)
Setter for the 'BehaviorEffect' [0..1] association.
|
void |
setEffect(String value)
Setter for the 'Effect' meta class attribute
|
void |
setEffects(ISignal element)
Setter for the 'Effects' [0..1] association.
|
void |
setGuard(String value)
Setter for the 'Guard' meta class attribute
|
void |
setPostCondition(String value)
Setter for the 'PostCondition' meta class attribute
|
void |
setProcessed(IOperation element)
Setter for the 'Processed' [0..1] association.
|
void |
setReceivedEvents(String value)
Setter for the 'ReceivedEvents' meta class attribute
|
void |
setSentEvents(String value)
Setter for the 'SentEvents' meta class attribute
|
void |
setSource(IStateVertex element)
Setter for the 'Source' [0..1] association.
|
void |
setTarget(IStateVertex element)
Setter for the 'Target' [0..1] association.
|
void |
setTrigger(IEvent element)
Setter for the 'Trigger' [0..1] association.
|
addBpmnLaneRefs, addConstraintDefinition, addDefaultParametering, addDependsOnDependency, addDescriptor, addDocument, addExtension, addImpactedDependency, addLocalDescriptor, addLocalTag, addManifesting, addproduct, addReceivedInfo, addRepresentingConnector, addRepresentingEnd, addRepresentingInstance, addRepresentingPartition, addRepresents, addSentInfo, addStereotype, addTag, addTemplateSubstitution, addTypingParameter, cardBpmnLaneRefs, cardBpmnLaneRefs, cardConstraintDefinition, cardConstraintDefinition, cardDefaultParametering, cardDefaultParametering, cardDependsOnDependency, cardDependsOnDependency, cardDescriptor, cardDescriptor, cardDocument, cardDocument, cardExtension, cardExtension, cardImpactedDependency, cardImpactedDependency, cardLocalDescriptor, cardLocalDescriptor, cardLocalTag, cardLocalTag, cardManifesting, cardManifesting, cardproduct, cardproduct, cardReceivedInfo, cardReceivedInfo, cardRepresentingConnector, cardRepresentingConnector, cardRepresentingEnd, cardRepresentingEnd, cardRepresentingInstance, cardRepresentingInstance, cardRepresentingPartition, cardRepresentingPartition, cardRepresents, cardRepresents, cardSentInfo, cardSentInfo, cardTag, cardTag, cardTemplateSubstitution, cardTemplateSubstitution, cardTypingParameter, cardTypingParameter, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalDescriptor, getLocalDescriptor, getLocalTag, getLocalTag, getManifesting, getManifesting, getNote, getNoteContent, getOwnerTemplateParameter, getproduct, getproduct, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeBpmnLaneRefs, removeConstraintDefinition, removeDefaultParametering, removeDependsOnDependency, removeDescriptor, removeDocument, removeExtension, removeImpactedDependency, removeLocalDescriptor, removeLocalTag, removeManifesting, removeNote, removeproduct, removeReceivedInfo, removeRepresentingConnector, removeRepresentingEnd, removeRepresentingInstance, removeRepresentingPartition, removeRepresents, removeSentInfo, removeStereotype, removeTag, removeTag, removeTemplateSubstitution, removeTypingParameter, setName, setOwnerTemplateParameter, toStringaccept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDatestatic final String MetaclassName
String getEffect()
void setEffect(String value)
value - the new 'Effect' value.String getReceivedEvents()
void setReceivedEvents(String value)
value - the new 'ReceivedEvents' value.String getSentEvents()
void setSentEvents(String value)
value - the new 'SentEvents' value.String getGuard()
void setGuard(String value)
value - the new 'Guard' value.String getPostCondition()
void setPostCondition(String value)
value - the new 'PostCondition' value.IBehavior getBehaviorEffect()
void setBehaviorEffect(IBehavior element)
element - The element to set.ISignal getEffects()
void setEffects(ISignal element)
element - The element to set.IOperation getProcessed()
void setProcessed(IOperation element)
element - The element to set.IStateVertex getSource()
void setSource(IStateVertex element)
element - The element to set.IStateVertex getTarget()
void setTarget(IStateVertex element)
element - The element to set.IEvent getTrigger()
void setTrigger(IEvent element)
element - The element to set.