|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Syntax.Classes.Kernel.Element
fUML.Syntax.Classes.Kernel.NamedElement
fUML.Syntax.Classes.Kernel.RedefinableElement
fUML.Syntax.Activities.IntermediateActivities.ActivityNode
fUML.Syntax.Activities.CompleteStructuredActivities.ExecutableNode
fUML.Syntax.Actions.BasicActions.Action
fUML.Syntax.Activities.CompleteStructuredActivities.StructuredActivityNode
public class StructuredActivityNode
An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::StructuredActivityNode '.
The following features are implemented:
setMustIsolateaddNodeaddEdge
addStructuredNodeOutput
addStructuredNodeInputnodeactivitymustIsolateedge
structuredNodeOutputstructuredNodeInput
| Field Summary | |
|---|---|
Activity |
activity
|
ActivityEdgeList |
edge
|
boolean |
mustIsolate
|
ActivityNodeList |
node
|
InputPinList |
structuredNodeInput
|
OutputPinList |
structuredNodeOutput
|
| Fields inherited from class fUML.Syntax.Actions.BasicActions.Action |
|---|
context, input, isLocallyReentrant, output |
| Fields inherited from class fUML.Syntax.Activities.IntermediateActivities.ActivityNode |
|---|
incoming, inStructuredNode, outgoing |
| Fields inherited from class fUML.Syntax.Classes.Kernel.RedefinableElement |
|---|
isLeaf, redefinedElement, redefinitionContext |
| Fields inherited from class fUML.Syntax.Classes.Kernel.NamedElement |
|---|
name, namespace, qualifiedName, visibility |
| Fields inherited from class fUML.Syntax.Classes.Kernel.Element |
|---|
ownedComment, ownedElement, owner |
| Constructor Summary | |
|---|---|
StructuredActivityNode()
|
|
| Method Summary | |
|---|---|
void |
addEdge(ActivityEdge edge)
operation addEdge |
void |
addNode(ActivityNode node)
operation addNode |
void |
addStructuredNodeInput(InputPin structuredNodeInput)
operation addStructuredNodeInput |
void |
addStructuredNodeOutput(OutputPin structuredNodeOutput)
operation addStructuredNodeOutput |
void |
setMustIsolate(boolean mustIsolate)
operation setMustIsolate |
| Methods inherited from class fUML.Syntax.Actions.BasicActions.Action |
|---|
setIsLocallyReentrant |
| Methods inherited from class fUML.Syntax.Classes.Kernel.RedefinableElement |
|---|
setIsLeaf |
| Methods inherited from class fUML.Syntax.Classes.Kernel.NamedElement |
|---|
setName, setVisibility |
| Methods inherited from class org.modeldriven.fuml.FumlObject |
|---|
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ActivityNodeList node
public Activity activity
public boolean mustIsolate
public ActivityEdgeList edge
public OutputPinList structuredNodeOutput
public InputPinList structuredNodeInput
| Constructor Detail |
|---|
public StructuredActivityNode()
| Method Detail |
|---|
public void setMustIsolate(boolean mustIsolate)
public void addNode(ActivityNode node)
public void addEdge(ActivityEdge edge)
public void addStructuredNodeOutput(OutputPin structuredNodeOutput)
public void addStructuredNodeInput(InputPin structuredNodeInput)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||