public class Clause extends Element
| Modifier and Type | Field and Description |
|---|---|
ExecutableNodeList |
body |
OutputPinList |
bodyOutput |
OutputPin |
decider |
ClauseList |
predecessorClause |
ClauseList |
successorClause |
ExecutableNodeList |
test |
ownedComment, ownedElement, owner| Constructor and Description |
|---|
Clause() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBody(ExecutableNode body) |
void |
addBodyOutput(OutputPin bodyOutput) |
void |
addPredecessorClause(Clause predecessorClause) |
void |
addTest(ExecutableNode test) |
void |
setDecider(OutputPin decider) |
addOwnedElementgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic ExecutableNodeList test
public ExecutableNodeList body
public ClauseList predecessorClause
public ClauseList successorClause
public OutputPin decider
public OutputPinList bodyOutput
public void addPredecessorClause(Clause predecessorClause)
public void addTest(ExecutableNode test)
public void addBody(ExecutableNode body)
public void setDecider(OutputPin decider)
public void addBodyOutput(OutputPin bodyOutput)
Copyright © 2023. All rights reserved.