Uses of Class
fUML.Syntax.Actions.BasicActions.InputPin

Packages that use InputPin
fUML.Semantics.Actions.BasicActions   
fUML.Syntax.Actions.BasicActions   
fUML.Syntax.Actions.CompleteActions   
fUML.Syntax.Actions.IntermediateActions   
fUML.Syntax.Activities.CompleteStructuredActivities   
fUML.Test   
 

Uses of InputPin in fUML.Semantics.Actions.BasicActions
 

Methods in fUML.Semantics.Actions.BasicActions with parameters of type InputPin
 ValueList ActionActivation.getTokens(InputPin pin)
           
 ValueList ActionActivation.takeTokens(InputPin pin)
           
 

Uses of InputPin in fUML.Syntax.Actions.BasicActions
 

Fields in fUML.Syntax.Actions.BasicActions declared as InputPin
 InputPin SendSignalAction.target
           
 InputPin CallOperationAction.target
           
 

Methods in fUML.Syntax.Actions.BasicActions that return InputPin
 InputPin InputPinList.getValue(int i)
           
 

Methods in fUML.Syntax.Actions.BasicActions with parameters of type InputPin
 void InvocationAction.addArgument(InputPin argument)
           
protected  void Action.addInput(InputPin input)
           
 void InputPinList.addValue(InputPin v)
           
 void InputPinList.addValue(int i, InputPin v)
           
 void SendSignalAction.setTarget(InputPin target)
           
 void CallOperationAction.setTarget(InputPin target)
           
 void InputPinList.setValue(int i, InputPin v)
           
 

Uses of InputPin in fUML.Syntax.Actions.CompleteActions
 

Fields in fUML.Syntax.Actions.CompleteActions declared as InputPin
 InputPin ReduceAction.collection
           
 InputPin StartObjectBehaviorAction.object
           
 InputPin StartClassifierBehaviorAction.object
           
 InputPin ReclassifyObjectAction.object
           
 InputPin ReadIsClassifiedObjectAction.object
           
 

Methods in fUML.Syntax.Actions.CompleteActions with parameters of type InputPin
 void ReduceAction.setCollection(InputPin collection)
           
 void StartObjectBehaviorAction.setObject(InputPin object)
           
 void StartClassifierBehaviorAction.setObject(InputPin object)
           
 void ReclassifyObjectAction.setObject(InputPin object)
           
 void ReadIsClassifiedObjectAction.setObject(InputPin object)
           
 

Uses of InputPin in fUML.Syntax.Actions.IntermediateActions
 

Fields in fUML.Syntax.Actions.IntermediateActions declared as InputPin
 InputPin LinkEndDestructionData.destroyAt
           
 InputPin TestIdentityAction.first
           
 InputPin LinkEndCreationData.insertAt
           
 InputPin AddStructuralFeatureValueAction.insertAt
           
 InputPin StructuralFeatureAction.object
           
 InputPin ClearAssociationAction.object
           
 InputPin RemoveStructuralFeatureValueAction.removeAt
           
 InputPin TestIdentityAction.second
           
 InputPin DestroyObjectAction.target
           
 InputPin WriteStructuralFeatureAction.value
           
 InputPin LinkEndData.value
           
 

Methods in fUML.Syntax.Actions.IntermediateActions with parameters of type InputPin
 void LinkAction.addInputValue(InputPin inputValue)
           
 void LinkEndDestructionData.setDestroyAt(InputPin destroyAt)
           
 void TestIdentityAction.setFirst(InputPin first)
           
 void LinkEndCreationData.setInsertAt(InputPin insertAt)
           
 void AddStructuralFeatureValueAction.setInsertAt(InputPin insertAt)
           
 void StructuralFeatureAction.setObject(InputPin object)
           
 void ClearAssociationAction.setObject(InputPin object)
           
 void RemoveStructuralFeatureValueAction.setRemoveAt(InputPin removeAt)
           
 void TestIdentityAction.setSecond(InputPin second)
           
 void DestroyObjectAction.setTarget(InputPin target)
           
 void WriteStructuralFeatureAction.setValue(InputPin value)
           
 void LinkEndData.setValue(InputPin value)
           
 

Uses of InputPin in fUML.Syntax.Activities.CompleteStructuredActivities
 

Methods in fUML.Syntax.Activities.CompleteStructuredActivities with parameters of type InputPin
 void LoopNode.addLoopVariableInput(InputPin loopVariableInput)
           
 void StructuredActivityNode.addStructuredNodeInput(InputPin structuredNodeInput)
           
 

Uses of InputPin in fUML.Test
 

Methods in fUML.Test that return InputPin
protected  InputPin ActivityFactory.addInputPin(Action action, java.lang.String name, int lower, int upper)
           
protected  InputPin ActivityFactory.makeInputPin(java.lang.String name, int lower, int upper)
           
 



Copyright © 2015. All Rights Reserved.