public class LoopNode extends StructuredActivityNode
| Modifier and Type | Field and Description |
|---|---|
OutputPinList |
bodyOutput |
ExecutableNodeList |
bodyPart |
OutputPin |
decider |
boolean |
isTestedFirst |
OutputPinList |
loopVariable |
InputPinList |
loopVariableInput |
OutputPinList |
result |
ExecutableNodeList |
setupPart |
ExecutableNodeList |
test |
activity, edge, mustIsolate, node, structuredNodeInput, structuredNodeOutputcontext, input, isLocallyReentrant, outputincoming, inStructuredNode, outgoingisLeaf, redefinedElement, redefinitionContextname, namespace, qualifiedName, visibilityownedComment, ownedElement, owner| Constructor and Description |
|---|
LoopNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBodyOutput(OutputPin bodyOutput) |
void |
addBodyPart(ExecutableNode bodyPart) |
void |
addLoopVariable(OutputPin loopVariable) |
void |
addLoopVariableInput(InputPin loopVariableInput) |
void |
addResult(OutputPin result) |
void |
addTest(ExecutableNode test) |
void |
setDecider(OutputPin decider) |
void |
setIsTestedFirst(boolean isTestedFirst) |
_setActivity, _setContext, addEdge, addNode, addStructuredNodeInput, addStructuredNodeOutput, setMustIsolateaddInput, addOutput, setIsLocallyReentrant_addIncoming, _addOutgoing, _setInStructuredNodeaddRedefinedElement, addRedefinitionContext, setIsLeaf_setNamespace, setName, setVisibilityaddOwnedElementgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic boolean isTestedFirst
public OutputPin decider
public ExecutableNodeList test
public OutputPinList bodyOutput
public InputPinList loopVariableInput
public ExecutableNodeList bodyPart
public OutputPinList result
public OutputPinList loopVariable
public ExecutableNodeList setupPart
public void setIsTestedFirst(boolean isTestedFirst)
public void addTest(ExecutableNode test)
public void addBodyPart(ExecutableNode bodyPart)
public void addLoopVariableInput(InputPin loopVariableInput)
public void addLoopVariable(OutputPin loopVariable)
public void setDecider(OutputPin decider)
public void addBodyOutput(OutputPin bodyOutput)
public void addResult(OutputPin result)
Copyright © 2017. All rights reserved.