Uses of Class
fUML.Semantics.Classes.Kernel.Value

Packages that use Value
fUML.Library.ChannelImplementation   
fUML.Library.IntegerFunctionImplementation   
fUML.Library.LibraryClassImplementation   
fUML.Library.PipeImplementation   
fUML.Library.SystemIOImplementation   
fUML.Semantics.Actions.BasicActions   
fUML.Semantics.Actions.IntermediateActions   
fUML.Semantics.Activities.IntermediateActivities   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.CommonBehaviors.Communications   
fUML.Semantics.Loci.LociL1   
fUML.Test   
fUML.utility.operations   
org.modeldriven.fuml.library   
org.modeldriven.fuml.library.booleanfunctions   
org.modeldriven.fuml.library.channel   
org.modeldriven.fuml.library.common   
org.modeldriven.fuml.library.integerfunctions   
org.modeldriven.fuml.library.libraryclass   
org.modeldriven.fuml.library.listfunctions   
org.modeldriven.fuml.library.pipe   
org.modeldriven.fuml.library.stringfunctions   
org.modeldriven.fuml.library.unlimitednaturalfunctions   
 

Uses of Value in fUML.Library.ChannelImplementation
 

Subclasses of Value in fUML.Library.ChannelImplementation
 class ChannelObject
          An implementation of the model object ' fUML::Library::ChannelImplementation::ChannelObject'.
 class InputChannelObject
          An implementation of the model object ' fUML::Library::ChannelImplementation::InputChannelObject'.
 class OutputChannelObject
          An implementation of the model object ' fUML::Library::ChannelImplementation::OutputChannelObject'.
 class StandardOutputChannelObject
          An implementation of the model object ' fUML::Library::ChannelImplementation::StandardOutputChannelObject '.
 class StandardOutputWriteExecution
          An implementation of the model object ' fUML::Library::ChannelImplementation::StandardOutputWriteExecution '.
 class TextOutputChannelObject
          An implementation of the model object ' fUML::Library::ChannelImplementation::TextOutputChannelObject '.
 

Methods in fUML.Library.ChannelImplementation that return Value
 Value StandardOutputWriteExecution.new_()
          operation new_
 Value StandardOutputChannelObject.new_()
          operation new_
abstract  Value InputChannelObject.read()
          operation read
 

Methods in fUML.Library.ChannelImplementation with parameters of type Value
 void StandardOutputChannelObject.write(Value value)
          operation write
abstract  void OutputChannelObject.write(Value value)
          operation write
 

Uses of Value in fUML.Library.IntegerFunctionImplementation
 

Subclasses of Value in fUML.Library.IntegerFunctionImplementation
 class IntegerDivideFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerDivideFunctionBehaviorExecution '.
 class IntegerFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerFunctionBehaviorExecution '.
 class IntegerGreaterFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerGreaterFunctionBehaviorExecution '.
 class IntegerMinusFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerMinusFunctionBehaviorExecution '.
 class IntegerNegateFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerNegateFunctionBehaviorExecution '.
 class IntegerPlusFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerPlusFunctionBehaviorExecution '.
 class IntegerTimesFunctionBehaviorExecution
          An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerTimesFunctionBehaviorExecution '.
 

Methods in fUML.Library.IntegerFunctionImplementation that return Value
 Value IntegerTimesFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerPlusFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerNegateFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerMinusFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerGreaterFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerDivideFunctionBehaviorExecution.new_()
          operation new_
 

Uses of Value in fUML.Library.LibraryClassImplementation
 

Subclasses of Value in fUML.Library.LibraryClassImplementation
 class ImplementationObject
          An implementation of the model object ' fUML::Library::LibraryClassImplementation::ImplementationObject '.
 class OperationExecution
          An implementation of the model object ' fUML::Library::LibraryClassImplementation::OperationExecution '.
 

Methods in fUML.Library.LibraryClassImplementation that return Value
 Value OperationExecution.new_()
          operation new_
 

Methods in fUML.Library.LibraryClassImplementation with parameters of type Value
 void OperationExecution.setParameterValue(String parameterName, Value value)
          operation setParameterValue
 

