public interface BpmnSequenceFlow extends BpmnFlowElement
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 |
---|---|
java.lang.String |
getConditionExpression()
Getter for attribute 'BpmnSequenceFlow.ConditionExpression'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnSequenceFlowDataAssociation> |
getConnector()
Getter for relation 'BpmnSequenceFlow->Connector'
Metamodel description:
null
|
<T extends BpmnSequenceFlowDataAssociation> |
getConnector(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnSequenceFlow->Connector'
Metamodel description:
null
|
BpmnActivity |
getDefaultFrom()
Getter for relation 'BpmnSequenceFlow->DefaultFrom'
Metamodel description:
null
|
BpmnComplexGateway |
getDefaultOfComplex()
Getter for relation 'BpmnSequenceFlow->DefaultOfComplex'
Metamodel description:
null
|
BpmnExclusiveGateway |
getDefaultOfExclusive()
Getter for relation 'BpmnSequenceFlow->DefaultOfExclusive'
Metamodel description:
null
|
BpmnInclusiveGateway |
getDefaultOfInclusive()
Getter for relation 'BpmnSequenceFlow->DefaultOfInclusive'
Metamodel description:
null
|
BpmnFlowNode |
getSourceRef()
Getter for relation 'BpmnSequenceFlow->SourceRef'
Metamodel description:
null
|
BpmnFlowNode |
getTargetRef()
Getter for relation 'BpmnSequenceFlow->TargetRef'
Metamodel description:
null
|
boolean |
isIsImmediate()
Getter for attribute 'BpmnSequenceFlow.IsImmediate'
Metamodel description:
An optional boolean value specifying whether Activities or Choreography
Activities not in the model containing the Sequence Flow can occur between the
elements connected by the Sequence Flow.
|
void |
setConditionExpression(java.lang.String value)
Setter for attribute 'BpmnSequenceFlow.ConditionExpression'
Metamodel description:
null
|
void |
setDefaultFrom(BpmnActivity value)
Setter for relation 'BpmnSequenceFlow->DefaultFrom'
Metamodel description:
null
|
void |
setDefaultOfComplex(BpmnComplexGateway value)
Setter for relation 'BpmnSequenceFlow->DefaultOfComplex'
Metamodel description:
null
|
void |
setDefaultOfExclusive(BpmnExclusiveGateway value)
Setter for relation 'BpmnSequenceFlow->DefaultOfExclusive'
Metamodel description:
null
|
void |
setDefaultOfInclusive(BpmnInclusiveGateway value)
Setter for relation 'BpmnSequenceFlow->DefaultOfInclusive'
Metamodel description:
null
|
void |
setIsImmediate(boolean value)
Setter for attribute 'BpmnSequenceFlow.IsImmediate'
Metamodel description:
An optional boolean value specifying whether Activities or Choreography
Activities not in the model containing the Sequence Flow can occur between the
elements connected by the Sequence Flow.
|
void |
setSourceRef(BpmnFlowNode value)
Setter for relation 'BpmnSequenceFlow->SourceRef'
Metamodel description:
null
|
void |
setTargetRef(BpmnFlowNode value)
Setter for relation 'BpmnSequenceFlow->TargetRef'
Metamodel description:
null
|
getContainer, getGroups, getGroups, getLane, getLane, getSubProcess, isTriggeredByEvent, setContainer, setSubProcess, setTriggeredByEvent
getBpmnContext, getIncomingAssoc, getIncomingAssoc, getIncomingFlow, getIncomingFlow, getOutgoingAssoc, getOutgoingAssoc, getOutgoingFlow, getOutgoingFlow, getPartitionedLaneRefs, getPartitionedLaneRefs
addStereotype, 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, setProperty
getAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, 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
static final java.lang.String MNAME
static final java.lang.String MQNAME
boolean isIsImmediate()
void setIsImmediate(boolean value)
java.lang.String getConditionExpression()
void setConditionExpression(java.lang.String value)
BpmnFlowNode getSourceRef()
void setSourceRef(BpmnFlowNode value)
BpmnFlowNode getTargetRef()
void setTargetRef(BpmnFlowNode value)
BpmnInclusiveGateway getDefaultOfInclusive()
void setDefaultOfInclusive(BpmnInclusiveGateway value)
BpmnActivity getDefaultFrom()
void setDefaultFrom(BpmnActivity value)
BpmnExclusiveGateway getDefaultOfExclusive()
void setDefaultOfExclusive(BpmnExclusiveGateway value)
org.eclipse.emf.common.util.EList<BpmnSequenceFlowDataAssociation> getConnector()
<T extends BpmnSequenceFlowDataAssociation> java.util.List<T> getConnector(java.lang.Class<T> filterClass)
BpmnComplexGateway getDefaultOfComplex()
void setDefaultOfComplex(BpmnComplexGateway value)