fUML.Syntax.Actions.BasicActions
Class CallOperationAction

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
                                  extended by fUML.Syntax.Actions.BasicActions.CallAction
                                      extended by fUML.Syntax.Actions.BasicActions.CallOperationAction

public class CallOperationAction
extends CallAction

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

The following features are implemented:


Field Summary
 Operation operation
           
 InputPin target
           
 
Fields inherited from class fUML.Syntax.Actions.BasicActions.CallAction
isSynchronous, result
 
Fields inherited from class fUML.Syntax.Actions.BasicActions.InvocationAction
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
CallOperationAction()
           
 
Method Summary
 void setOperation(Operation operation)
          operation setOperation
 void setTarget(InputPin target)
          operation setTarget
 
Methods inherited from class fUML.Syntax.Actions.BasicActions.CallAction
addResult
 
Methods inherited from class fUML.Syntax.Actions.BasicActions.InvocationAction
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

operation

public Operation operation

target

public InputPin target
Constructor Detail

CallOperationAction

public CallOperationAction()
Method Detail

setTarget

public void setTarget(InputPin target)
operation setTarget


setOperation

public void setOperation(Operation operation)
operation setOperation



Copyright © 2012. All Rights Reserved.