| Package | Description |
|---|---|
| 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.util |
Generated utilities for working with instances the Types model.
|
| org.eclipse.ocl.util |
Miscellaneous utilities in support of the OCL parser and environment
implementations.
|
| org.eclipse.ocl.utilities.util |
Generated utilities for working with instances the OCL utilities package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnyType<O>
A representation of the model object 'Any Type'.
|
interface |
BagType<C,O>
A representation of the model object 'Bag Type'.
|
interface |
CollectionType<C,O>
A representation of the model object 'Collection Type'.
|
interface |
InvalidType<O>
A representation of the model object 'Invalid Type'.
|
interface |
MessageType<C,O,P>
A representation of the model object 'Message Type'.
|
interface |
OrderedSetType<C,O>
A representation of the model object 'Ordered Set Type'.
|
interface |
PrimitiveType<O>
A representation of the model object 'Primitive Type'.
|
interface |
SequenceType<C,O>
A representation of the model object 'Sequence Type'.
|
interface |
SetType<C,O>
A representation of the model object 'Set Type'.
|
interface |
TupleType<O,P>
A representation of the model object 'Tuple Type'.
|
interface |
TypeType<C,O>
A representation of the model object 'Type Type'.
|
interface |
VoidType<O>
A representation of the model object 'Void Type'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyTypeImpl<O>
An implementation of the model object 'Any Type'.
|
class |
BagTypeImpl<C,O>
An implementation of the model object 'Bag Type'.
|
class |
CollectionTypeImpl<C,O>
An implementation of the model object 'Collection Type'.
|
class |
InvalidTypeImpl<O>
An implementation of the model object 'Invalid Type'.
|
class |
MessageTypeImpl<C,O,P>
An implementation of the model object 'Message Type'.
|
class |
OrderedSetTypeImpl<C,O>
An implementation of the model object 'Ordered Set Type'.
|
class |
PrimitiveTypeImpl<O>
An implementation of the model object 'Primitive Type'.
|
class |
SequenceTypeImpl<C,O>
An implementation of the model object 'Sequence Type'.
|
class |
SetTypeImpl<C,O>
An implementation of the model object 'Set Type'.
|
class |
TupleTypeImpl<O,P>
An implementation of the model object 'Tuple Type'.
|
class |
TypeTypeImpl<C,O>
An implementation of the model object 'Type Type'.
|
class |
VoidTypeImpl<O>
An implementation of the model object 'Void Type'.
|
| Modifier and Type | Method and Description |
|---|---|
<O> T |
TypesSwitch.casePredefinedType(PredefinedType<O> object)
Returns the result of interpreting the object as an instance of 'Predefined Type'.
|
| Modifier and Type | Method and Description |
|---|---|
static <C> Collection<C> |
OCLStandardLibraryUtil.getAllSupertypes(Environment<?,C,?,?,?,?,?,?,?,?,?,?> env,
PredefinedType<?> type)
Queries all of the supertypes of a pre-defined type.
|
| Modifier and Type | Method and Description |
|---|---|
<O> T1 |
UtilitiesSwitch.casePredefinedType(PredefinedType<O> object)
Returns the result of interpreting the object as an instance of 'Predefined Type'.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.