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

Packages that use StructuralFeatureCS
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.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.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 StructuralFeatureCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of StructuralFeatureCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface AttributeCS
          A representation of the model object 'Attribute CS'.
 interface ReferenceCS
          A representation of the model object 'Reference CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type StructuralFeatureCS
 org.eclipse.emf.common.util.EList<StructuralFeatureCS> ClassCS.getOwnedProperty()
          Returns the value of the 'Owned Property' containment reference list.
 

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

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

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type StructuralFeatureCS
protected  org.eclipse.emf.common.util.EList<StructuralFeatureCS> ClassCSImpl.ownedProperty
          The cached value of the 'Owned Property' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type StructuralFeatureCS
 org.eclipse.emf.common.util.EList<StructuralFeatureCS> ClassCSImpl.getOwnedProperty()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type StructuralFeatureCS
 T BaseCSTSwitch.caseStructuralFeatureCS(StructuralFeatureCS object)
          Returns the result of interpreting the object as an instance of 'Structural Feature CS'.
 boolean BaseCSTValidator.validateStructuralFeatureCS(StructuralFeatureCS structuralFeatureCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of StructuralFeatureCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type StructuralFeatureCS
 Continuation<?> BaseContainmentVisitor.visitStructuralFeatureCS(StructuralFeatureCS csElement)
           
 Element BaseLeft2RightVisitor.visitStructuralFeatureCS(StructuralFeatureCS object)
           
 Continuation<?> BasePreOrderVisitor.visitStructuralFeatureCS(StructuralFeatureCS csStructuralFeature)
           
 

Uses of StructuralFeatureCS in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with type parameters of type StructuralFeatureCS
<T extends StructuralFeatureCS>
T
Pivot2CSConversion.refreshStructuralFeature(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, Property object)
           
 

Uses of StructuralFeatureCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type StructuralFeatureCS
 R AbstractDelegatingBaseCSVisitor.visitStructuralFeatureCS(StructuralFeatureCS object)
           
 R AbstractExtendingBaseCSVisitor.visitStructuralFeatureCS(StructuralFeatureCS object)
           
 R AbstractNullBaseCSVisitor.visitStructuralFeatureCS(StructuralFeatureCS object)
           
 R BaseCSVisitor.visitStructuralFeatureCS(StructuralFeatureCS object)
           
 

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

Subinterfaces of StructuralFeatureCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibPropertyCS
          A representation of the model object 'Lib Property CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement StructuralFeatureCS
 class LibPropertyCSImpl
          An implementation of the model object 'Lib Property CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type StructuralFeatureCS
 T OCLstdlibCSTSwitch.caseStructuralFeatureCS(StructuralFeatureCS object)
          Returns the result of interpreting the object as an instance of 'Structural Feature CS'.