Uses of Interface
org.eclipse.ocl.examples.xtext.base.cs2pivot.Dependency

Packages that use Dependency
org.eclipse.ocl.examples.xtext.base.cs2pivot   
 

Uses of Dependency in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Classes in org.eclipse.ocl.examples.xtext.base.cs2pivot that implement Dependency
 class AbstractDependency<T>
           
protected static class BasePreOrderVisitor.TypeRefContinuation.TemplateBindingPivotDependency
           
 class BooleanDependency
           
 class InterDependency<T>
           
 class PivotDependencies
           
 class PivotDependency
           
 class PivotTypeOfRefDependency
           
 

Fields in org.eclipse.ocl.examples.xtext.base.cs2pivot declared as Dependency
protected  Dependency[] BasicContinuation.dependencies
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot that return Dependency
 Dependency[] BasicContinuation.getDependencies()
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type Dependency
BasicContinuation(CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, T csElement, Dependency... dependencies)
           
InterDependency(java.lang.String reason, Dependency dependency)
           
MultipleContinuation(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends T> csElements, Dependency... dependencies)
           
SingleContinuation(CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, T csElement, Dependency... dependencies)