fUML.Library
Class IntegerFunctions

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Library.PrimitiveBehaviors
          extended by fUML.Library.PrimitiveFunctions
              extended by fUML.Library.IntegerFunctions

public class IntegerFunctions
extends PrimitiveFunctions

An implementation of the model object ' fUML::Library::IntegerFunctions'.

The following features are implemented:


Field Summary
 FunctionBehavior integerDivide
           
 FunctionBehavior integerGreater
           
 FunctionBehavior integerMinus
           
 FunctionBehavior integerNegate
           
 FunctionBehavior integerPlus
           
 FunctionBehavior integerTimes
           
 
Constructor Summary
IntegerFunctions(PrimitiveType integerType, PrimitiveType booleanType, ExecutionFactory factory)
          operation IntegerFunctions
 
Method Summary
 
Methods inherited from class fUML.Library.PrimitiveFunctions
createComparisonOperator
 
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, toString, wait, wait, wait
 

Field Detail

integerPlus

public FunctionBehavior integerPlus

integerMinus

public FunctionBehavior integerMinus

integerTimes

public FunctionBehavior integerTimes

integerDivide

public FunctionBehavior integerDivide

integerNegate

public FunctionBehavior integerNegate

integerGreater

public FunctionBehavior integerGreater
Constructor Detail

IntegerFunctions

public IntegerFunctions(PrimitiveType integerType,
                        PrimitiveType booleanType,
                        ExecutionFactory factory)
operation IntegerFunctions



Copyright © 2012. All Rights Reserved.