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.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.util   
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'.
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return SequenceType
 SequenceType PivotStandardLibrary.getSequenceType()
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as SequenceType
protected  SequenceType OCLstdlib.Contents._Sequence_Bag_T
           
protected  SequenceType OCLstdlib.Contents._Sequence_Collection_T
           
protected  SequenceType OCLstdlib.Contents._Sequence_Integer
           
protected  SequenceType OCLstdlib.Contents._Sequence_OrderedSet_collect_V
           
protected  SequenceType OCLstdlib.Contents._Sequence_OrderedSet_collectNested_V
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_collect_V
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_collectNested_V
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_flatten_T2
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_selectByKind_TT
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_selectByType_TT
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_String
           
protected  SequenceType OCLstdlib.Contents._Sequence_String
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Type
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return SequenceType
protected  SequenceType AbstractContents.createSequenceType(java.lang.String name, java.lang.String lower, java.lang.String upper)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type SequenceType
 T1 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 AbstractWrappingVisitor.visitSequenceType(SequenceType object)
           
 R Visitor.visitSequenceType(SequenceType object)
           
 

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)