Uses of Interface
org.eclipse.emf.ocl.types.PrimitiveReal

Packages that use PrimitiveReal
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
 

Uses of PrimitiveReal in org.eclipse.emf.ocl.types
 

Subinterfaces of PrimitiveReal in org.eclipse.emf.ocl.types
 interface PrimitiveInteger
           
 

Methods in org.eclipse.emf.ocl.types that return PrimitiveReal
 PrimitiveReal TypesFactory.createPrimitiveReal()
          Returns a new object of class 'Primitive Real'
 

Uses of PrimitiveReal in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement PrimitiveReal
 class PrimitiveIntegerImpl
           An implementation of the model object 'Primitive Integer'
 class PrimitiveRealImpl
           An implementation of the model object 'Primitive Real'
 

Fields in org.eclipse.emf.ocl.types.impl declared as PrimitiveReal
static PrimitiveReal PrimitiveRealImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return PrimitiveReal
 PrimitiveReal TypesFactoryImpl.createPrimitiveReal()
           
 

Uses of PrimitiveReal in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type PrimitiveReal
 java.lang.Object TypesSwitch.casePrimitiveReal(PrimitiveReal object)
          Returns the result of interpretting the object as an instance of 'Primitive Real'
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.