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

Packages that use OrderedSetType
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.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return OrderedSetType
 OrderedSetType PivotFactory.createOrderedSetType()
          Returns a new object of class 'Ordered Set Type'.
 OrderedSetType OCLFactory.createOrderedSetType(Type elementType)
          Returns a new object of class 'Ordered Set Type'.
 OrderedSetType StandardLibrary.getOrderedSetType()
          Obtains the generic instance of the OrderedSetType metatype, named OrderedSet(T).
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement OrderedSetType
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return OrderedSetType
 OrderedSetType PivotFactoryImpl.createOrderedSetType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type OrderedSetType
 T PivotSwitch.caseOrderedSetType(OrderedSetType object)
          Returns the result of interpreting the object as an instance of 'Ordered Set Type'.
 boolean PivotValidator.validateOrderedSetType(OrderedSetType orderedSetType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitOrderedSetType(OrderedSetType object)
           
 R AbstractExtendingVisitor.visitOrderedSetType(OrderedSetType object)
           
 R AbstractNullVisitor.visitOrderedSetType(OrderedSetType object)
           
 R Visitor.visitOrderedSetType(OrderedSetType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return OrderedSetType
 OrderedSetType OCLFactoryImpl.createOrderedSetType(Type elementType)
           
 OrderedSetType PivotStandardLibrary.getOrderedSetType()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type OrderedSetType
protected  java.lang.String BaseLabelProvider.image(OrderedSetType ele)