Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.DefFeatureCS

Packages that use DefFeatureCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.util   
 

Uses of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Subinterfaces of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface DefOperationCS
          A representation of the model object 'Def Operation CS'.
 interface DefPropertyCS
          A representation of the model object 'Def Property CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return DefFeatureCS
 DefFeatureCS DefCS.getFeature()
          Returns the value of the 'Feature' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type DefFeatureCS
 void DefCS.setFeature(DefFeatureCS value)
          Sets the value of the 'Feature' containment reference.
 

Uses of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement DefFeatureCS
 class DefFeatureCSImpl
          An implementation of the model object 'Def Feature CS'.
 class DefOperationCSImpl
          An implementation of the model object 'Def Operation CS'.
 class DefPropertyCSImpl
          An implementation of the model object 'Def Property CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as DefFeatureCS
protected  DefFeatureCS DefCSImpl.feature
          The cached value of the 'Feature' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return DefFeatureCS
 DefFeatureCS DefCSImpl.getFeature()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type DefFeatureCS
 org.eclipse.emf.common.notify.NotificationChain DefCSImpl.basicSetFeature(DefFeatureCS newFeature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DefCSImpl.setFeature(DefFeatureCS newFeature)
           
 

Uses of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type DefFeatureCS
 T CompleteOCLCSTSwitch.caseDefFeatureCS(DefFeatureCS object)
          Returns the result of interpreting the object as an instance of 'Def Feature CS'.
 

Uses of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type DefFeatureCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 

Uses of DefFeatureCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type DefFeatureCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitDefFeatureCS(DefFeatureCS object)
           
 R CompleteOCLCSVisitor.visitDefFeatureCS(DefFeatureCS object)