Uses of Interface
org.eclipse.emf.ocl.expressions.ExpressionsFactory

Packages that use ExpressionsFactory
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
 

Uses of ExpressionsFactory in org.eclipse.emf.ocl.expressions
 

Fields in org.eclipse.emf.ocl.expressions declared as ExpressionsFactory
static ExpressionsFactory ExpressionsFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.ocl.expressions that return ExpressionsFactory
 ExpressionsFactory ExpressionsPackage.getExpressionsFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ExpressionsFactory in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement ExpressionsFactory
 class ExpressionsFactoryImpl
           An implementation of the model Factory .
 

Methods in org.eclipse.emf.ocl.expressions.impl that return ExpressionsFactory
 ExpressionsFactory ExpressionsPackageImpl.getExpressionsFactory()
           
static ExpressionsFactory ExpressionsFactoryImpl.init()
          Creates the default factory implementation
 


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