public interface Behavior extends ModelElement
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnCallActivity> |
getBpmnCaller() |
<T extends BpmnCallActivity> |
getBpmnCaller(Class<T> filterClass) |
org.eclipse.emf.common.util.EList<CallBehaviorAction> |
getCaller() |
<T extends CallBehaviorAction> |
getCaller(Class<T> filterClass) |
org.eclipse.emf.common.util.EList<Event> |
getEComponent() |
<T extends Event> |
getEComponent(Class<T> filterClass) |
org.eclipse.emf.common.util.EList<Transition> |
getEffectOf() |
<T extends Transition> |
getEffectOf(Class<T> filterClass) |
org.eclipse.emf.common.util.EList<Collaboration> |
getOwnedCollaboration() |
<T extends Collaboration> |
getOwnedCollaboration(Class<T> filterClass) |
NameSpace |
getOwner() |
Operation |
getOwnerOperation() |
org.eclipse.emf.common.util.EList<BehaviorParameter> |
getParameter() |
<T extends BehaviorParameter> |
getParameter(Class<T> filterClass) |
boolean |
isIsReentrant() |
void |
setIsReentrant(boolean value) |
void |
setOwner(NameSpace value) |
void |
setOwnerOperation(Operation value) |
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, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter
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
boolean isIsReentrant()
void setIsReentrant(boolean value)
org.eclipse.emf.common.util.EList<BpmnCallActivity> getBpmnCaller()
<T extends BpmnCallActivity> List<T> getBpmnCaller(Class<T> filterClass)
NameSpace getOwner()
void setOwner(NameSpace value)
org.eclipse.emf.common.util.EList<BehaviorParameter> getParameter()
<T extends BehaviorParameter> List<T> getParameter(Class<T> filterClass)
Operation getOwnerOperation()
void setOwnerOperation(Operation value)
org.eclipse.emf.common.util.EList<Collaboration> getOwnedCollaboration()
<T extends Collaboration> List<T> getOwnedCollaboration(Class<T> filterClass)
org.eclipse.emf.common.util.EList<CallBehaviorAction> getCaller()
<T extends CallBehaviorAction> List<T> getCaller(Class<T> filterClass)
org.eclipse.emf.common.util.EList<Event> getEComponent()
org.eclipse.emf.common.util.EList<Transition> getEffectOf()
<T extends Transition> List<T> getEffectOf(Class<T> filterClass)