| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionItem<C>
A representation of the model object 'Collection Item'.
|
interface |
CollectionRange<C>
A representation of the model object 'Collection Range'.
|
| Modifier and Type | Class and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
static <C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
CollectionLiteralPartOperations.accept(CollectionLiteralPart<C> collectionLiteralPart,
U v) |
static <C> String |
CollectionLiteralPartOperations.getName(CollectionLiteralPart<C> collectionLiteralPart) |
static <C> C |
CollectionLiteralPartOperations.getType(CollectionLiteralPart<C> collectionLiteralPart) |
static <C> void |
CollectionLiteralPartOperations.setName(CollectionLiteralPart<C> collectionLiteralPart,
String name) |
static <C> void |
CollectionLiteralPartOperations.setType(CollectionLiteralPart<C> collectionLiteralPart,
C type) |
| Modifier and Type | Method and Description |
|---|---|
<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,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionLiteralPart<C> |
AbstractOCLAnalyzer.collectionLiteralPartCS(CollectionLiteralPartCS collectionLiteralPartCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
CollectionLiteralPartCS
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.