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

Packages that use Execution
fUML.Library.ChannelImplementation   
fUML.Library.IntegerFunctionImplementation   
fUML.Library.LibraryClassImplementation   
fUML.Library.SystemIOImplementation   
fUML.Semantics.Actions.BasicActions   
fUML.Semantics.Actions.CompleteActions   
fUML.Semantics.Activities.IntermediateActivities   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.CommonBehaviors.BasicBehaviors   
fUML.Semantics.CommonBehaviors.Communications   
fUML.Semantics.Loci.LociL1   
org.modeldriven.fuml.library.booleanfunctions   
org.modeldriven.fuml.library.integerfunctions   
org.modeldriven.fuml.library.libraryclass   
org.modeldriven.fuml.library.listfunctions   
org.modeldriven.fuml.library.stringfunctions   
org.modeldriven.fuml.library.unlimitednaturalfunctions   
 

Uses of Execution in fUML.Library.ChannelImplementation
 

Subclasses of Execution in fUML.Library.ChannelImplementation
 class StandardOutputWriteExecution
           
 

Uses of Execution in fUML.Library.IntegerFunctionImplementation
 

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

Uses of Execution in fUML.Library.LibraryClassImplementation
 

Subclasses of Execution in fUML.Library.LibraryClassImplementation
 class OperationExecution
           
 

Methods in fUML.Library.LibraryClassImplementation that return Execution
 Execution ImplementationObject.dispatch(Operation operation)
           
 

Uses of Execution in fUML.Library.SystemIOImplementation
 

Subclasses of Execution in fUML.Library.SystemIOImplementation
 class SystemWriteLineBehaviorExecution
           
 

Uses of Execution in fUML.Semantics.Actions.BasicActions
 

Methods in fUML.Semantics.Actions.BasicActions that return Execution
 Execution CallOperationActionActivation.getCallExecution()
           
 Execution CallBehaviorActionActivation.getCallExecution()
           
abstract  Execution CallActionActivation.getCallExecution()
           
 

Methods in fUML.Semantics.Actions.BasicActions with parameters of type Execution
 void CallActionActivation.removeCallExecution(Execution execution)
           
 

Uses of Execution in fUML.Semantics.Actions.CompleteActions
 

Fields in fUML.Semantics.Actions.CompleteActions declared as Execution
 Execution ReduceActionActivation.currentExecution
           
 

Uses of Execution in fUML.Semantics.Activities.IntermediateActivities
 

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

Fields in fUML.Semantics.Activities.IntermediateActivities declared as Execution
 Execution DecisionNodeActivation.decisionInputExecution
           
 

Uses of Execution in fUML.Semantics.Classes.Kernel
 

Methods in fUML.Semantics.Classes.Kernel that return Execution
 Execution DispatchStrategy.dispatch(Object_ object, Operation operation)
           
 Execution Reference.dispatch(Operation operation)
           
 Execution Object_.dispatch(Operation operation)
           
 

Uses of Execution in fUML.Semantics.CommonBehaviors.BasicBehaviors
 

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

Methods in fUML.Semantics.CommonBehaviors.BasicBehaviors that return Execution
 Execution ExecutionList.getValue(int i)
           
 

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

Uses of Execution in fUML.Semantics.CommonBehaviors.Communications
 

Fields in fUML.Semantics.CommonBehaviors.Communications declared as Execution
 Execution ClassifierBehaviorExecution.execution
           
 

Uses of Execution in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 that return Execution
 Execution ExecutionFactory.createExecution(Behavior behavior, Object_ context)
           
 

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

Subclasses of Execution 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 Execution in org.modeldriven.fuml.library.integerfunctions
 

Subclasses of Execution 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 Execution in org.modeldriven.fuml.library.libraryclass
 

Methods in org.modeldriven.fuml.library.libraryclass that return Execution
 Execution ImplementationObject.dispatch(Operation operation)
          operation dispatch
 

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

Subclasses of Execution 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 Execution in org.modeldriven.fuml.library.stringfunctions
 

Subclasses of Execution 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 Execution in org.modeldriven.fuml.library.unlimitednaturalfunctions
 

Subclasses of Execution 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.