Uses of Value in fUML.Library.PipeImplementation
 

Subclasses of Value in fUML.Library.PipeImplementation
 class PipeInputChannelObject
          An implementation of the model object ' fUML::Library::PipeImplementation::PipeInputChannelObject'.
 class PipeOutputChannelObject
          An implementation of the model object ' fUML::Library::PipeImplementation::PipeOutputChannelObject'.
 

Methods in fUML.Library.PipeImplementation that return Value
 Value PipeInputChannelObject.read()
          operation read
 

Methods in fUML.Library.PipeImplementation with parameters of type Value
 void PipeInputChannelObject.receive(Value value)
          operation receive
 void PipeOutputChannelObject.write(Value value)
          operation write
 

Uses of Value in fUML.Library.SystemIOImplementation
 

Subclasses of Value in fUML.Library.SystemIOImplementation
 class SystemWriteLineBehaviorExecution
          An implementation of the model object ' fUML::Library::SystemIOImplementation::SystemWriteLineBehaviorExecution '.
 

Methods in fUML.Library.SystemIOImplementation that return Value
 Value SystemWriteLineBehaviorExecution.new_()
          operation new_
 

Uses of Value in fUML.Semantics.Actions.BasicActions
 

Methods in fUML.Semantics.Actions.BasicActions with parameters of type Value
 void ActionActivation.putToken(OutputPin pin, Value value)
          operation putToken
 boolean ActionActivation.valueParticipatesInLink(Value value, Link link)
          operation valueParticipatesInLink
 

Uses of Value in fUML.Semantics.Actions.IntermediateActions
 

Methods in fUML.Semantics.Actions.IntermediateActions with parameters of type Value
 void DestroyObjectActionActivation.destroyObject(Value value, boolean isDestroyLinks, boolean isDestroyOwnedObjects)
          operation destroyObject
 LinkList StructuralFeatureActionActivation.getMatchingLinks(Association association, StructuralFeature end, Value oppositeValue)
          operation getMatchingLinks
 int WriteStructuralFeatureActionActivation.position(Value value, ValueList list, int startAt)
          operation position
 

Uses of Value in fUML.Semantics.Activities.IntermediateActivities
 

Subclasses of Value in fUML.Semantics.Activities.IntermediateActivities
 class ActivityExecution
          An implementation of the model object ' fUML::Semantics::Activities::IntermediateActivities::ActivityExecution '.
 

Fields in fUML.Semantics.Activities.IntermediateActivities declared as Value
 Value ObjectToken.value
           
 

Methods in fUML.Semantics.Activities.IntermediateActivities that return Value
 Value ActivityExecution.copy()
          operation copy
 Value DecisionNodeActivation.executeDecisionInputBehavior(Value inputValue, Value decisionInputValue)
          operation executeDecisionInputBehavior
 Value DecisionNodeActivation.getDecisionInputFlowValue()
          operation getDecisionInputFlowValue
abstract  Value Token.getValue()
          operation getValue
 Value ObjectToken.getValue()
          operation getValue
 Value ForkedToken.getValue()
          operation getValue
 Value ControlToken.getValue()
          operation getValue
 Value ActivityExecution.new_()
          operation new_
 

Methods in fUML.Semantics.Activities.IntermediateActivities with parameters of type Value
 Value DecisionNodeActivation.executeDecisionInputBehavior(Value inputValue, Value decisionInputValue)
          operation executeDecisionInputBehavior
 boolean DecisionNodeActivation.test(ValueSpecification guard, Value value)
          operation test
 

Uses of Value in fUML.Semantics.Classes.Kernel
 

Subclasses of Value in fUML.Semantics.Classes.Kernel
 class BooleanValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::BooleanValue'.
 class CompoundValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::CompoundValue'.
 class DataValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::DataValue'.
 class EnumerationValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::EnumerationValue'.
 class ExtensionalValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::ExtensionalValue'.
 class IntegerValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::IntegerValue'.
 class Link
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::Link'.
 class Object_
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::Object'.
 class PrimitiveValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::PrimitiveValue'.
 class Reference
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::Reference'.
 class StringValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::StringValue'.
 class StructuredValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::StructuredValue'.
 class UnlimitedNaturalValue
          An implementation of the model object ' fUML::Semantics::Classes::Kernel::UnlimitedNaturalValue'.
 

