fUML.Syntax.Actions.BasicActions
Class InvocationAction

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Syntax.Classes.Kernel.Element
          extended by fUML.Syntax.Classes.Kernel.NamedElement
              extended by fUML.Syntax.Classes.Kernel.RedefinableElement
                  extended by fUML.Syntax.Activities.IntermediateActivities.ActivityNode
                      extended by fUML.Syntax.Activities.CompleteStructuredActivities.ExecutableNode
                          extended by fUML.Syntax.Actions.BasicActions.Action
                              extended by fUML.Syntax.Actions.BasicActions.InvocationAction
Direct Known Subclasses:
CallAction, SendSignalAction

public abstract class InvocationAction
extends Action

An implementation of the model object ' fUML::Syntax::Actions::BasicActions::InvocationAction'.

The following features are implemented:


Field Summary
 InputPinList argument
           
 
Fields inherited from class fUML.Syntax.Actions.BasicActions.Action
context, input, isLocallyReentrant, output
 
Fields inherited from class fUML.Syntax.Activities.IntermediateActivities.ActivityNode
activity, 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
InvocationAction()
           
 
Method Summary
 void addArgument(InputPin argument)
          operation addArgument
 
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

argument

public InputPinList argument
Constructor Detail

InvocationAction

public InvocationAction()
Method Detail

addArgument

public void addArgument(InputPin argument)
operation addArgument



Copyright © 2012. All Rights Reserved.