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.environment   
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.realfunctions   
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 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(java.lang.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 ObjectActivationExecution
           
 class SignalInstance
           
 

Methods in fUML.Semantics.CommonBehaviors.Communications that return Value
 Value SignalInstance.copy()
           
 Value SignalInstance.new_()
           
 Value ObjectActivationExecution.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(java.lang.String target, java.lang.String attributeName, Value sourceValue)
           
 void TestEnvironment.setVariable(java.lang.String name, Value value)
           
 

Uses of Value in org.modeldriven.fuml.environment
 

Methods in org.modeldriven.fuml.environment that return Value
 Value Environment.makeValue(Classifier type)
           
 

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
           
 class BooleanFunctionBehaviorExecution
           
 class BooleanImpliesFunctionBehaviorExecution
           
 class BooleanNotFunctionBehaviorExecution
           
 class BooleanOrFunctionBehaviorExecution
           
 class BooleanToBooleanFunctionBehaviorExecution
           
 class BooleanToStringFunctionBehaviorExecution
           
 class BooleanXorFunctionBehaviorExecution
           
 

Methods in org.modeldriven.fuml.library.booleanfunctions that return Value
 Value BooleanXorFunctionBehaviorExecution.new_()
           
 Value BooleanToStringFunctionBehaviorExecution.new_()
           
 Value BooleanToBooleanFunctionBehaviorExecution.new_()
           
 Value BooleanOrFunctionBehaviorExecution.new_()
           
 Value BooleanNotFunctionBehaviorExecution.new_()
           
 Value BooleanImpliesFunctionBehaviorExecution.new_()
           
 Value BooleanAndFunctionBehaviorExecution.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
           
 class IntegerDivFunctionBehaviorExecution
           
 class IntegerDivideFunctionBehaviorExecution
           
 class IntegerFunctionBehaviorExecution_ReturnBoolean
          An implementation of the model object ' org::modeldriven::fuml::library::integerfunctions::IntegerFunctionBehaviorExecution_ReturnBoolean '.
 class IntegerGreaterThanEqualFunctionBehaviorExecution
           
 class IntegerGreaterThanFunctionBehaviorExecution
           
 class IntegerLessThanEqualFunctionBehaviorExecution
           
 class IntegerLessThanFunctionBehaviorExecution
           
 class IntegerMaxFunctionBehaviorExecution
           
 class IntegerMinFunctionBehaviorExecution
           
 class IntegerModFunctionBehaviorExecution
           
 class IntegerRelationalFunctionBehaviorExecution
           
 class IntegerToIntegerFunctionBehaviorExecution
           
 class IntegerToStringFunctionBehaviorExecution
           
 class IntegerToUnlimitedNaturalFunctionBehaviorExecution
           
 

Methods in org.modeldriven.fuml.library.integerfunctions that return Value
 Value IntegerToUnlimitedNaturalFunctionBehaviorExecution.new_()
           
 Value IntegerToStringFunctionBehaviorExecution.new_()
           
 Value IntegerToIntegerFunctionBehaviorExecution.new_()
           
 Value IntegerTimesFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerPlusFunctionBehaviorExecution.new_()
           
 Value IntegerNegateFunctionBehaviorExecution.new_()
           
 Value IntegerModFunctionBehaviorExecution.new_()
           
 Value IntegerMinusFunctionBehaviorExecution.new_()
           
 Value IntegerMinFunctionBehaviorExecution.new_()
          operation new_
 Value IntegerMaxFunctionBehaviorExecution.new_()
           
 Value IntegerLessThanFunctionBehaviorExecution.new_()
           
 Value IntegerLessThanEqualFunctionBehaviorExecution.new_()
           
 Value IntegerGreaterThanFunctionBehaviorExecution.new_()
           
 Value IntegerGreaterThanEqualFunctionBehaviorExecution.new_()
           
 Value IntegerDivideFunctionBehaviorExecution.new_()
           
 Value IntegerDivFunctionBehaviorExecution.new_()
           
 Value IntegerAbsFunctionBehaviorExecution.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(java.lang.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 ListConcatFunctionBehaviorExecution
           
 class ListGetFunctionBehaviorExecution
           
 class ListSizeFunctionBehaviorExecution
           
 

Methods in org.modeldriven.fuml.library.listfunctions that return Value
 Value ListSizeFunctionBehaviorExecution.new_()
           
 Value ListGetFunctionBehaviorExecution.new_()
           
 Value ListConcatFunctionBehaviorExecution.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.realfunctions
 

Subclasses of Value in org.modeldriven.fuml.library.realfunctions
 class RealAbsFunctionBehaviorExecution
           
 class RealDivideFunctionBehaviorExecution
           
 class RealFloorFunctionBehaviorExecution
           
 class RealFunctionBehaviorExecution
           
 class RealGreaterThanEqualFunctionBehaviorExecution
           
 class RealGreaterThanFunctionBehaviorExecution
           
 class RealInverseFunctionBehaviorExecution
           
 class RealLessThanEqualFunctionBehaviorExecution
           
 class RealLessThanFunctionBehaviorExecution
           
 class RealMaxFunctionBehaviorExecution
           
 class RealMinFunctionBehaviorExecution
           
 class RealMinusFunctionBehaviorExecution
           
 class RealNegateFunctionBehaviorExecution
           
 class RealPlusFunctionBehaviorExecution
           
 class RealRelationalFunctionBehaviorExecution
           
 class RealRoundFunctionBehaviorExecution
           
 class RealTimesFunctionBehaviorExecution
           
 class RealToIntegerFunctionBehaviorExecution
           
 class RealToRealFunctionBehaviorExecution
           
 class RealToStringFunctionBehaviorExecution
           
 

Methods in org.modeldriven.fuml.library.realfunctions that return Value
 Value RealToStringFunctionBehaviorExecution.new_()
           
 Value RealToRealFunctionBehaviorExecution.new_()
           
 Value RealToIntegerFunctionBehaviorExecution.new_()
           
 Value RealTimesFunctionBehaviorExecution.new_()
           
 Value RealRoundFunctionBehaviorExecution.new_()
           
 Value RealPlusFunctionBehaviorExecution.new_()
           
 Value RealNegateFunctionBehaviorExecution.new_()
           
 Value RealMinusFunctionBehaviorExecution.new_()
           
 Value RealMinFunctionBehaviorExecution.new_()
           
 Value RealMaxFunctionBehaviorExecution.new_()
           
 Value RealLessThanFunctionBehaviorExecution.new_()
           
 Value RealLessThanEqualFunctionBehaviorExecution.new_()
           
 Value RealInverseFunctionBehaviorExecution.new_()
           
 Value RealGreaterThanFunctionBehaviorExecution.new_()
           
 Value RealGreaterThanEqualFunctionBehaviorExecution.new_()
           
 Value RealFloorFunctionBehaviorExecution.new_()
           
 Value RealDivideFunctionBehaviorExecution.new_()
           
 Value RealAbsFunctionBehaviorExecution.new_()
           
 

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

Subclasses of Value in org.modeldriven.fuml.library.stringfunctions
 class StringConcatFunctionBehaviorExecution
           
 class StringSizeFunctionBehaviorExecution
           
 class StringSubstringFunctionBehaviorExecution
           
 

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

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

Subclasses of Value in org.modeldriven.fuml.library.unlimitednaturalfunctions
 class UnlimitedNaturalFunctionBehaviorExecution
           
 class UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution
           
 class UnlimitedNaturalGreaterThanFunctionBehaviorExecution
           
 class UnlimitedNaturalLessThanEqualFunctionBehaviorExecution
           
 class UnlimitedNaturalLessThanFunctionBehaviorExecution
           
 class UnlimitedNaturalMaxFunctionBehaviorExecution
           
 class UnlimitedNaturalMinFunctionBehaviorExecution
           
 class UnlimitedNaturalRelationalFunctionBehaviorExecution
           
 class UnlimitedNaturalToIntegerFunctionBehaviorExecution
           
 class UnlimitedNaturalToStringFunctionBehaviorExecution
           
 class UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution
           
 

Methods in org.modeldriven.fuml.library.unlimitednaturalfunctions that return Value
 Value UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalToStringFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalToIntegerFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalMinFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalMaxFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalLessThanFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalLessThanEqualFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalGreaterThanFunctionBehaviorExecution.new_()
           
 Value UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution.new_()
           
 



Copyright © 2015. All Rights Reserved.