fUML.Library.IntegerFunctionImplementation
Class IntegerFunctionBehaviorExecution

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Value
              extended by fUML.Semantics.Classes.Kernel.StructuredValue
                  extended by fUML.Semantics.Classes.Kernel.CompoundValue
                      extended by fUML.Semantics.Classes.Kernel.ExtensionalValue
                          extended by fUML.Semantics.Classes.Kernel.Object_
                              extended by fUML.Semantics.CommonBehaviors.BasicBehaviors.Execution
                                  extended by fUML.Semantics.CommonBehaviors.BasicBehaviors.OpaqueBehaviorExecution
                                      extended by fUML.Library.IntegerFunctionImplementation.IntegerFunctionBehaviorExecution
Direct Known Subclasses:
IntegerDivideFunctionBehaviorExecution, IntegerMinusFunctionBehaviorExecution, IntegerNegateFunctionBehaviorExecution, IntegerPlusFunctionBehaviorExecution, IntegerTimesFunctionBehaviorExecution

public abstract class IntegerFunctionBehaviorExecution
extends OpaqueBehaviorExecution

An implementation of the model object ' fUML::Library::IntegerFunctionImplementation::IntegerFunctionBehaviorExecution '.

The following features are implemented:


Field Summary
 
Fields inherited from class fUML.Semantics.CommonBehaviors.BasicBehaviors.Execution
context, parameterValues
 
Fields inherited from class fUML.Semantics.Classes.Kernel.Object_
objectActivation, types
 
Fields inherited from class fUML.Semantics.Classes.Kernel.ExtensionalValue
locus
 
Fields inherited from class fUML.Semantics.Classes.Kernel.CompoundValue
featureValues
 
Constructor Summary
IntegerFunctionBehaviorExecution()
           
 
Method Summary
 void doBody(ParameterValueList inputParameters, ParameterValueList outputParameters)
          operation doBody
abstract  int doIntegerFunction(intList arguments)
          operation doIntegerFunction
 
Methods inherited from class fUML.Semantics.CommonBehaviors.BasicBehaviors.OpaqueBehaviorExecution
execute
 
Methods inherited from class fUML.Semantics.CommonBehaviors.BasicBehaviors.Execution
copy, getBehavior, getOutputParameterValues, getParameterValue, new_, setParameterValue, terminate
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Object_
destroy, dispatch, getTypes, register, send, startBehavior, unregister
 
Methods inherited from class fUML.Semantics.Classes.Kernel.CompoundValue
equals, getFeatureValue, getFeatureValues, removeFeatureValues, setFeatureValue, toString
 
Methods inherited from class fUML.Semantics.Classes.Kernel.StructuredValue
createFeatureValues, specify
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
hasType, objectId
 
Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor
_beginIsolation, _endIsolation
 
Methods inherited from class org.modeldriven.fuml.FumlObject
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerFunctionBehaviorExecution

public IntegerFunctionBehaviorExecution()
Method Detail

doBody

public void doBody(ParameterValueList inputParameters,
                   ParameterValueList outputParameters)
operation doBody

Specified by:
doBody in class OpaqueBehaviorExecution

doIntegerFunction

public abstract int doIntegerFunction(intList arguments)
operation doIntegerFunction



Copyright © 2012. All Rights Reserved.