public interface BpmnCollaboration extends Behavior
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
<any> |
getArtifact()
Getter for relation 'BpmnCollaboration->Artifact'
Metamodel description:
null
|
<T extends BpmnArtifact> |
getArtifact(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->Artifact'
Metamodel description:
null
|
BpmnProcess |
getDefinedProcess()
Getter for relation 'BpmnCollaboration->DefinedProcess'
Metamodel description:
null
|
<any> |
getMessageFlow()
Getter for relation 'BpmnCollaboration->MessageFlow'
Metamodel description:
This provides the list of Message Flow that are used in the
Collaboration.
|
<T extends BpmnMessageFlow> |
getMessageFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->MessageFlow'
Metamodel description:
This provides the list of Message Flow that are used in the
Collaboration.
|
<any> |
getMessages()
Getter for relation 'BpmnCollaboration->Messages'
Metamodel description:
null
|
<T extends BpmnMessage> |
getMessages(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->Messages'
Metamodel description:
null
|
<any> |
getParticipants()
Getter for relation 'BpmnCollaboration->Participants'
Metamodel description:
null
|
<T extends BpmnParticipant> |
getParticipants(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->Participants'
Metamodel description:
null
|
boolean |
isIsClosed()
Getter for attribute 'BpmnCollaboration.IsClosed'
Metamodel description:
A boolean value specifying whether Message Flow not modeled in the Collaboration can occur when the Collaboration is carried out.
|
void |
setDefinedProcess(BpmnProcess value)
Setter for relation 'BpmnCollaboration->DefinedProcess'
Metamodel description:
null
|
void |
setIsClosed(boolean value)
Setter for attribute 'BpmnCollaboration.IsClosed'
Metamodel description:
A boolean value specifying whether Message Flow not modeled in the Collaboration can occur when the Collaboration is carried out.
|
getCaller, getCaller, getEComponent, getEComponent, getEffectOf, getEffectOf, getOwnedCollaboration, getOwnedCollaboration, getOwner, getOwnerOperation, getParameter, getParameter, isIsReentrant, setIsReentrant, setOwner, setOwnerOperationgetConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getManifesting, getManifesting, getOwnerTemplateParameter, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, setOwnerTemplateParameteraddStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setPropertygetAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElementaccept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSetstatic final java.lang.String MNAME
static final java.lang.String MQNAME
boolean isIsClosed()
void setIsClosed(boolean value)
<any> getArtifact()
<T extends BpmnArtifact> java.util.List<T> getArtifact(java.lang.Class<T> filterClass)
<any> getMessageFlow()
<T extends BpmnMessageFlow> java.util.List<T> getMessageFlow(java.lang.Class<T> filterClass)
<any> getParticipants()
<T extends BpmnParticipant> java.util.List<T> getParticipants(java.lang.Class<T> filterClass)
<any> getMessages()
<T extends BpmnMessage> java.util.List<T> getMessages(java.lang.Class<T> filterClass)
BpmnProcess getDefinedProcess()
void setDefinedProcess(BpmnProcess value)