Uses of Class
org.eclipse.ocl.examples.library.numeric.AbstractNumericUnaryOperation

Packages that use AbstractNumericUnaryOperation
org.eclipse.ocl.examples.library.numeric   
 

Uses of AbstractNumericUnaryOperation in org.eclipse.ocl.examples.library.numeric
 

Subclasses of AbstractNumericUnaryOperation in org.eclipse.ocl.examples.library.numeric
 class NumericAbsOperation
          AbsOperation realises the abs() library operation.
 class NumericFloorOperation
          FloorOperation realises the floor() library operation.
 class NumericNegateOperation
          NegateOperation realises the unary -() library operation.
 class NumericRoundOperation
          RoundOperation realises the round() library operation.