fUML.Syntax.Actions.BasicActions
Class Action

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
Direct Known Subclasses:
AcceptEventAction, ClearAssociationAction, CreateObjectAction, DestroyObjectAction, InvocationAction, LinkAction, ReadExtentAction, ReadIsClassifiedObjectAction, ReadSelfAction, ReclassifyObjectAction, ReduceAction, StartClassifierBehaviorAction, StructuralFeatureAction, StructuredActivityNode, TestIdentityAction, ValueSpecificationAction

public abstract class Action
extends ExecutableNode

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

The following features are implemented:


Field Summary
 Classifier context
           
 InputPinList input
           
 boolean isLocallyReentrant
           
 OutputPinList 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
Action()
           
 
Method Summary
 void setIsLocallyReentrant(boolean isLocallyReentrant)
          operation 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

output

public OutputPinList output

context

public Classifier context

input

public InputPinList input

isLocallyReentrant

public boolean isLocallyReentrant
Constructor Detail

Action

public Action()
Method Detail

setIsLocallyReentrant

public void setIsLocallyReentrant(boolean isLocallyReentrant)
operation setIsLocallyReentrant



Copyright © 2012. All Rights Reserved.