|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ocl.helper.HelperUtil
Factory class for the creation of IOCLHelper
s. Clients should use
the HelperUtil.createOCLHelper()
or HelperUtil.createOCLHelper(EnvironmentFactory)
method to obtain OCL helpers.
Method Summary | |
---|---|
static IOCLHelper |
createOCLHelper()
Creates an IOCLHelper for the Ecore metamodel. |
static IOCLHelper |
createOCLHelper(EnvironmentFactory factory)
Creates an IOCLHelper for the specified EMF metamodel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IOCLHelper createOCLHelper()
IOCLHelper
for the Ecore metamodel.
public static IOCLHelper createOCLHelper(EnvironmentFactory factory)
IOCLHelper
for the specified EMF metamodel. The
factory creates OCL environments (with the packages, classifiers, states,
etc.) from the instances of the metaclasses that mimic OCL/UML
classifiers.
factory
- the metamodel-specific OCL environment factory
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |