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   
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
           
 class InputChannelObject
           
 class OutputChannelObject
           
 class StandardOutputChannelObject
           
 class StandardOutputWriteExecution
           
 class TextOutputChannelObject
           
 

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

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

Uses of Value in fUML.Library.IntegerFunctionImplementation
 

Subclasses of Value in fUML.Library.IntegerFunctionImplementation
 class IntegerDivideFunctionBehaviorExecution
           
 class IntegerFunctionBehaviorExecution
           
 class IntegerGreaterFunctionBehaviorExecution
           
 class IntegerMinusFunctionBehaviorExecution
           
 class IntegerNegateFunctionBehaviorExecution
           
 class IntegerPlusFunctionBehaviorExecution
           
 class IntegerTimesFunctionBehaviorExecution
           
 

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

Uses of Value in fUML.Library.LibraryClassImplementation
 

Subclasses of Value in fUML.Library.LibraryClassImplementation
 class ImplementationObject
           
 class OperationExecution
           
 

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

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

Uses of Value in fUML.Library.PipeImplementation
 

Subclasses of Value in fUML.Library.PipeImplementation
 class PipeInputChannelObject
           
 class PipeOutputChannelObject
           
 

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

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

Uses of Value in fUML.Library.SystemIOImplementation
 

Subclasses of Value in fUML.Library.SystemIOImplementation
 class SystemWriteLineBehaviorExecution
           
 

Methods in fUML.Library.SystemIOImplementation that return Value
 Value SystemWriteLineBehaviorExecution.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)
           
 boolean ActionActivation.valueParticipatesInLink(Value value, Link link)
           
 

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)
           
 LinkList StructuralFeatureActionActivation.getMatchingLinks(Association association, StructuralFeature end, Value oppositeValue)
           
 int WriteStructuralFeatureActionActivation.position(Value value, ValueList list, int startAt)
           
 

Uses of Value in fUML.Semantics.Activities.IntermediateActivities
 

Subclasses of Value in fUML.Semantics.Activities.IntermediateActivities
 class 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()
           
 Value DecisionNodeActivation.executeDecisionInputBehavior(Value inputValue, Value decisionInputValue)
           
 Value DecisionNodeActivation.getDecisionInputFlowValue()
           
abstract  Value Token.getValue()
           
 Value ObjectToken.getValue()
           
 Value ForkedToken.getValue()
           
 Value ControlToken.getValue()
           
 Value ActivityExecution.new_()
           
 

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

Uses of Value in fUML.Semantics.Classes.Kernel
 

Subclasses of Value in fUML.Semantics.Classes.Kernel
 class BooleanValue
           
 class CompoundValue
           
 class DataValue
           
 class EnumerationValue
           
 class ExtensionalValue
           
 class IntegerValue
           
 class Link
           
 class Object_
           
 class PrimitiveValue
           
 class RealValue
           
 class Reference
           
 class StringValue
           
 class StructuredValue
           
 class UnlimitedNaturalValue
           
 

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

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)
           
 boolean UnlimitedNaturalValue.equals(Value otherValue)
           
 boolean StringValue.equals(Value otherValue)
           
 boolean Reference.equals(Value otherValue)
           
 boolean RealValue.equals(Value otherValue)
           
 boolean IntegerValue.equals(Value otherValue)
           
 boolean EnumerationValue.equals(Value otherValue)
           
 boolean CompoundValue.equals(Value otherValue)
           
 boolean BooleanValue.equals(Value otherValue)
           
 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
           
 class OpaqueBehaviorExecution
           
 

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

Uses of Value in fUML.Semantics.CommonBehaviors.Communications
 

Subclasses of Value in fUML.Semantics.CommonBehaviors.Communications
 class SignalInstance
           
 

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

Uses of Value in fUML.Semantics.Loci.LociL1
 

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

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)
           
 

Methods in fUML.Test with parameters of type Value
protected  Activity ActivityFactory.createInstanceGetter(Classifier classifier, Operation operation, Value value)
           
 void VariableUtility.setAttributeValue(String target, String attributeName, Value sourceValue)
           
 void TestEnvironment.setVariable(String name, Value value)
           
 

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 © 2014. All rights reserved.