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

Packages that use ExpressionsFactory
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
 

Uses of ExpressionsFactory in org.eclipse.ocl.expressions
 

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

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

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

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

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


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