Uses of Interface
org.eclipse.ocl.examples.pivot.MultiplicityElement

Packages that use MultiplicityElement
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
 

Uses of MultiplicityElement in org.eclipse.ocl.examples.pivot
 

Subinterfaces of MultiplicityElement in org.eclipse.ocl.examples.pivot
 interface Feature
          A representation of the model object 'Feature'.
 interface Iteration
          A representation of the model object 'Iteration'.
 interface Operation
          A representation of the model object 'Operation'.
 interface Parameter
          A representation of the model object 'Parameter'.
 interface Property
          A representation of the model object 'Property'.
 interface TypedMultiplicityElement
          A representation of the model object 'Typed Multiplicity Element'.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type MultiplicityElement
 boolean MultiplicityElement.includesMultiplicity(MultiplicityElement M)
          The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.
 

Uses of MultiplicityElement in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement MultiplicityElement
 class FeatureImpl
          An implementation of the model object 'Feature'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class MultiplicityElementImpl
          An implementation of the model object 'Multiplicity Element'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class TypedMultiplicityElementImpl
          An implementation of the model object 'Typed Multiplicity Element'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type MultiplicityElement
 boolean MultiplicityElementImpl.includesMultiplicity(MultiplicityElement M)
           
 boolean TypedMultiplicityElementImpl.includesMultiplicity(MultiplicityElement M)
           
 

Uses of MultiplicityElement in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type MultiplicityElement
 T PivotSwitch.caseMultiplicityElement(MultiplicityElement object)
          Returns the result of interpreting the object as an instance of 'Multiplicity Element'.
 boolean PivotValidator.validateMultiplicityElement(MultiplicityElement multiplicityElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitMultiplicityElement(MultiplicityElement object)
           
 R AbstractExtendingVisitor.visitMultiplicityElement(MultiplicityElement object)
           
 R AbstractNullVisitor.visitMultiplicityElement(MultiplicityElement object)
           
 R Visitor.visitMultiplicityElement(MultiplicityElement object)
           
 

Uses of MultiplicityElement in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type MultiplicityElement
protected  void Abstract2Moniker.appendMultiplicity(MultiplicityElement multiplicityElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type MultiplicityElement
protected
<T> void
BaseContainmentVisitor.refreshMultiplicity(MultiplicityElement pivotElement, TypedElementCS csTypedElement)