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

Packages that use OpaqueBehaviorExecution
fUML.Library   
fUML.Library.ChannelImplementation   
fUML.Library.IntegerFunctionImplementation   
fUML.Library.SystemIOImplementation   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.Loci.LociL1   
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 OpaqueBehaviorExecution in fUML.Library
 

Methods in fUML.Library with parameters of type OpaqueBehaviorExecution
protected  OpaqueBehavior PrimitiveBehaviors.addPrimitiveBehavior(String name, ParameterList parameters, OpaqueBehavior type, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
protected  FunctionBehavior PrimitiveFunctions.createBinaryOperator(String name, Classifier type, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
 FunctionBehavior PrimitiveFunctions.createComparisonOperator(String name, Classifier type, PrimitiveType booleanType, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
protected  OpaqueBehavior PrimitiveBehaviors.createPrimitiveBehavior(String name, ParameterList parameters, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
protected  FunctionBehavior PrimitiveFunctions.createPrimitiveFunction(String name, ParameterList parameters, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
protected  FunctionBehavior PrimitiveFunctions.createUnaryOperator(String name, Classifier type, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
           
 

Uses of OpaqueBehaviorExecution in fUML.Library.ChannelImplementation
 

Subclasses of OpaqueBehaviorExecution in fUML.Library.ChannelImplementation
 class StandardOutputWriteExecution
           
 

Uses of OpaqueBehaviorExecution in fUML.Library.IntegerFunctionImplementation
 

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

Uses of OpaqueBehaviorExecution in fUML.Library.SystemIOImplementation
 

Subclasses of OpaqueBehaviorExecution in fUML.Library.SystemIOImplementation
 class SystemWriteLineBehaviorExecution
           
 

Uses of OpaqueBehaviorExecution in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return OpaqueBehaviorExecution
 OpaqueBehaviorExecution OpaqueBehaviorExecutionList.getValue(int i)
           
 

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors with parameters of type OpaqueBehaviorExecution
 void OpaqueBehaviorExecutionList.addValue(int i, OpaqueBehaviorExecution v)
           
 void OpaqueBehaviorExecutionList.addValue(OpaqueBehaviorExecution v)
           
 void OpaqueBehaviorExecutionList.setValue(int i, OpaqueBehaviorExecution v)
           
 

Uses of OpaqueBehaviorExecution in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 that return OpaqueBehaviorExecution
 OpaqueBehaviorExecution ExecutionFactory.instantiateOpaqueBehaviorExecution(OpaqueBehavior behavior)
           
 

Methods in fUML.Semantics.Loci.LociL1 with parameters of type OpaqueBehaviorExecution
 void ExecutionFactory.addPrimitiveBehaviorPrototype(OpaqueBehaviorExecution execution)
           
 

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

Subclasses of OpaqueBehaviorExecution 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 '.
 

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

Subclasses of OpaqueBehaviorExecution 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 '.
 

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

Subclasses of OpaqueBehaviorExecution 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 '.
 

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

Subclasses of OpaqueBehaviorExecution 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 '.
 

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

Subclasses of OpaqueBehaviorExecution 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 '.
 



Copyright © 2014. All rights reserved.