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

Packages that use Stereotype
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
 

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

Methods in org.eclipse.ocl.examples.pivot that return Stereotype
 Stereotype PivotFactory.createStereotype()
          Returns a new object of class 'Stereotype'.
 Stereotype ElementExtension.getStereotype()
          Returns the value of the 'Stereotype' reference.
 Stereotype TypeExtension.getStereotype()
          Returns the value of the 'Stereotype' container reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Stereotype
 void ElementExtension.setStereotype(Stereotype value)
          Sets the value of the 'Stereotype' reference.
 void TypeExtension.setStereotype(Stereotype value)
          Sets the value of the 'Stereotype' container reference.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Stereotype
 class StereotypeImpl
          An implementation of the model object 'Stereotype'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Stereotype
protected  Stereotype ElementExtensionImpl.stereotype
          The cached value of the 'Stereotype' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Stereotype
 Stereotype ElementExtensionImpl.basicGetStereotype()
           
 Stereotype PivotFactoryImpl.createStereotype()
           
 Stereotype ElementExtensionImpl.getStereotype()
           
 Stereotype TypeExtensionImpl.getStereotype()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Stereotype
 org.eclipse.emf.common.notify.NotificationChain TypeExtensionImpl.basicSetStereotype(Stereotype newStereotype, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementExtensionImpl.setStereotype(Stereotype newStereotype)
           
 void TypeExtensionImpl.setStereotype(Stereotype newStereotype)
           
 

Uses of Stereotype in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Stereotype
 ElementExtension MetaModelManager.getElementExtension(Element asStereotypedElement, Stereotype asStereotype)
          Return an ElementExtension for asStereotype reusing any that already exist in asElementExtensions.
protected  void AbstractTypeServer.initExtensionPropertiesFrom(Type baseType, Stereotype stereotype)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return Stereotype
 Stereotype UML2PivotDeclarationSwitch.caseStereotype(org.eclipse.uml2.uml.Stereotype umlStereotype)
           
 Stereotype UML2Pivot.resolveStereotype(org.eclipse.emf.ecore.EObject umlStereotypeApplication, java.util.List<org.eclipse.uml2.uml.Element> umlStereotypedElements)
          Return the UML Stereotype referenced by the UML stereotype application to some UML Stereotyped Elements.
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Stereotype
 void ProfileAnalysis.addStereotype(Stereotype asStereotype)
           
abstract  void UML2Pivot.addStereotype(Stereotype asStereotype)
           
 void UML2Pivot.Inner.addStereotype(Stereotype asStereotype)
           
 void UML2Pivot.Outer.addStereotype(Stereotype asStereotype)
           
static java.lang.Object UMLElementExtension.getUMLElementExtension(Stereotype staticType, org.eclipse.uml2.uml.Element umlElement)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Stereotype
 T1 PivotSwitch.caseStereotype(Stereotype object)
          Returns the result of interpreting the object as an instance of 'Stereotype'.
 boolean PivotValidator.validateStereotype(Stereotype stereotype, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitStereotype(Stereotype object)
           
 R AbstractExtendingVisitor.visitStereotype(Stereotype object)
           
 R AbstractNullVisitor.visitStereotype(Stereotype object)
           
 R AbstractWrappingVisitor.visitStereotype(Stereotype object)
           
 R Visitor.visitStereotype(Stereotype object)