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

Packages that use SequenceType
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 SequenceType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return SequenceType
 SequenceType PivotFactory.createSequenceType()
          Returns a new object of class 'Sequence Type'.
 SequenceType OCLFactory.createSequenceType(Type elementType)
          Returns a new object of class 'Sequence Type'.
 SequenceType StandardLibrary.getSequenceType()
          Obtains the generic instance of the SequenceType metatype, named Sequence(T).
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement SequenceType
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return SequenceType
 SequenceType PivotFactoryImpl.createSequenceType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SequenceType
 T PivotSwitch.caseSequenceType(SequenceType object)
          Returns the result of interpreting the object as an instance of 'Sequence Type'.
 boolean PivotValidator.validateSequenceType(SequenceType sequenceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitSequenceType(SequenceType object)
           
 R AbstractExtendingVisitor.visitSequenceType(SequenceType object)
           
 R AbstractNullVisitor.visitSequenceType(SequenceType object)
           
 R Visitor.visitSequenceType(SequenceType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return SequenceType
 SequenceType OCLFactoryImpl.createSequenceType(Type elementType)
           
 SequenceType PivotStandardLibrary.getSequenceType()
           
 

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

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