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.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'.
 

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'.
 

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

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)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Stereotype
 T 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 Visitor.visitStereotype(Stereotype object)