Methods in fUML.Semantics.Classes.Kernel that return Value
 Value Value.copy()
          operation copy
 Value UnlimitedNaturalValue.copy()
          operation copy
 Value StringValue.copy()
          operation copy
 Value Reference.copy()
          operation copy
 Value PrimitiveValue.copy()
          operation copy
 Value Object_.copy()
          operation copy
 Value Link.copy()
          operation copy
 Value IntegerValue.copy()
          operation copy
 Value ExtensionalValue.copy()
          operation copy
 Value EnumerationValue.copy()
          operation copy
 Value DataValue.copy()
          operation copy
 Value CompoundValue.copy()
          operation copy
 Value BooleanValue.copy()
          operation copy
 Value LiteralUnlimitedNaturalEvaluation.evaluate()
          operation evaluate
 Value LiteralStringEvaluation.evaluate()
          operation evaluate
 Value LiteralNullEvaluation.evaluate()
          operation evaluate
 Value LiteralIntegerEvaluation.evaluate()
          operation evaluate
 Value LiteralBooleanEvaluation.evaluate()
          operation evaluate
 Value InstanceValueEvaluation.evaluate()
          operation evaluate
abstract  Value Evaluation.evaluate()
          operation evaluate
 Value ValueList.getValue(int i)
           
 

Methods in fUML.Semantics.Classes.Kernel with parameters of type Value
 void ValueList.addValue(int i, Value v)
           
 void ValueList.addValue(Value v)
           
 boolean Value.equals(Value otherValue)
          operation equals
 boolean UnlimitedNaturalValue.equals(Value otherValue)
          operation equals
 boolean StringValue.equals(Value otherValue)
          operation equals
 boolean Reference.equals(Value otherValue)
          operation equals
 boolean IntegerValue.equals(Value otherValue)
          operation equals
 boolean EnumerationValue.equals(Value otherValue)
          operation equals
 boolean CompoundValue.equals(Value otherValue)
          operation equals
 boolean BooleanValue.equals(Value otherValue)
          operation equals
 void ValueList.setValue(int i, Value v)
           
 

Uses of Value in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Subclasses of Value in fUML.Semantics.CommonBehaviors.BasicBehaviors
 class Execution
          An implementation of the model object ' fUML::Semantics::CommonBehaviors::BasicBehaviors::Execution'.
 class OpaqueBehaviorExecution
          An implementation of the model object ' fUML::Semantics::CommonBehaviors::BasicBehaviors::OpaqueBehaviorExecution '.
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return Value
 Value Execution.copy()
          operation copy
abstract  Value Execution.new_()
          operation new_
 

Uses of Value in fUML.Semantics.CommonBehaviors.Communications
 

Subclasses of Value in fUML.Semantics.CommonBehaviors.Communications
 class SignalInstance
          An implementation of the model object ' fUML::Semantics::CommonBehaviors::Communications::SignalInstance '.
 

Methods in fUML.Semantics.CommonBehaviors.Communications that return Value
 Value SignalInstance.copy()
          operation copy
 Value SignalInstance.new_()
          operation new_
 

Uses of Value in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 that return Value
 Value Executor.evaluate(ValueSpecification specification)
          operation evaluate
 

Uses of Value in fUML.Test
 

Fields in fUML.Test declared as Value
 Value Variable.value
           
 

Methods in fUML.Test that return Value
 Value TestEnvironment.makeValue(Classifier type)
          operation makeValue
 

Methods in fUML.Test with parameters of type Value
 void VariableUtility.setAttributeValue(String target, String attributeName, Value sourceValue)
          operation setAttributeValue
 void TestEnvironment.setVariable(String name, Value value)
          operation setVariable
 

Uses of Value in fUML.utility.operations
 

