org.modeldriven.fuml.library.integerfunctions
Class IntegerFunctionBehaviorExecution
java.lang.Object
org.modeldriven.fuml.FumlObject
fUML.Semantics.Loci.LociL1.SemanticVisitor
fUML.Semantics.Classes.Kernel.Value
fUML.Semantics.Classes.Kernel.StructuredValue
fUML.Semantics.Classes.Kernel.CompoundValue
fUML.Semantics.Classes.Kernel.ExtensionalValue
fUML.Semantics.Classes.Kernel.Object_
fUML.Semantics.CommonBehaviors.BasicBehaviors.Execution
fUML.Semantics.CommonBehaviors.BasicBehaviors.OpaqueBehaviorExecution
org.modeldriven.fuml.library.integerfunctions.IntegerFunctionBehaviorExecution
- Direct Known Subclasses:
- IntegerAbsFunctionBehaviorExecution, IntegerDivideFunctionBehaviorExecution, IntegerGreaterThanEqualFunctionBehaviorExecution, IntegerGreaterThanFunctionBehaviorExecution, IntegerLessThanEqualFunctionBehaviorExecution, IntegerLessThanFunctionBehaviorExecution, IntegerMaxFunctionBehaviorExecution, IntegerMinFunctionBehaviorExecution, IntegerMinusFunctionBehaviorExecution, IntegerModFunctionBehaviorExecution, IntegerNegateFunctionBehaviorExecution, IntegerPlusFunctionBehaviorExecution, IntegerTimesFunctionBehaviorExecution
public abstract class IntegerFunctionBehaviorExecution
- extends OpaqueBehaviorExecution
An implementation of the model object '
org::modeldriven::fuml::library::integerfunctions::IntegerFunctionBehaviorExecution
'.
The following features are implemented:
IntegerFunctionBehaviorExecution
public IntegerFunctionBehaviorExecution()
doBody
public void doBody(ParameterValueList inputParameters,
ParameterValueList outputParameters)
- operation doBody
- Specified by:
doBody in class OpaqueBehaviorExecution
doIntegerFunction
public abstract Value doIntegerFunction(intList arguments)
- operation doIntegerFunction
Copyright © 2012. All Rights Reserved.