| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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 |
|---|---|
protected TypeType<C,O> |
AbstractTypeResolver.createTypeType(C type)
Creates a new type type for the specified
type,
assuming that it does not already exist. |
protected TypeType<C,O> |
AbstractTypeResolver.findTypeType(C type)
Finds an existing type type matching the specified
type,
if any has already been created. |
TypeType<C,O> |
AbstractTypeResolver.resolveTypeType(C type) |
TypeType<C,O> |
TypeResolver.resolveTypeType(C type)
Resolves the type for a type expression referencing the specified
type. |
| Modifier and Type | Method and Description |
|---|---|
<C,O> TypeType<C,O> |
OCLFactoryWithHistory.createTypeType(C type) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> TypeType<C,O> |
TypesFactory.createTypeType()
Returns a new object of class 'Type Type'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeTypeImpl<C,O>
An implementation of the model object 'Type Type'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> TypeType<C,O> |
TypesFactoryImpl.createTypeType() |
<C,O> TypeType<C,O> |
TypesFactoryImpl.createTypeType(C type) |
| Modifier and Type | Method and Description |
|---|---|
static <C,O> String |
TemplateParameterTypeOperations.getName(TypeType<C,O> typeType) |
static <C,O> String |
TypeTypeOperations.getName(TypeType<C,O> typeType) |
static <C,O> <any> |
TemplateParameterTypeOperations.oclOperations(TypeType<C,O> typeType) |
static <C,O> <any> |
TypeTypeOperations.oclOperations(TypeType<C,O> typeType) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> T |
TypesSwitch.caseTypeType(TypeType<C,O> object)
Returns the result of interpreting the object as an instance of 'Type Type'.
|
boolean |
TypesValidator.validateTypeType(TypeType<?,?> typeType,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> TypeType<C,O> |
OCLFactory.createTypeType(C type)
Returns a new object of class 'Type Type'.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.