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

Packages that use ReferringElement
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

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

Subinterfaces of ReferringElement in org.eclipse.ocl.examples.pivot
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 interface TypeExp
          A representation of the model object 'Type Exp'.
 interface VariableExp
          A representation of the model object 'Variable Exp'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ReferringElement
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 class TypeExpImpl
          An implementation of the model object 'Type Exp'.
 class VariableExpImpl
          An implementation of the model object 'Variable Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ReferringElement
 T PivotSwitch.caseReferringElement(ReferringElement object)
          Returns the result of interpreting the object as an instance of 'Referring Element'.
 boolean PivotValidator.validateReferringElement(ReferringElement referringElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)