Methods in fUML.utility.operations that return Value
static Value StandardOutputWriteExecutionOperations.new_(StandardOutputWriteExecution standardOutputWriteExecution)
           
 

Uses of Value in org.modeldriven.fuml.library
 

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

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

Subclasses of Value in org.modeldriven.fuml.library.booleanfunctions
 class BooleanAndFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanAndFunctionBehaviorExecution '.
 class BooleanFunctionBehaviorExecution
          Abstract class for all two-argument boolean functions.
 class BooleanImpliesFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanImpliesFunctionBehaviorExecution '.
 class BooleanNotFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanNotFunctionBehaviorExecution '.
 class BooleanOrFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanOrFunctionBehaviorExecution '.
 class BooleanToBooleanFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanToBooleanFunctionBehaviorExecution '.
 class BooleanToStringFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanToStringFunctionBehaviorExecution '.
 class BooleanXorFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::booleanfunctions::BooleanXorFunctionBehaviorExecution '.
 

Methods in org.modeldriven.fuml.library.booleanfunctions that return Value
 Value BooleanXorFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanToStringFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanToBooleanFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanOrFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanNotFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanImpliesFunctionBehaviorExecution.new_()
          operation new_
 Value BooleanAndFunctionBehaviorExecution.new_()
          operation new_
 

Uses of Value in org.modeldriven.fuml.library.channel
 

Subclasses of Value in org.modeldriven.fuml.library.channel
 class StandardInputChannelObject
           
 class TextInputChannelObject
           
 

Methods in org.modeldriven.fuml.library.channel that return Value
 Value StandardOutputChannelObject.new_()
           
 Value StandardInputChannelObject.new_()
           
 Value StandardInputChannelObject.peek(Status errorStatus)
           
abstract  Value InputChannelObject.peek(Status errorStatus)
           
 Value StandardInputChannelObject.read(Status errorStatus)
           
abstract  Value InputChannelObject.read(Status errorStatus)
           
 

Methods in org.modeldriven.fuml.library.channel with parameters of type Value
 void StandardOutputChannelObject.write(Value value, Status errorStatus)
           
abstract  void OutputChannelObject.write(Value value, Status errorStatus)
           
 

Uses of Value in org.modeldriven.fuml.library.common
 

Methods in org.modeldriven.fuml.library.common that return Value
 Value Status.getValue()
           
 

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

Subclasses of Value in org.modeldriven.fuml.library.integerfunctions
 class IntegerAbsFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerAbsFunctionBehaviorExecution '.
 class IntegerFunctionBehaviorExecution_ReturnBoolean
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerFunctionBehaviorExecution_ReturnBoolean '.
 class IntegerGreaterThanEqualFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerGreaterThanEqualFunctionBehaviorExecution '.
 class IntegerGreaterThanFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerGreaterThanFunctionBehaviorExecution '.
 class IntegerLessThanEqualFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerLessThanEqualFunctionBehaviorExecution '.
 class IntegerLessThanFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerLessThanFunctionBehaviorExecution '.
 class IntegerMaxFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerMaxFunctionBehaviorExecution '.
 class IntegerMinFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerMinFunctionBehaviorExecution '.
 class IntegerModFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerModFunctionBehaviorExecution '.
 class IntegerToIntegerFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerToIntegerFunctionBehaviorExecution '.
 class IntegerToStringFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerToStringFunctionBehaviorExecution '.
 class IntegerToUnlimitedNaturalFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerToUnlimitedNaturalFunctionBehaviorExecution '.
 

Methods in org.modeldriven.fuml.library.integerfunctions that return Value
 Value IntegerTimesFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerPlusFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerNegateFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerModFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerMinusFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerMinFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerMaxFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerLessThanFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerLessThanEqualFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerGreaterThanFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerGreaterThanEqualFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
abstract  Value IntegerFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerDivideFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerAbsFunctionBehaviorExecution.doIntegerFunction(intList arguments)
          operation doIntegerFunction
 Value IntegerToUnlimitedNaturalFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerToStringFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerToIntegerFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerTimesFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerPlusFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerNegateFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerModFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerMinusFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerMinFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerMaxFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerLessThanFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerLessThanEqualFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerGreaterThanFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerGreaterThanEqualFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerDivideFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerAbsFunctionBehaviorExecution.new_()
          operation new_
 

