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

Packages that use CollectionLiteralPart
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.internal.operations   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of CollectionLiteralPart in org.eclipse.ocl.uml
 

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

Uses of CollectionLiteralPart in org.eclipse.ocl.uml.internal.operations
 

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

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

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