public interface LoopNode extends StructuredActivityNode
Modifier and Type | Method and Description |
---|---|
String |
getSetup()
Getter for attribute 'LoopNode.Setup'
Metamodel description:
Section that initialize values or perform other setup computations for the loop.
|
String |
getTest()
Getter for attribute 'LoopNode.Test'
Metamodel description:
Expression that computes a Boolean value to determine if another execution of the body will be performed.
|
boolean |
isIsTestedFirst()
Getter for attribute 'LoopNode.IsTestedFirst'
Metamodel description:
If true, the test is performed before the first execution of the body.
|
void |
setIsTestedFirst(boolean value)
Setter for attribute 'LoopNode.IsTestedFirst'
Metamodel description:
If true, the test is performed before the first execution of the body.
|
void |
setSetup(String value)
Setter for attribute 'LoopNode.Setup'
Metamodel description:
Section that initialize values or perform other setup computations for the loop.
|
void |
setTest(String value)
Setter for attribute 'LoopNode.Test'
Metamodel description:
Expression that computes a Boolean value to determine if another execution of the body will be performed.
|
getBody, getBody, isMustIsolate, setMustIsolate
getHandler, getHandler, getInput, getInput, getOutput, getOutput, isIsCompensation, isIsMultipleInstance, setIsCompensation, setIsMultipleInstance
getIncoming, getIncoming, getOutgoing, getOutgoing, getOwner, getOwnerClause, getOwnerNode, getOwnerPartition, setOwner, setOwnerClause, setOwnerNode, setOwnerPartition
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
boolean isIsTestedFirst()
void setIsTestedFirst(boolean value)
String getSetup()
void setSetup(String value)
String getTest()
void setTest(String value)