Uses of Interface
org.eclipse.ocl.examples.impactanalyzer.instanceScope.HashCodeChangeListener

Packages that use HashCodeChangeListener
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
 

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

Classes in org.eclipse.ocl.examples.impactanalyzer.instanceScope that implement HashCodeChangeListener
 class BranchingNavigationStep
          A navigation step that branches in several paths and combines the results into one.
 class CompositeNavigationStep
          A navigation step that branches in several paths and combines the results into one.
 class IndirectingStep
          Steps of this type can be an empty placeholder during the analysis phase and can be filled in later, e.g., pointing to a real NavigationStep.
 class NavigationStepSequence
          Performs a sequence of navigation steps where the subsequent step uses as its input the output of the previous step.
 class PathCache
          The instance scope analysis's goal is to compute NavigationStep objects for each AttributeCallExp and AssociationEndCallExp subexpression in an OCL expression's expression tree.
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type HashCodeChangeListener
 void AbstractNavigationStep.addHashCodeChangeListener(HashCodeChangeListener listener)
           
 void NavigationStep.addHashCodeChangeListener(HashCodeChangeListener listener)