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

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

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

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, 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.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'
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.