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

Packages that use TypedMultiplicityElement
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Subinterfaces of TypedMultiplicityElement 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'.
 

Uses of TypedMultiplicityElement in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type TypedMultiplicityElement
protected  void Pivot2EcoreDeclarationVisitor.copyTypedElement(org.eclipse.emf.ecore.ETypedElement eTypedElement, TypedMultiplicityElement pivotTypedElement)
           
protected  void Ecore2PivotDeclarationSwitch.copyTypedMultiplicityElement(TypedMultiplicityElement pivotElement, org.eclipse.emf.ecore.ETypedElement eTypedElement, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TypedMultiplicityElement
 class FeatureImpl
          An implementation of the model object 'Feature'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 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'.
 

Uses of TypedMultiplicityElement in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type TypedMultiplicityElement
 void PrettyPrintTypeVisitor.appendTypedMultiplicity(TypedMultiplicityElement object)
           
 java.lang.Object PrettyPrintNameVisitor.visitTypedMultiplicityElement(TypedMultiplicityElement object)
           
 java.lang.Object PrettyPrintTypeVisitor.visitTypedMultiplicityElement(TypedMultiplicityElement object)
           
 

Uses of TypedMultiplicityElement in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type TypedMultiplicityElement
protected  void Pivot2UMLDeclarationVisitor.copyMultiplicityElement(org.eclipse.uml2.uml.MultiplicityElement umlMultiplicityElement, TypedMultiplicityElement pivotTypedElement)
           
protected  void UML2Pivot.copyMultiplicityElement(TypedMultiplicityElement pivotElement, org.eclipse.uml2.uml.MultiplicityElement umlMultiplicityElement)
           
protected  void Pivot2UMLDeclarationVisitor.copyTypedElement(org.eclipse.uml2.uml.TypedElement umlTypedElement, TypedMultiplicityElement pivotTypedElement)
           
protected  void UML2Pivot.copyTypedElement(TypedMultiplicityElement pivotElement, org.eclipse.uml2.uml.TypedElement umlTypedElement, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TypedMultiplicityElement
 Type TypeManager.getTypeWithMultiplicity(TypedMultiplicityElement element)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with type parameters of type TypedMultiplicityElement
<T extends TypedMultiplicityElement>
T
CS2PivotConversion.refreshTypedMultiplicityElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, TypedElementCS csTypedElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypedMultiplicityElement
 void CS2PivotConversion.setTypeWithMultiplicity(TypedElement typedElement, TypedMultiplicityElement typedMultiplicityElement)
           
 

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

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

Uses of TypedMultiplicityElement in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type TypedMultiplicityElement
protected  void BaseLabelProvider.appendMultiplicity(java.lang.StringBuffer s, TypedMultiplicityElement ele)