Uses of Class
org.eclipse.ocl.examples.domain.values.impl.NumberValueImpl

Packages that use NumberValueImpl
org.eclipse.ocl.examples.domain.values.impl   
 

Uses of NumberValueImpl in org.eclipse.ocl.examples.domain.values.impl
 

Subclasses of NumberValueImpl in org.eclipse.ocl.examples.domain.values.impl
 class BigIntegerValueImpl
           
 class IntegerValueImpl
           
 class IntIntegerValueImpl
          IntIntegerValueImpl provides an implementation of an IntegerValue using a Java int representation.
 class LongIntegerValueImpl
          LongIntegerValueImpl provides an implementation of an IntegerValue using a Java long representation.
 class RealValueImpl
           
 class UnlimitedValueImpl