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

Packages that use FeatureCS
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 FeatureCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Subinterfaces of FeatureCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface AttributeCS
          A representation of the model object 'Attribute CS'.
 interface OperationCS
          A representation of the model object 'Operation CS'.
 interface ReferenceCS
          A representation of the model object 'Reference CS'.
 interface StructuralFeatureCS
          A representation of the model object 'Structural Feature CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement FeatureCS
 class AttributeCSImpl
          An implementation of the model object 'Attribute CS'.
 class OperationCSImpl
          An implementation of the model object 'Operation CS'.
 class ReferenceCSImpl
          An implementation of the model object 'Reference CS'.
 class StructuralFeatureCSImpl
          An implementation of the model object 'Structural Feature CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type FeatureCS
 T BaseCSSwitch.caseFeatureCS(FeatureCS object)
          Returns the result of interpreting the object as an instance of 'Feature CS'.
 boolean BaseCSValidator.validateFeatureCS(FeatureCS featureCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type FeatureCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitFeatureCS(FeatureCS self)
           
 

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

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

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

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