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

Packages that use TuplePartCS
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.util   
org.eclipse.ocl.examples.xtext.base.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return TuplePartCS
 TuplePartCS BaseCSTFactory.createTuplePartCS()
          Returns a new object of class 'Tuple Part CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type TuplePartCS
 org.eclipse.emf.common.util.EList<TuplePartCS> TupleTypeCS.getOwnedParts()
          Returns the value of the 'Owned Parts' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement TuplePartCS
 class TuplePartCSImpl
          An implementation of the model object 'Tuple Part CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type TuplePartCS
protected  org.eclipse.emf.common.util.EList<TuplePartCS> TupleTypeCSImpl.ownedParts
          The cached value of the 'Owned Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return TuplePartCS
 TuplePartCS BaseCSTFactoryImpl.createTuplePartCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type TuplePartCS
 org.eclipse.emf.common.util.EList<TuplePartCS> TupleTypeCSImpl.getOwnedParts()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type TuplePartCS
 T BaseCSTSwitch.caseTuplePartCS(TuplePartCS object)
          Returns the result of interpreting the object as an instance of 'Tuple Part CS'.
 boolean BaseCSTValidator.validateTuplePartCS(TuplePartCS tuplePartCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TuplePartCS
 MonikeredElement BaseLeft2RightVisitor.visitTuplePartCS(TuplePartCS object)
           
 Continuation<?> BasePostOrderVisitor.visitTuplePartCS(TuplePartCS object)
           
 ScopeCSAdapter BaseScopeVisitor.visitTuplePartCS(TuplePartCS eObject)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TuplePartCS
 java.lang.Boolean BaseCS2MonikerVisitor.visitTuplePartCS(TuplePartCS object)