fUML.Syntax.Actions.IntermediateActions
Class WriteStructuralFeatureAction

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.IntermediateActions.StructuralFeatureAction
                                  extended by fUML.Syntax.Actions.IntermediateActions.WriteStructuralFeatureAction
Direct Known Subclasses:
AddStructuralFeatureValueAction, RemoveStructuralFeatureValueAction

public abstract class WriteStructuralFeatureAction
extends StructuralFeatureAction

An implementation of the model object ' fUML::Syntax::Actions::IntermediateActions::WriteStructuralFeatureAction '.

The following features are implemented:


Field Summary
 OutputPin result
           
 InputPin value
           
 
Fields inherited from class fUML.Syntax.Actions.IntermediateActions.StructuralFeatureAction
object, structuralFeature
 
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
WriteStructuralFeatureAction()
           
 
Method Summary
 void setResult(OutputPin result)
          operation setResult
 void setValue(InputPin value)
          operation setValue
 
Methods inherited from class fUML.Syntax.Actions.IntermediateActions.StructuralFeatureAction
setObject, setStructuralFeature
 
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

value

public InputPin value

result

public OutputPin result
Constructor Detail

WriteStructuralFeatureAction

public WriteStructuralFeatureAction()
Method Detail

setResult

public void setResult(OutputPin result)
operation setResult


setValue

public void setValue(InputPin value)
operation setValue



Copyright © 2012. All Rights Reserved.