Uses of Interface
org.eclipse.ocl.examples.pivot.Feature

Packages that use Feature
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of Feature in org.eclipse.ocl.examples.codegen.oclinecore
 

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as Feature
protected  Feature OCLinEcoreCG2JavaVisitor.feature
           
 

Uses of Feature in org.eclipse.ocl.examples.pivot
 

Subinterfaces of Feature in org.eclipse.ocl.examples.pivot
 interface Iteration
          A representation of the model object 'Iteration'.
 interface Operation
          A representation of the model object 'Operation'.
 interface Property
          A representation of the model object 'Property'.
 

Uses of Feature in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Feature
 class FeatureImpl
          An implementation of the model object 'Feature'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class TuplePartImpl
           
 

Uses of Feature in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Feature
 LibraryFeature MetaModelManager.getImplementation(Feature feature)
           
 LibraryFeature ImplementationManager.loadImplementation(Feature feature)
          Return the implementation of a feature.
 

Uses of Feature in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Feature
 T1 PivotSwitch.caseFeature(Feature object)
          Returns the result of interpreting the object as an instance of 'Feature'.
 boolean PivotValidator.validateFeature(Feature feature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitFeature(Feature object)
           
 R AbstractExtendingVisitor.visitFeature(Feature object)
           
 R AbstractNullVisitor.visitFeature(Feature object)
           
 R AbstractWrappingVisitor.visitFeature(Feature object)
           
 R Visitor.visitFeature(Feature object)
           
 

Uses of Feature in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return Feature
static Feature PivotUtil.getReferredFeature(CallExp callExp)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Feature
static Type PivotUtil.getOwningType(Feature feature)