Uses of Interface
org.eclipse.ocl.examples.impactanalyzer.PartialEvaluatorFactory

Packages that use PartialEvaluatorFactory
org.eclipse.ocl.examples.impactanalyzer   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
 

Uses of PartialEvaluatorFactory in org.eclipse.ocl.examples.impactanalyzer
 

Fields in org.eclipse.ocl.examples.impactanalyzer declared as PartialEvaluatorFactory
static PartialEvaluatorFactory PartialEvaluatorFactory.INSTANCE
           
 

Uses of PartialEvaluatorFactory in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Classes in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation that implement PartialEvaluatorFactory
 class PartialEvaluatorFactoryImpl
           
 

Uses of PartialEvaluatorFactory in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 

Classes in org.eclipse.ocl.examples.impactanalyzer.instanceScope that implement PartialEvaluatorFactory
 class InstanceScopeAnalysis
          Supports a lookup from a source model element of either an attribute value change event or a link add/remove event together with an OCLExpression to a set of context objects for which the expression may return a value different from the one it returned before the change event occurred.
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope that return PartialEvaluatorFactory
 PartialEvaluatorFactory InstanceScopeAnalysis.getPartialEvaluatorFactory()