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.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
 

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)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visitTypedMultiplicityElement(TypedMultiplicityElement pivotTypedElement)
           
 

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 TuplePartImpl
           
 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 PrettyPrinter.appendTypedMultiplicity(TypedMultiplicityElement object)
           
 java.lang.Object PivotPrettyPrintVisitor.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.copyTypedElement(org.eclipse.uml2.uml.TypedElement umlTypedElement, TypedMultiplicityElement pivotTypedElement)
           
protected  void UML2PivotDeclarationSwitch.copyTypedMultiplicityElement(TypedMultiplicityElement pivotElement, org.eclipse.uml2.uml.TypedElement umlTypedElement, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visitTypedMultiplicityElement(TypedMultiplicityElement pivotTypedElement)
           
 

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.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypedMultiplicityElement
 Type CS2PivotConversion.refreshRequiredType(TypedMultiplicityElement pivotElement, TypedElementCS csTypedElement)
           
 

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.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type TypedMultiplicityElement
protected  TypedRefCS CompleteOCLDeclarationVisitor.convertTypeRef(TypedMultiplicityElement object)