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   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
 

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
 T 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 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)
           
 

Uses of Feature in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type Feature
protected  VariableDeclaration EssentialOCLLeft2RightVisitor.getImplicitSource(ModelElementCS csExp, Feature feature)
           
protected  CallExp EssentialOCLLeft2RightVisitor.resolveNavigationFeature(AbstractNameExpCS csElement, OCLExpression source, Feature feature, CallExp callExp)
          Synthesize any any implicit collect() call.
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveNavigationSource(AbstractNameExpCS csNameExp, Feature feature)
          Resolve any implicit source and any associated implicit oclAsSet().