Uses of Interface
org.eclipse.ocl.utilities.UtilitiesFactory

Packages that use UtilitiesFactory
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
org.eclipse.ocl.utilities.impl Implementation of the OCL utilities package. 
 

Uses of UtilitiesFactory in org.eclipse.ocl.utilities
 

Fields in org.eclipse.ocl.utilities declared as UtilitiesFactory
static UtilitiesFactory UtilitiesFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.utilities that return UtilitiesFactory
 UtilitiesFactory UtilitiesPackage.getUtilitiesFactory()
          Returns the factory that creates the instances of the model.
 

Uses of UtilitiesFactory in org.eclipse.ocl.utilities.impl
 

Classes in org.eclipse.ocl.utilities.impl that implement UtilitiesFactory
 class UtilitiesFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.utilities.impl that return UtilitiesFactory
 UtilitiesFactory UtilitiesPackageImpl.getUtilitiesFactory()
           
static UtilitiesFactory UtilitiesFactoryImpl.init()
          Creates the default factory implementation.