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

Packages that use TemplateableElementCS
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.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

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

Subinterfaces of TemplateableElementCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface LambdaTypeCS
          A representation of the model object 'Lambda Type CS'.
 interface OperationCS
          A representation of the model object 'Operation CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return TemplateableElementCS
 TemplateableElementCS TemplateSignatureCS.getOwningTemplateElement()
          Returns the value of the 'Owning Template Element' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type TemplateableElementCS
 void TemplateSignatureCS.setOwningTemplateElement(TemplateableElementCS value)
          Sets the value of the 'Owning Template Element' container reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement TemplateableElementCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class LambdaTypeCSImpl
          An implementation of the model object 'Lambda Type CS'.
 class OperationCSImpl
          An implementation of the model object 'Operation CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return TemplateableElementCS
 TemplateableElementCS TemplateSignatureCSImpl.getOwningTemplateElement()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type TemplateableElementCS
 org.eclipse.emf.common.notify.NotificationChain TemplateSignatureCSImpl.basicSetOwningTemplateElement(TemplateableElementCS newOwningTemplateElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TemplateSignatureCSImpl.setOwningTemplateElement(TemplateableElementCS newOwningTemplateElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type TemplateableElementCS
 T BaseCSSwitch.caseTemplateableElementCS(TemplateableElementCS object)
          Returns the result of interpreting the object as an instance of 'Templateable Element CS'.
 boolean BaseCSValidator.validateTemplateableElementCS(TemplateableElementCS templateableElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as that return TemplateableElementCS
protected  TemplateableElementCS BaseCSPostOrderVisitor.getTemplateableElementContainer(ElementCS csElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TemplateableElementCS
 void CS2PivotConversion.refreshTemplateSignature(TemplateableElementCS csTemplateableElement, TemplateableElement pivotTemplateableElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitTemplateableElementCS(TemplateableElementCS self)
           
 

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

Subinterfaces of TemplateableElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 interface LibIterationCS
          A representation of the model object 'Lib Iteration CS'.
 interface LibOperationCS
          A representation of the model object 'Lib Operation CS'.
 

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

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

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

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