Uses of Package
org.eclipse.ocl.examples.impactanalyzer

Packages that use org.eclipse.ocl.examples.impactanalyzer
org.eclipse.ocl.examples.impactanalyzer   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.editor   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer
DerivedPropertyNotifier
          Used to observe and filter for model changes that affect derived properties defined by OCL expression.
ImpactAnalyzer
          The Impact Analyzer (IA) analyzes the impact of Notifications on a single OCLExpression in the sense that it determines those context objects of the expression for which the expression's evaluation result may have changed because of the change indicated by the notification.
ImpactAnalyzerFactory
          Used to create ImpactAnalyzer and DerivedPropertyNotifier objects.
PartialEvaluator
          A partial evaluator can be used to evaluate an expression at a hypothetical model state as it has been before a change, as described by an EMF Notification, has taken place.
PartialEvaluatorFactory
          Used to create PartialEvaluator objects.
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
PartialEvaluator
          A partial evaluator can be used to evaluate an expression at a hypothetical model state as it has been before a change, as described by an EMF Notification, has taken place.
PartialEvaluatorFactory
          Used to create PartialEvaluator objects.
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer.editor
ImpactAnalyzer
          The Impact Analyzer (IA) analyzes the impact of Notifications on a single OCLExpression in the sense that it determines those context objects of the expression for which the expression's evaluation result may have changed because of the change indicated by the notification.
Revalidator
          Use to react to model changes within a ResourceSet affecting the OCL-specified constraints / invariants provided by one or more EPackages.
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer.impl
DerivedPropertyNotifier
          Used to observe and filter for model changes that affect derived properties defined by OCL expression.
ImpactAnalyzer
          The Impact Analyzer (IA) analyzes the impact of Notifications on a single OCLExpression in the sense that it determines those context objects of the expression for which the expression's evaluation result may have changed because of the change indicated by the notification.
ImpactAnalyzerFactory
          Used to create ImpactAnalyzer and DerivedPropertyNotifier objects.
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer.instanceScope
PartialEvaluatorFactory
          Used to create PartialEvaluator objects.
 

Classes in org.eclipse.ocl.examples.impactanalyzer used by org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
PartialEvaluator
          A partial evaluator can be used to evaluate an expression at a hypothetical model state as it has been before a change, as described by an EMF Notification, has taken place.
ValueNotFoundException
          Thrown when during (partial) OCL evaluation the value of a yet undefined variable is requested from the EvaluationEnvironment.