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

Packages that use MultiplicityCS
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   
 

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

Subinterfaces of MultiplicityCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface MultiplicityBoundsCS
          A representation of the model object 'Integer Multiplicity CS'.
 interface MultiplicityStringCS
          A representation of the model object 'String Multiplicity CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return MultiplicityCS
 MultiplicityCS TypedRefCS.getMultiplicity()
          Returns the value of the 'Multiplicity' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type MultiplicityCS
 void TypedRefCS.setMultiplicity(MultiplicityCS value)
          Sets the value of the 'Multiplicity' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement MultiplicityCS
 class MultiplicityBoundsCSImpl
          An implementation of the model object 'Integer Multiplicity CS'.
 class MultiplicityStringCSImpl
          An implementation of the model object 'String Multiplicity CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl declared as MultiplicityCS
protected  MultiplicityCS TypedRefCSImpl.multiplicity
          The cached value of the 'Multiplicity' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return MultiplicityCS
 MultiplicityCS TypedRefCSImpl.getMultiplicity()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type MultiplicityCS
 org.eclipse.emf.common.notify.NotificationChain TypedRefCSImpl.basicSetMultiplicity(MultiplicityCS newMultiplicity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TypedRefCSImpl.setMultiplicity(MultiplicityCS newMultiplicity)
           
 

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

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

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

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