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

Packages that use TypedElementCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

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

Subinterfaces of TypedElementCS in org.eclipse.ocl.examples.xtext.base.basecs
 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.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.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.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type TypedElementCS
 T BaseCSSwitch.caseTypedElementCS(TypedElementCS object)
          Returns the result of interpreting the object as an instance of 'Typed Element CS'.
 boolean BaseCSValidator.validateTypedElementCS(TypedElementCS typedElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 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.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypedElementCS
 Type CS2PivotConversion.refreshRequiredType(TypedMultiplicityElement pivotElement, TypedElementCS csTypedElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitTypedElementCS(TypedElementCS self)
           
 BasicContinuation<?> BaseCSPostOrderVisitor.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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TypedElementCS
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.completeocl.completeoclcs
 

Subinterfaces of TypedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface DefCS
          A representation of the model object 'Def CS'.
 interface DefOperationCS
          A representation of the model object 'Def Operation CS'.
 interface DefPropertyCS
          A representation of the model object 'Def Property CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement TypedElementCS
 class DefCSImpl
          An implementation of the model object 'Def CS'.
 class DefOperationCSImpl
          An implementation of the model object 'Def Operation CS'.
 class DefPropertyCSImpl
          An implementation of the model object 'Def Property CS'.
 

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

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

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

Subinterfaces of TypedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 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.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.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.oclstdlibcs.util
 

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