Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ConstructorPartCS

Packages that use ConstructorPartCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.util   
 

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type ConstructorPartCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitConstructorPartCS(ConstructorPartCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitConstructorPartCS(ConstructorPartCS csConstructorPart)
           
 

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return ConstructorPartCS
 ConstructorPartCS EssentialOCLCSTFactory.createConstructorPartCS()
          Returns a new object of class 'Constructor Part CS'.
 

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

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement ConstructorPartCS
 class ConstructorPartCSImpl
          An implementation of the model object 'Constructor Part CS'.
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with type parameters of type ConstructorPartCS
protected  org.eclipse.emf.common.util.EList<ConstructorPartCS> ConstructorExpCSImpl.ownedParts
          The cached value of the 'Owned Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return ConstructorPartCS
 ConstructorPartCS EssentialOCLCSTFactoryImpl.createConstructorPartCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return types with arguments of type ConstructorPartCS
 org.eclipse.emf.common.util.EList<ConstructorPartCS> ConstructorExpCSImpl.getOwnedParts()
           
 

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type ConstructorPartCS
 T EssentialOCLCSTSwitch.caseConstructorPartCS(ConstructorPartCS object)
          Returns the result of interpreting the object as an instance of 'Constructor Part CS'.
 

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type ConstructorPartCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_ConstructorPartCS(org.eclipse.emf.ecore.EObject context, ConstructorPartCS semanticObject)
          Constraint: (property=[Property|UnrestrictedName] initExpression=ExpCS)
 

Uses of ConstructorPartCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type ConstructorPartCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitConstructorPartCS(ConstructorPartCS object)
           
 R EssentialOCLCSVisitor.visitConstructorPartCS(ConstructorPartCS object)