fUML.Syntax.Activities.CompleteStructuredActivities
Class Clause

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Syntax.Classes.Kernel.Element
          extended by fUML.Syntax.Activities.CompleteStructuredActivities.Clause

public class Clause
extends Element

An implementation of the model object ' fUML::Syntax::Activities::CompleteStructuredActivities::Clause '.

The following features are implemented:


Field Summary
 ExecutableNodeList body
           
 OutputPinList bodyOutput
           
 OutputPin decider
           
 ClauseList predecessorClause
           
 ClauseList successorClause
           
 ExecutableNodeList test
           
 
Fields inherited from class fUML.Syntax.Classes.Kernel.Element
ownedComment, ownedElement, owner
 
Constructor Summary
Clause()
           
 
Method Summary
 void addBody(ExecutableNode body)
          operation addBody
 void addBodyOutput(OutputPin bodyOutput)
          operation addBodyOutput
 void addPredecessorClause(Clause predecessorClause)
          operation addPredecessorClause
 void addTest(ExecutableNode test)
          operation addTest
 void setDecider(OutputPin decider)
          operation setDecider
 
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

test

public ExecutableNodeList test

body

public ExecutableNodeList body

predecessorClause

public ClauseList predecessorClause

successorClause

public ClauseList successorClause

decider

public OutputPin decider

bodyOutput

public OutputPinList bodyOutput
Constructor Detail

Clause

public Clause()
Method Detail

addPredecessorClause

public void addPredecessorClause(Clause predecessorClause)
operation addPredecessorClause


addTest

public void addTest(ExecutableNode test)
operation addTest


addBody

public void addBody(ExecutableNode body)
operation addBody


setDecider

public void setDecider(OutputPin decider)
operation setDecider


addBodyOutput

public void addBodyOutput(OutputPin bodyOutput)
operation addBodyOutput



Copyright © 2012. All Rights Reserved.