Uses of Interface
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation.VariableValueNotFoundInfo

Packages that use VariableValueNotFoundInfo
org.eclipse.ocl.examples.impactanalyzer   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
 

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

Classes in org.eclipse.ocl.examples.impactanalyzer that implement VariableValueNotFoundInfo
 class ValueNotFoundException
          Thrown when during (partial) OCL evaluation the value of a yet undefined variable is requested from the EvaluationEnvironment.
 

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

Classes in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation that implement VariableValueNotFoundInfo
 class VariableValueNotFoundInfoImpl