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

Packages that use CompoundValue
fUML.Library.ChannelImplementation   
fUML.Library.IntegerFunctionImplementation   
fUML.Library.LibraryClassImplementation   
fUML.Library.PipeImplementation   
fUML.Library.SystemIOImplementation   
fUML.Semantics.Activities.IntermediateActivities   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.CommonBehaviors.Communications   
org.modeldriven.fuml.library.booleanfunctions   
org.modeldriven.fuml.library.channel   
org.modeldriven.fuml.library.integerfunctions   
org.modeldriven.fuml.library.listfunctions   
org.modeldriven.fuml.library.realfunctions   
org.modeldriven.fuml.library.stringfunctions   
org.modeldriven.fuml.library.unlimitednaturalfunctions   
 

Uses of CompoundValue in fUML.Library.ChannelImplementation
 

Subclasses of CompoundValue in fUML.Library.ChannelImplementation
 class ChannelObject
           
 class InputChannelObject
           
 class OutputChannelObject
           
 class StandardOutputChannelObject
           
 class StandardOutputWriteExecution
           
 class TextOutputChannelObject
           
 

Uses of CompoundValue in fUML.Library.IntegerFunctionImplementation
 

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

Uses of CompoundValue in fUML.Library.LibraryClassImplementation
 

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

Uses of CompoundValue in fUML.Library.PipeImplementation
 

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

Uses of CompoundValue in fUML.Library.SystemIOImplementation
 

Subclasses of CompoundValue in fUML.Library.SystemIOImplementation
 class SystemWriteLineBehaviorExecution
           
 

Uses of CompoundValue in fUML.Semantics.Activities.IntermediateActivities
 

Subclasses of CompoundValue in fUML.Semantics.Activities.IntermediateActivities
 class ActivityExecution
           
 

Uses of CompoundValue in fUML.Semantics.Classes.Kernel
 

Subclasses of CompoundValue in fUML.Semantics.Classes.Kernel
 class DataValue
           
 class ExtensionalValue
           
 class Link
           
 class Object_
           
 

Uses of CompoundValue in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Subclasses of CompoundValue in fUML.Semantics.CommonBehaviors.BasicBehaviors
 class Execution
           
 class OpaqueBehaviorExecution
           
 

Uses of CompoundValue in fUML.Semantics.CommonBehaviors.Communications
 

Subclasses of CompoundValue in fUML.Semantics.CommonBehaviors.Communications
 class ObjectActivationExecution
           
 class SignalInstance
           
 

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

Subclasses of CompoundValue in org.modeldriven.fuml.library.booleanfunctions
 class BooleanAndFunctionBehaviorExecution
           
 class BooleanFunctionBehaviorExecution
           
 class BooleanImpliesFunctionBehaviorExecution
           
 class BooleanNotFunctionBehaviorExecution
           
 class BooleanOrFunctionBehaviorExecution
           
 class BooleanToBooleanFunctionBehaviorExecution
           
 class BooleanToStringFunctionBehaviorExecution
           
 class BooleanXorFunctionBehaviorExecution
           
 

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

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

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

Subclasses of CompoundValue 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
           
 

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

Subclasses of CompoundValue in org.modeldriven.fuml.library.listfunctions
 class ListConcatFunctionBehaviorExecution
           
 class ListGetFunctionBehaviorExecution
           
 class ListSizeFunctionBehaviorExecution
           
 

Uses of CompoundValue in org.modeldriven.fuml.library.realfunctions
 

Subclasses of CompoundValue 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
           
 

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

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

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

Subclasses of CompoundValue 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
           
 



Copyright © 2015. All Rights Reserved.