| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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.internal.evaluation | |
| org.eclipse.ocl.internal.helper | |
| org.eclipse.ocl.parser | |
| org.eclipse.ocl.util |
Miscellaneous utilities in support of the OCL parser and environment
implementations.
|
| org.eclipse.ocl.utilities |
Abstract API for OCL AST utilities and extensions of the UML metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EvaluationVisitorDecorator.visitCollectionItem(CollectionItem<C> item)
Delegates to my decorated visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionItem<C> |
ExpressionsFactory.createCollectionItem()
Returns a new object of class 'Collection Item'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionItemImpl<C>
An implementation of the model object 'Collection Item'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionItem<C> |
ExpressionsFactoryImpl.createCollectionItem() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
CollectionItemOperations.checkItemType(CollectionItem<C> collectionItem,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = item.type
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseCollectionItem(CollectionItem<C> object)
Returns the result of interpreting the object as an instance of 'Collection Item'.
|
boolean |
ExpressionsValidator.validateCollectionItem_checkItemType(CollectionItem<?> collectionItem,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkItemType constraint of 'Collection Item'.
|
boolean |
ExpressionsValidator.validateCollectionItem(CollectionItem<?> collectionItem,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitCollectionItem(CollectionItem<C> item) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitCollectionItem(CollectionItem<C> item) |
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionItem<C> |
OCLFactoryWithHistory.createCollectionItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitCollectionItem(CollectionItem<C> item) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleCollectionItem(CollectionItem<C> item,
String itemResult) |
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionItem<C> |
OCLFactory.createCollectionItem()
Returns a new object of class 'Collection Item'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleCollectionItem(CollectionItem<C> item,
T itemResult)
Visits the specified collection item with the result of visiting
its item expression.
|
T |
AbstractVisitor.visitCollectionItem(CollectionItem<C> item)
Visits the item's item expression.
|
T |
Visitor.visitCollectionItem(CollectionItem<C> item) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.