Uses of Interface
org.eclipse.ocl.expressions.CollectionLiteralPart

Packages that use CollectionLiteralPart
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of CollectionLiteralPart in org.eclipse.ocl.ecore
 

Subinterfaces of CollectionLiteralPart in org.eclipse.ocl.ecore
 interface CollectionLiteralPart
          A representation of the model object 'Collection Literal Part'.
 

Uses of CollectionLiteralPart in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement CollectionLiteralPart
 class CollectionItemImpl
          An implementation of the model object 'Collection Item'.
 class CollectionLiteralPartImpl
          An implementation of the model object 'Collection Literal Part'.
 class CollectionRangeImpl
          An implementation of the model object 'Collection Range'.
 

Fields in org.eclipse.ocl.ecore.impl with type parameters of type CollectionLiteralPart
protected  org.eclipse.emf.common.util.EList<CollectionLiteralPart<org.eclipse.emf.ecore.EClassifier>> CollectionLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.ecore.impl that return types with arguments of type CollectionLiteralPart
 org.eclipse.emf.common.util.EList<CollectionLiteralPart<org.eclipse.emf.ecore.EClassifier>> CollectionLiteralExpImpl.getPart()
           
 

Uses of CollectionLiteralPart in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type CollectionLiteralPart
<C> T
EcoreSwitch.caseCollectionLiteralPart_1(CollectionLiteralPart<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_CollectionLiteralPart(org.eclipse.ocl.expressions.CollectionLiteralPart) method, instead.
<C> T
EcoreSwitch.caseExpressions_CollectionLiteralPart(CollectionLiteralPart<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part'.
 

Uses of CollectionLiteralPart in org.eclipse.ocl.expressions
 

Subinterfaces of CollectionLiteralPart in org.eclipse.ocl.expressions
 interface CollectionItem<C>
          A representation of the model object 'Collection Item'.
 interface CollectionRange<C>
          A representation of the model object 'Collection Range'.
 

Methods in org.eclipse.ocl.expressions that return types with arguments of type CollectionLiteralPart
 org.eclipse.emf.common.util.EList<CollectionLiteralPart<C>> CollectionLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

Uses of CollectionLiteralPart in org.eclipse.ocl.expressions.impl
 

Fields in org.eclipse.ocl.expressions.impl with type parameters of type CollectionLiteralPart
protected  org.eclipse.emf.common.util.EList<CollectionLiteralPart<C>> CollectionLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.expressions.impl that return types with arguments of type CollectionLiteralPart
 org.eclipse.emf.common.util.EList<CollectionLiteralPart<C>> CollectionLiteralExpImpl.getPart()
           
 

Uses of CollectionLiteralPart in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type CollectionLiteralPart
static
<C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
CollectionLiteralPartOperations.accept(CollectionLiteralPart<C> collectionLiteralPart, U v)
           
static
<C> java.lang.String
CollectionLiteralPartOperations.getName(CollectionLiteralPart<C> collectionLiteralPart)
           
static
<C> C
CollectionLiteralPartOperations.getType(CollectionLiteralPart<C> collectionLiteralPart)
           
static
<C> void
CollectionLiteralPartOperations.setName(CollectionLiteralPart<C> collectionLiteralPart, java.lang.String name)
           
static
<C> void
CollectionLiteralPartOperations.setType(CollectionLiteralPart<C> collectionLiteralPart, C type)
           
 

Uses of CollectionLiteralPart in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type CollectionLiteralPart
<C> T
ExpressionsSwitch.caseCollectionLiteralPart(CollectionLiteralPart<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part'.
 boolean ExpressionsValidator.validateCollectionLiteralPart(CollectionLiteralPart<?> collectionLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of CollectionLiteralPart in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionLiteralPart
protected  CollectionLiteralPart<C> AbstractOCLAnalyzer.collectionLiteralPartCS(CollectionLiteralPartCS collectionLiteralPartCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          CollectionLiteralPartCS
 

Uses of CollectionLiteralPart in org.eclipse.ocl.uml.impl
 

Fields in org.eclipse.ocl.uml.impl with type parameters of type CollectionLiteralPart
protected  org.eclipse.emf.common.util.EList<CollectionLiteralPart<org.eclipse.uml2.uml.Classifier>> CollectionLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.uml.impl that return types with arguments of type CollectionLiteralPart
 org.eclipse.emf.common.util.EList<CollectionLiteralPart<org.eclipse.uml2.uml.Classifier>> CollectionLiteralExpImpl.getPart()
           
 

Uses of CollectionLiteralPart in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type CollectionLiteralPart
<C> T
UMLSwitch.caseCollectionLiteralPart_1(CollectionLiteralPart<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_CollectionLiteralPart(org.eclipse.ocl.expressions.CollectionLiteralPart) method, instead.
<C> T
UMLSwitch.caseExpressions_CollectionLiteralPart(CollectionLiteralPart<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part'.