Package org.eclipse.ocl.examples.impactanalyzer.deltaPropagation

Interface Summary
DeltaPropagationStrategy For a given OCL expression and a delta for its value, implementations of this interface can decide whether the delta can be propagated and eventually compute the propagated delta.
VariableValueNotFoundInfo  
 

Class Summary
DeltaPropagationStrategyWithTargetExpression  
DeltaPropagationStrategyWithTargetExpressionAndPartialEvaluator  
IdentityPropagationStrategy  
IteratorSourcePropagationStrategy  
OperationBodyPropagationStrategy  
PartialEcoreEnvironmentFactory  
PartialEcoreEvaluationEnvironment  
PartialEvaluationVisitorImpl When a ValueNotFoundException occurs during evaluating an expression, it is not caught, logged and swallowed but forwarded to the caller.
PartialEvaluatorFactoryImpl  
PartialEvaluatorImpl Can evaluate an OCL expression when the model is in some state which just got modified by a change indicated by an event Notification such that the evaluation result is based on the state that the model was in before the modification occurred.
VariableValueNotFoundInfoImpl