Uses of Interface
org.eclipse.ocl.examples.pivot.util.MorePivotable

Packages that use MorePivotable
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type MorePivotable
 T1 PivotSwitch.caseMorePivotable(MorePivotable object)
          Returns the result of interpreting the object as an instance of 'More Pivotable'.
 boolean PivotValidator.validateMorePivotable(MorePivotable morePivotable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of MorePivotable in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Subinterfaces of MorePivotable in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface ClassifierContextDeclCS
          A representation of the model object 'Classifier Context Decl CS'.
 interface ContextDeclCS
          A representation of the model object 'Context Decl CS'.
 interface FeatureContextDeclCS
          A representation of the model object 'Feature Context Decl CS'.
 interface OperationContextDeclCS
          A representation of the model object 'Operation Context Decl CS'.
 interface PackageDeclarationCS
          A representation of the model object 'Package Declaration CS'.
 interface PathNameDeclCS
          A representation of the model object 'Named Element Decl CS'.
 interface PropertyContextDeclCS
          A representation of the model object 'Property Context Decl CS'.
 

Uses of MorePivotable in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement MorePivotable
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'.
 class ContextDeclCSImpl
          An implementation of the model object 'Context Decl CS'.
 class FeatureContextDeclCSImpl
          An implementation of the model object 'Feature Context Decl CS'.
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'.
 class PackageDeclarationCSImpl
          An implementation of the model object 'Package Declaration CS'.
 class PathNameDeclCSImpl
          An implementation of the model object 'Named Element Decl CS'.
 class PropertyContextDeclCSImpl
          An implementation of the model object 'Property Context Decl CS'.
 

Uses of MorePivotable in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type MorePivotable
 T CompleteOCLCSSwitch.caseMorePivotable(MorePivotable object)
          Returns the result of interpreting the object as an instance of 'More Pivotable'.