|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EcoreEnvironmentFactory | |
|---|---|
| org.eclipse.ocl.ecore | Implementation of an OCL binding for the Ecore metamodel. |
| org.eclipse.ocl.ecore.opposites | |
| org.eclipse.ocl.examples.impactanalyzer.deltaPropagation | |
| org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation | |
| org.eclipse.ocl.examples.impactanalyzer.util | |
| Uses of EcoreEnvironmentFactory in org.eclipse.ocl.ecore |
|---|
| Fields in org.eclipse.ocl.ecore declared as EcoreEnvironmentFactory | |
|---|---|
static EcoreEnvironmentFactory |
EcoreEnvironmentFactory.INSTANCE
A convenient shared instance of the environment factory, that creates environments using the global package registry. |
| Constructors in org.eclipse.ocl.ecore with parameters of type EcoreEnvironmentFactory | |
|---|---|
EcoreEnvironment(EcoreEnvironmentFactory fac,
org.eclipse.emf.ecore.resource.Resource resource)
Initializes me with an environment factory from which package registry and opposite end finder (if any) are obtained consistently, and from a resource in which I am persisted (and from which I load myself if it already has content). |
|
EcoreEvaluationEnvironment(EcoreEnvironmentFactory factory)
Initializes me. |
|
| Uses of EcoreEnvironmentFactory in org.eclipse.ocl.ecore.opposites |
|---|
| Subclasses of EcoreEnvironmentFactory in org.eclipse.ocl.ecore.opposites | |
|---|---|
class |
EcoreEnvironmentFactoryWithHiddenOpposites
An environment factory which can be used to provide a non- null
OppositeEndFinder to the OCL environment. |
| Uses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation |
|---|
| Subclasses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation | |
|---|---|
class |
PartialEcoreEnvironmentFactory
|
| Uses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation |
|---|
| Subclasses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation | |
|---|---|
class |
PartialEcoreEnvironmentFactoryNoAllInstances
Uses PartialEvaluationVisitorImplNoAllInstances as evaluation visitor which throws a
NoAllInstancesDuringEvaluationForUnusedCheck exception in case allInstances()
is to be evaluated. |
| Uses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.util |
|---|
| Subclasses of EcoreEnvironmentFactory in org.eclipse.ocl.examples.impactanalyzer.util | |
|---|---|
class |
EcoreEnvironmentFactoryWithScopedExtentMap
An OCL environment factory that is parameterizable during construction with an OppositeEndFinder in addition to the default parameterization of the
package EPackage.Registry. |
| Methods in org.eclipse.ocl.examples.impactanalyzer.util with parameters of type EcoreEnvironmentFactory | |
|---|---|
OCL |
OCLFactory.createOCL(EcoreEnvironmentFactory environmentFactory)
Creates an OCL instance that uses the environment factory provided. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||