| 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> BagType<C,O> |
OCLFactoryWithHistory.createBagType(C elementType) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> BagType<C,O> |
TypesFactory.createBagType()
Returns a new object of class 'Bag Type'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BagTypeImpl<C,O>
An implementation of the model object 'Bag Type'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> BagType<C,O> |
TypesFactoryImpl.createBagType() |
<C,O> BagType<C,O> |
TypesFactoryImpl.createBagType(C elementType) |
| Modifier and Type | Method and Description |
|---|---|
static <C,O> boolean |
BagTypeOperations.checkCollectionTypeName(BagType<C,O> bagType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.name = 'Bag(' + self.elementType.name + ')'
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> T |
TypesSwitch.caseBagType(BagType<C,O> object)
Returns the result of interpreting the object as an instance of 'Bag Type'.
|
boolean |
TypesValidator.validateBagType_checkCollectionTypeName(BagType<?,?> bagType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkCollectionTypeName constraint of 'Bag Type'.
|
boolean |
TypesValidator.validateBagType(BagType<?,?> bagType,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> BagType<C,O> |
OCLFactory.createBagType(C elementType)
Returns a new object of class 'Bag Type'.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.