Uses of Class
org.eclipse.ocl.examples.impactanalyzer.instanceScope.TracebackCache

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

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type TracebackCache
protected abstract  java.util.Set<AnnotatedEObject> AbstractNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> AllInstancesNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> AssociationNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> BranchingNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> EmptyResultNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> IdentityNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> IndirectingStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> NavigationStepSequence.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> OppositePropertyNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
protected  java.util.Set<AnnotatedEObject> PredicateCheckNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification atPre)
           
protected  java.util.Set<AnnotatedEObject> RefImmediateCompositeNavigationStep.navigate(AnnotatedEObject fromObject, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
           
 java.util.Set<AnnotatedEObject> AbstractNavigationStep.navigate(java.util.Set<AnnotatedEObject> from, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)
          Breaks down the navigation from the from set to the individual elements in from and manages the type checks.
 java.util.Set<AnnotatedEObject> NavigationStep.navigate(java.util.Set<AnnotatedEObject> from, TracebackCache cache, org.eclipse.emf.common.notify.Notification changeEvent)