| 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.visitCollectionRange(CollectionRange<C> range)
Delegates to my decorated visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionRange<C> |
ExpressionsFactory.createCollectionRange()
Returns a new object of class 'Collection Range'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRangeImpl<C>
An implementation of the model object 'Collection Range'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionRange<C> |
ExpressionsFactoryImpl.createCollectionRange() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
CollectionRangeOperations.checkRangeType(CollectionRange<C> collectionRange,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = first.type.commonSuperType(last.type)
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseCollectionRange(CollectionRange<C> object)
Returns the result of interpreting the object as an instance of 'Collection Range'.
|
boolean |
ExpressionsValidator.validateCollectionRange_checkRangeType(CollectionRange<?> collectionRange,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkRangeType constraint of 'Collection Range'.
|
boolean |
ExpressionsValidator.validateCollectionRange(CollectionRange<?> collectionRange,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitCollectionRange(CollectionRange<C> range) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitCollectionRange(CollectionRange<C> range) |
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionRange<C> |
OCLFactoryWithHistory.createCollectionRange() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitCollectionRange(CollectionRange<C> range) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleCollectionRange(CollectionRange<C> range,
String firstResult,
String lastResult) |
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionRange<C> |
OCLFactory.createCollectionRange()
Returns a new object of class 'Collection Range'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleCollectionRange(CollectionRange<C> range,
T firstResult,
T lastResult)
Visits the specified collection range with the results of visiting
its first and last expressions.
|
T |
AbstractVisitor.visitCollectionRange(CollectionRange<C> range)
Visits the range's first and last expressions.
|
T |
Visitor.visitCollectionRange(CollectionRange<C> range) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.