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

Packages that use ParameterableElementCS
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.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

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

Subinterfaces of ParameterableElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface CollectionTypeRefCS
          A representation of the model object 'Collection Type Ref 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 PrimitiveTypeRefCS
          A representation of the model object 'Primitive Type Ref CS'.
 interface TupleTypeCS
          A representation of the model object 'Tuple Type CS'.
 interface TypedRefCS
          A representation of the model object 'Typed Ref CS'.
 interface TypedTypeRefCS
          A representation of the model object 'Typed Type Ref CS'.
 interface TypeRefCS
          A representation of the model object 'Type CS Ref'.
 interface WildcardTypeRefCS
          A representation of the model object 'Wildcard Type Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return ParameterableElementCS
 ParameterableElementCS TemplateParameterSubstitutionCS.getOwnedActualParameter()
          Returns the value of the 'Owned Actual Parameter' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type ParameterableElementCS
 void TemplateParameterSubstitutionCS.setOwnedActualParameter(ParameterableElementCS value)
          Sets the value of the 'Owned Actual Parameter' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement ParameterableElementCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class CollectionTypeRefCSImpl
          An implementation of the model object 'Collection Type Ref 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 PrimitiveTypeRefCSImpl
          An implementation of the model object 'Primitive Type Ref CS'.
 class TupleTypeCSImpl
          An implementation of the model object 'Tuple Type CS'.
 class TypedRefCSImpl
          An implementation of the model object 'Typed Ref CS'.
 class TypedTypeRefCSImpl
          An implementation of the model object 'Typed Type Ref CS'.
 class TypeRefCSImpl
          An implementation of the model object 'Type CS Ref'.
 class WildcardTypeRefCSImpl
          An implementation of the model object 'Wildcard Type Ref CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as ParameterableElementCS
protected  ParameterableElementCS TemplateParameterSubstitutionCSImpl.ownedActualParameter
          The cached value of the 'Owned Actual Parameter' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return ParameterableElementCS
 ParameterableElementCS TemplateParameterSubstitutionCSImpl.getOwnedActualParameter()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type ParameterableElementCS
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterSubstitutionCSImpl.basicSetOwnedActualParameter(ParameterableElementCS newOwnedActualParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TemplateParameterSubstitutionCSImpl.setOwnedActualParameter(ParameterableElementCS newOwnedActualParameter)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type ParameterableElementCS
 T BaseCSTSwitch.caseParameterableElementCS(ParameterableElementCS object)
          Returns the result of interpreting the object as an instance of 'Parameterable Element CS'.
 boolean BaseCSTValidator.validateParameterableElementCS(ParameterableElementCS parameterableElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Subinterfaces of ParameterableElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface CollectionTypeCS
          A representation of the model object 'Collection Type CS'.
 interface TypeNameExpCS
          A representation of the model object 'Type Name Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement ParameterableElementCS
 class CollectionTypeCSImpl
          An implementation of the model object 'Collection Type CS'.
 class TypeNameExpCSImpl
          An implementation of the model object 'Type Name Exp CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type ParameterableElementCS
 T EssentialOCLCSTSwitch.caseParameterableElementCS(ParameterableElementCS object)
          Returns the result of interpreting the object as an instance of 'Parameterable Element CS'.
 

Uses of ParameterableElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

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

Uses of ParameterableElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

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

Uses of ParameterableElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type ParameterableElementCS
 T OCLstdlibCSTSwitch.caseParameterableElementCS(ParameterableElementCS object)
          Returns the result of interpreting the object as an instance of 'Parameterable Element CS'.