Uses of Class
org.eclipse.ocl.examples.impactanalyzer.util.SemanticIdentity

Packages that use SemanticIdentity
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
org.eclipse.ocl.examples.impactanalyzer.util   
 

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

Subclasses of SemanticIdentity in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 class IndirectingStep.IndirectingStepSemanticIdentity
           
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope that return SemanticIdentity
 SemanticIdentity AbstractNavigationStep.getSemanticIdentity()
           
 SemanticIdentity AssociationNavigationStep.getSemanticIdentity()
           
 SemanticIdentity BranchingNavigationStep.getSemanticIdentity()
           
 SemanticIdentity CompositeNavigationStep.getSemanticIdentity()
           
 SemanticIdentity IndirectingStep.getSemanticIdentity()
           
 SemanticIdentity OppositePropertyNavigationStep.getSemanticIdentity()
           
 SemanticIdentity PredicateCheckNavigationStep.getSemanticIdentity()
           
protected  SemanticIdentity CompositeNavigationStep.getSemanticIdentityOfAbstractNavigationStep()
           
 SemanticIdentity OppositePropertyNavigationStep.getSemanticIdentityOfSuper()
           
 SemanticIdentity PredicateCheckNavigationStep.getSemanticIdentityOfSuper()
           
 SemanticIdentity BranchingNavigationStep.getSemanticIdentityOfSuperSuper()
           
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope that return types with arguments of type SemanticIdentity
 java.util.List<SemanticIdentity> PathCache.getSemanticIdentities(java.util.List<NavigationStep> steps)
           
 

Method parameters in org.eclipse.ocl.examples.impactanalyzer.instanceScope with type arguments of type SemanticIdentity
protected  int AbstractNavigationStep.distinctSize(java.util.Set<SemanticIdentity> visited)
           
protected  int CompositeNavigationStep.distinctSize(java.util.Set<SemanticIdentity> visited)
           
protected  int IndirectingStep.distinctSize(java.util.Set<SemanticIdentity> visited)
           
 

Uses of SemanticIdentity in org.eclipse.ocl.examples.impactanalyzer.util
 

Methods in org.eclipse.ocl.examples.impactanalyzer.util that return SemanticIdentity
 SemanticIdentity SemanticComparable.getSemanticIdentity()