Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS

Packages that use TypedElementCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of TypedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface AttributeCS
          A representation of the model object 'Attribute CS'.
 interface FeatureCS
          A representation of the model object 'Feature CS'.
 interface OperationCS
          A representation of the model object 'Operation CS'.
 interface ParameterCS
          A representation of the model object 'Parameter CS'.
 interface ReferenceCS
          A representation of the model object 'Reference CS'.
 interface StructuralFeatureCS
          A representation of the model object 'Structural Feature CS'.
 interface TuplePartCS
          A representation of the model object 'Tuple Part CS'.
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement TypedElementCS
 class AttributeCSImpl
          An implementation of the model object 'Attribute CS'.
 class OperationCSImpl
          An implementation of the model object 'Operation CS'.
 class ParameterCSImpl
          An implementation of the model object 'Parameter CS'.
 class ReferenceCSImpl
          An implementation of the model object 'Reference CS'.
 class StructuralFeatureCSImpl
          An implementation of the model object 'Structural Feature CS'.
 class TuplePartCSImpl
          An implementation of the model object 'Tuple Part CS'.
 class TypedElementCSImpl
          An implementation of the model object 'Typed Element CS'.
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type TypedElementCS
 T BaseCSTSwitch.caseTypedElementCS(TypedElementCS object)
          Returns the result of interpreting the object as an instance of 'Typed Element CS'.
 boolean BaseCSTValidator.validateTypedElementCS(TypedElementCS typedElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypedElementCS
<T> void
CS2PivotConversion.refreshMultiplicity(MultiplicityElement pivotElement, TypedElementCS csTypedElement)
           
<T extends TypedMultiplicityElement>
T
CS2PivotConversion.refreshTypedMultiplicityElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, TypedElementCS csTypedElement)
           
 BasicContinuation<?> BasePostOrderVisitor.visitTypedElementCS(TypedElementCS csTypedElement)
           
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with type parameters of type TypedElementCS
<T extends TypedElementCS>
T
Pivot2CSConversion.refreshTypedElement(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, TypedElement object)
           
<T extends TypedElementCS>
T
Pivot2CSConversion.refreshTypedMultiplicityElement(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, TypedMultiplicityElement object)
           
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type TypedElementCS
 R AbstractDelegatingBaseCSVisitor.visitTypedElementCS(TypedElementCS object)
           
 R AbstractExtendingBaseCSVisitor.visitTypedElementCS(TypedElementCS object)
           
 R AbstractNullBaseCSVisitor.visitTypedElementCS(TypedElementCS object)
           
 R BaseCSVisitor.visitTypedElementCS(TypedElementCS object)
           
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TypedElementCS
protected  void CS2Moniker.appendMultiplicityCS(TypedElementCS csTypedElement)
           
static java.lang.String ElementUtil.getCollectionTypeName(TypedElementCS csTypedElement)
           
static int ElementUtil.getLower(TypedElementCS csTypedElement)
           
static int ElementUtil.getUpper(TypedElementCS csTypedElement)
           
static boolean ElementUtil.isOrdered(TypedElementCS csTypedElement)
           
static boolean ElementUtil.isUnique(TypedElementCS csTypedElement)
           
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Subinterfaces of TypedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibIterationCS
          A representation of the model object 'Lib Iteration CS'.
 interface LibOperationCS
          A representation of the model object 'Lib Operation CS'.
 interface LibPropertyCS
          A representation of the model object 'Lib Property CS'.
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement TypedElementCS
 class LibIterationCSImpl
          An implementation of the model object 'Lib Iteration CS'.
 class LibOperationCSImpl
          An implementation of the model object 'Lib Operation CS'.
 class LibPropertyCSImpl
          An implementation of the model object 'Lib Property CS'.
 

Uses of TypedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type TypedElementCS
 T OCLstdlibCSTSwitch.caseTypedElementCS(TypedElementCS object)
          Returns the result of interpreting the object as an instance of 'Typed Element CS'.