public interface Event extends ModelElement
Modifier and Type | Method and Description |
---|---|
Operation |
getCalled()
Getter for relation 'Event->Called'
Metamodel description:
Direct link to an Operation in case of a call Event.
|
Behavior |
getComposed()
Getter for relation 'Event->Composed'
Metamodel description:
null
|
String |
getExpression()
Getter for attribute 'Event.Expression'
Metamodel description:
Expression initiating the Event.
|
EventType |
getKind()
Getter for attribute 'Event.Kind'
Metamodel description:
Defines the nature of the event (Time, Signal occurrence, and so on.)
|
Signal |
getModel()
Getter for relation 'Event->Model'
Metamodel description:
Signal of which the Event is an occurrence.
|
org.eclipse.emf.common.util.EList<State> |
getOrigin()
Getter for relation 'Event->Origin'
Metamodel description:
null
|
<T extends State> |
getOrigin(Class<T> filterClass)
Filtered Getter for relation 'Event->Origin'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Transition> |
getTriggered()
Getter for relation 'Event->Triggered'
Metamodel description:
null
|
<T extends Transition> |
getTriggered(Class<T> filterClass)
Filtered Getter for relation 'Event->Triggered'
Metamodel description:
null
|
void |
setCalled(Operation value)
Setter for relation 'Event->Called'
Metamodel description:
Direct link to an Operation in case of a call Event.
|
void |
setComposed(Behavior value)
Setter for relation 'Event->Composed'
Metamodel description:
null
|
void |
setExpression(String value)
Setter for attribute 'Event.Expression'
Metamodel description:
Expression initiating the Event.
|
void |
setKind(EventType value)
Setter for attribute 'Event.Kind'
Metamodel description:
Defines the nature of the event (Time, Signal occurrence, and so on.)
|
void |
setModel(Signal value)
Setter for relation 'Event->Model'
Metamodel description:
Signal of which the Event is an occurrence.
|
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getExpression()
void setExpression(String value)
EventType getKind()
void setKind(EventType value)
org.eclipse.emf.common.util.EList<Transition> getTriggered()
<T extends Transition> List<T> getTriggered(Class<T> filterClass)
Signal getModel()
void setModel(Signal value)
org.eclipse.emf.common.util.EList<State> getOrigin()
<T extends State> List<T> getOrigin(Class<T> filterClass)
Operation getCalled()
void setCalled(Operation value)
Behavior getComposed()
void setComposed(Behavior value)