fUML.Syntax.Actions.IntermediateActions
Class RemoveStructuralFeatureValueAction

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
                                      extended by fUML.Syntax.Actions.IntermediateActions.RemoveStructuralFeatureValueAction

public class RemoveStructuralFeatureValueAction
extends WriteStructuralFeatureAction

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

The following features are implemented:


Field Summary
 boolean isRemoveDuplicates
           
 InputPin removeAt
           
 
Fields inherited from class fUML.Syntax.Actions.IntermediateActions.WriteStructuralFeatureAction
result, 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
RemoveStructuralFeatureValueAction()
           
 
Method Summary
 void setIsRemoveDuplicates(boolean isRemoveDuplicates)
          operation setIsRemoveDuplicates
 void setRemoveAt(InputPin removeAt)
          operation setRemoveAt
 
Methods inherited from class fUML.Syntax.Actions.IntermediateActions.WriteStructuralFeatureAction
setResult, 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

isRemoveDuplicates

public boolean isRemoveDuplicates

removeAt

public InputPin removeAt
Constructor Detail

RemoveStructuralFeatureValueAction

public RemoveStructuralFeatureValueAction()
Method Detail

setIsRemoveDuplicates

public void setIsRemoveDuplicates(boolean isRemoveDuplicates)
operation setIsRemoveDuplicates


setRemoveAt

public void setRemoveAt(InputPin removeAt)
operation setRemoveAt



Copyright © 2012. All Rights Reserved.