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

Packages that use ClassCS
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.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
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 ClassCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return ClassCS
 ClassCS BaseCSFactory.createClassCS()
          Returns a new object of class 'Class CS'.
 ClassCS StructuralFeatureCS.getOwner()
          Returns the value of the 'Owner' container reference.
 ClassCS OperationCS.getOwningClass()
          Returns the value of the 'Owning Class' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type ClassCS
 void StructuralFeatureCS.setOwner(ClassCS value)
          Sets the value of the 'Owner' container reference.
 void OperationCS.setOwningClass(ClassCS value)
          Sets the value of the 'Owning Class' container reference.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement ClassCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return ClassCS
 ClassCS BaseCSFactoryImpl.createClassCS()
           
 ClassCS StructuralFeatureCSImpl.getOwner()
           
 ClassCS OperationCSImpl.getOwningClass()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type ClassCS
 org.eclipse.emf.common.notify.NotificationChain StructuralFeatureCSImpl.basicSetOwner(ClassCS newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OperationCSImpl.basicSetOwningClass(ClassCS newOwningClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StructuralFeatureCSImpl.setOwner(ClassCS newOwner)
           
 void OperationCSImpl.setOwningClass(ClassCS newOwningClass)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type ClassCS
 T BaseCSSwitch.caseClassCS(ClassCS object)
          Returns the result of interpreting the object as an instance of 'Class CS'.
 boolean BaseCSValidator.validateClassCS(ClassCS classCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitClassCS(ClassCS object)
           
 R AbstractExtendingBaseCSVisitor.visitClassCS(ClassCS object)
           
 R AbstractNullBaseCSVisitor.visitClassCS(ClassCS object)
           
 R BaseCSVisitor.visitClassCS(ClassCS object)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ClassCS
protected  Continuation<?> BaseCSContainmentVisitor.refreshClass(Class pivotElement, ClassCS csElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitClassCS(ClassCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitClassCS(ClassCS csElement)
           
 Continuation<?> BaseCSPreOrderVisitor.visitClassCS(ClassCS csClass)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ClassCS
BaseCSPreOrderVisitor.ClassSupersContinuation(CS2PivotConversion context, Class pivotParent, ClassCS csElement)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return ClassCS
 ClassCS FeatureContextDeclCS.getClass_()
          Returns the value of the 'Class' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs with parameters of type ClassCS
 void FeatureContextDeclCS.setClass(ClassCS value)
          Sets the value of the 'Class' reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl declared as ClassCS
protected  ClassCS FeatureContextDeclCSImpl.class_
          The cached value of the 'Class' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return ClassCS
 ClassCS FeatureContextDeclCSImpl.basicGetClass()
           
 ClassCS FeatureContextDeclCSImpl.getClass_()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with parameters of type ClassCS
 void FeatureContextDeclCSImpl.setClass(ClassCS newClass)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ClassCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_ClassCS(org.eclipse.emf.ecore.EObject context, ClassCS semanticObject)
          Constraint: ( qualifier+='abstract'? name=UnrestrictedName ownedTemplateSignature=TemplateSignatureCS? (ownedSuperType+=TypedRefCS ownedSuperType+=TypedRefCS*)? instanceClassName=SINGLE_QUOTED_STRING? qualifier+='interface'? (ownedAnnotation+=AnnotationElementCS | ownedOperation+=OperationCS | ownedProperty+=StructuralFeatureCS | ownedConstraint+=InvariantConstraintCS)* )
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type ClassCS
protected  java.lang.String OCLinEcoreLabelProvider.image(ClassCS ele)
           
 

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

Subinterfaces of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement ClassCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util
 

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