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 OCLMetaModel.Contents._Sequence_Annotation
           
protected  SequenceType OCLstdlib.Contents._Sequence_Bag_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Class
           
protected  SequenceType OCLstdlib.Contents._Sequence_Collection_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_CollectionLiteralPart
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Constraint
           
protected  SequenceType OCLMetaModel.Contents._Sequence_ConstructorPart
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Detail
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Element
           
protected  SequenceType OCLMetaModel.Contents._Sequence_EnumerationLiteral
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Import
           
protected  SequenceType OCLstdlib.Contents._Sequence_Integer
           
protected  SequenceType OCLMetaModel.Contents._Sequence_OCLExpression
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Operation
           
protected  SequenceType OCLstdlib.Contents._Sequence_OrderedSet_selectByKind_TT
           
protected  SequenceType OCLstdlib.Contents._Sequence_OrderedSet_selectByType_TT
           
protected  SequenceType OCLstdlib.Contents._Sequence_OrderedSet_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Parameter
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Precedence
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Property
           
protected  SequenceType OCLstdlib.Contents._Sequence_Sequence_collect_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 OCLstdlib.Contents._Sequence_Set_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_String
           
protected  SequenceType OCLstdlib.Contents._Sequence_String
           
protected  SequenceType OCLMetaModel.Contents._Sequence_TemplateParameter
           
protected  SequenceType OCLMetaModel.Contents._Sequence_TupleLiteralPart
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Type
           
protected  SequenceType OCLstdlib.Contents._Sequence_UniqueCollection_T
           
protected  SequenceType OCLMetaModel.Contents._Sequence_Variable
           
 

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