Uses of Class
fUML.Semantics.CommonBehaviors.BasicBehaviors.ParameterValueList

Packages that use ParameterValueList
fUML.Library.ChannelImplementation   
fUML.Library.IntegerFunctionImplementation   
fUML.Library.SystemIOImplementation   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.CommonBehaviors.Communications   
fUML.Semantics.Loci.LociL1   
fUML.utility.operations   
org.modeldriven.fuml.library   
org.modeldriven.fuml.library.booleanfunctions   
org.modeldriven.fuml.library.integerfunctions   
org.modeldriven.fuml.library.listfunctions   
org.modeldriven.fuml.library.stringfunctions   
org.modeldriven.fuml.library.unlimitednaturalfunctions   
 

Uses of ParameterValueList in fUML.Library.ChannelImplementation
 

Methods in fUML.Library.ChannelImplementation with parameters of type ParameterValueList
 void StandardOutputWriteExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in fUML.Library.IntegerFunctionImplementation
 

Methods in fUML.Library.IntegerFunctionImplementation with parameters of type ParameterValueList
 void IntegerGreaterFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void IntegerFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in fUML.Library.SystemIOImplementation
 

Methods in fUML.Library.SystemIOImplementation with parameters of type ParameterValueList
 void SystemWriteLineBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in fUML.Semantics.Classes.Kernel
 

Methods in fUML.Semantics.Classes.Kernel with parameters of type ParameterValueList
 void Reference.startBehavior(Class_ classifier, ParameterValueList inputs)
          operation startBehavior
 void Object_.startBehavior(Class_ classifier, ParameterValueList inputs)
          operation startBehavior
 

Uses of ParameterValueList in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Fields in fUML.Semantics.CommonBehaviors.BasicBehaviors declared as ParameterValueList
 ParameterValueList Execution.parameterValues
           
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return ParameterValueList
 ParameterValueList Execution.getOutputParameterValues()
          operation getOutputParameterValues
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors with parameters of type ParameterValueList
abstract  void OpaqueBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in fUML.Semantics.CommonBehaviors.Communications
 

Methods in fUML.Semantics.CommonBehaviors.Communications with parameters of type ParameterValueList
 void ClassifierBehaviorExecution.execute(Class_ classifier, ParameterValueList inputs)
          operation execute
 void ObjectActivation.startBehavior(Class_ classifier, ParameterValueList inputs)
          operation startBehavior
 

Uses of ParameterValueList in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 that return ParameterValueList
 ParameterValueList Executor.execute(Behavior behavior, Object_ context, ParameterValueList inputs)
          operation execute
 

Methods in fUML.Semantics.Loci.LociL1 with parameters of type ParameterValueList
 ParameterValueList Executor.execute(Behavior behavior, Object_ context, ParameterValueList inputs)
          operation execute
 Reference Executor.start(Class_ type, ParameterValueList inputs)
          operation start
 

Uses of ParameterValueList in fUML.utility.operations
 

Methods in fUML.utility.operations with parameters of type ParameterValueList
static void StandardOutputWriteExecutionOperations.doBody(StandardOutputWriteExecution standardOutputWriteExecution, ParameterValueList inputParameters, ParameterValueList outputParameters)
           
 

Uses of ParameterValueList in org.modeldriven.fuml.library
 

Methods in org.modeldriven.fuml.library with parameters of type ParameterValueList
static void LibraryFunctions.addEmptyValueListToOutputList(ParameterValueList outputParameters)
          Adds an empty values list to the output ParameterValueList.
static void LibraryFunctions.addValueToOutputList(Value value, ParameterValueList outputParameters)
          Add the output value to the output ParameterValueList
 

Uses of ParameterValueList in org.modeldriven.fuml.library.booleanfunctions
 

Methods in org.modeldriven.fuml.library.booleanfunctions with parameters of type ParameterValueList
 void BooleanToStringFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void BooleanToBooleanFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void BooleanNotFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void BooleanFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in org.modeldriven.fuml.library.integerfunctions
 

Methods in org.modeldriven.fuml.library.integerfunctions with parameters of type ParameterValueList
 void IntegerToUnlimitedNaturalFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void IntegerToStringFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void IntegerToIntegerFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void IntegerFunctionBehaviorExecution_ReturnBoolean.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void IntegerFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in org.modeldriven.fuml.library.listfunctions
 

Methods in org.modeldriven.fuml.library.listfunctions with parameters of type ParameterValueList
 void ListSizeFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void ListGetFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in org.modeldriven.fuml.library.stringfunctions
 

Methods in org.modeldriven.fuml.library.stringfunctions with parameters of type ParameterValueList
 void StringSubstringFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void StringSizeFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void StringConcatFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 

Uses of ParameterValueList in org.modeldriven.fuml.library.unlimitednaturalfunctions
 

Methods in org.modeldriven.fuml.library.unlimitednaturalfunctions with parameters of type ParameterValueList
 void UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void UnlimitedNaturalToStringFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void UnlimitedNaturalToIntegerFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 void UnlimitedNaturalFunctionBehaviorExecution.doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
 



Copyright © 2012. All Rights Reserved.