| Package | Description |
|---|---|
| org.eclipse.ocl.parser | |
| org.eclipse.ocl.types |
Specification of the Types package of the Object Constraint Lanuage
version 2.0 Abstract Syntax model.
|
| org.eclipse.ocl.types.impl |
Implementation of the Types package of the Object Constraint Lanuage
version 2.0 Abstract Syntax model.
|
| org.eclipse.ocl.types.operations | |
| org.eclipse.ocl.types.util |
Generated utilities for working with instances the Types model.
|
| org.eclipse.ocl.utilities |
Abstract API for OCL AST utilities and extensions of the UML metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> OrderedSetType<C,O> |
OCLFactoryWithHistory.createOrderedSetType(C elementType) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> OrderedSetType<C,O> |
TypesFactory.createOrderedSetType()
Returns a new object of class 'Ordered Set Type'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedSetTypeImpl<C,O>
An implementation of the model object 'Ordered Set Type'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> OrderedSetType<C,O> |
TypesFactoryImpl.createOrderedSetType() |
<C,O> OrderedSetType<C,O> |
TypesFactoryImpl.createOrderedSetType(C elementType) |
| Modifier and Type | Method and Description |
|---|---|
static <C,O> boolean |
OrderedSetTypeOperations.checkCollectionTypeName(OrderedSetType<C,O> orderedSetType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.name = 'OrderedSet(' + self.elementType.name + ')'
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> T |
TypesSwitch.caseOrderedSetType(OrderedSetType<C,O> object)
Returns the result of interpreting the object as an instance of 'Ordered Set Type'.
|
boolean |
TypesValidator.validateOrderedSetType_checkCollectionTypeName(OrderedSetType<?,?> orderedSetType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkCollectionTypeName constraint of 'Ordered Set Type'.
|
boolean |
TypesValidator.validateOrderedSetType(OrderedSetType<?,?> orderedSetType,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> OrderedSetType<C,O> |
OCLFactory.createOrderedSetType(C elementType)
Returns a new object of class 'Ordered Set Type'.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.