Uses of Value in org.modeldriven.fuml.library.libraryclass
 

Methods in org.modeldriven.fuml.library.libraryclass that return Value
 Value OperationExecution.new_()
           
 

Methods in org.modeldriven.fuml.library.libraryclass with parameters of type Value
 void OperationExecution.setParameterValue(String parameterName, Value value)
           
 void OperationExecution.setReturnParameterValue(Value value)
           
 

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

Subclasses of Value in org.modeldriven.fuml.library.listfunctions
 class ListGetFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::listfunctions::ListGetFunctionBehaviorExecution '.
 class ListSizeFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::listfunctions::ListSizeFunctionBehaviorExecution '.
 

Methods in org.modeldriven.fuml.library.listfunctions that return Value
 Value ListSizeFunctionBehaviorExecution.new_()
          operation new_
 Value ListGetFunctionBehaviorExecution.new_()
          operation new_
 

Uses of Value in org.modeldriven.fuml.library.pipe
 

Methods in org.modeldriven.fuml.library.pipe that return Value
 Value PipeInputChannelObject.peek(Status errorStatus)
           
 Value PipeInputChannelObject.read(Status errorStatus)
           
 

Methods in org.modeldriven.fuml.library.pipe with parameters of type Value
 void PipeInputChannelObject.receive(Value value)
           
 void PipeOutputChannelObject.write(Value value, Status errorStatus)
           
 

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

Subclasses of Value in org.modeldriven.fuml.library.stringfunctions
 class StringConcatFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::stringfunctions::StringConcatFunctionBehaviorExecution '.
 class StringSizeFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::stringfunctions::StringSizeFunctionBehaviorExecution '.
 class StringSubstringFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::stringfunctions::StringSubstringFunctionBehaviorExecution '.
 

Methods in org.modeldriven.fuml.library.stringfunctions that return Value
 Value StringSubstringFunctionBehaviorExecution.new_()
          operation new_
 Value StringSizeFunctionBehaviorExecution.new_()
          operation new_
 Value StringConcatFunctionBehaviorExecution.new_()
          operation new_
 

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

Subclasses of Value in org.modeldriven.fuml.library.unlimitednaturalfunctions
 class UnlimitedNaturalFunctionBehaviorExecution
          Abstract class for all two-argument UnlimitedNatural functions.
 class UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution '.
 class UnlimitedNaturalGreaterThanFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalGreaterThanFunctionBehaviorExecution '.
 class UnlimitedNaturalLessThanEqualFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalLessThanEqualFunctionBehaviorExecution '.
 class UnlimitedNaturalLessThanFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalLessThanFunctionBehaviorExecution '.
 class UnlimitedNaturalMaxFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::UnlimitedNaturalMaxFunctionBehaviorExecution '.
 class UnlimitedNaturalMinFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::UnlimitedNaturalMinFunctionBehaviorExecution '.
 class UnlimitedNaturalToIntegerFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalToIntegerFunctionBehaviorExecution '.
 class UnlimitedNaturalToStringFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalToStringFunctionBehaviorExecution '.
 class UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution
          An implementation of the model object ' org::modeldriven::fuml::library::unlimitednaturalfunctions::UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution '.
 

Methods in org.modeldriven.fuml.library.unlimitednaturalfunctions that return Value
 Value UnlimitedNaturalMinFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalMaxFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalLessThanFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalLessThanEqualFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalGreaterThanFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
abstract  Value UnlimitedNaturalFunctionBehaviorExecution.doUnlimitedNaturalFunction(UnlimitedNatural un1, UnlimitedNatural un2)
          operation doUnlimitedNaturalFunction
 Value UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalToStringFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalToIntegerFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalMinFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalMaxFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalLessThanFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalLessThanEqualFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalGreaterThanFunctionBehaviorExecution.new_()
          operation new_
 Value UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution.new_()
          operation new_
 



Copyright © 2012. All Rights Reserved.