public class OrderedSetTypeOperations extends CollectionTypeOperations
The following operations are supported:
Check Collection Type Name| Modifier | Constructor and Description |
|---|---|
protected |
OrderedSetTypeOperations() |
| Modifier and Type | Method and Description |
|---|---|
static <C,O> boolean |
checkCollectionTypeName(OrderedSetType<C,O> orderedSetType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.name = 'OrderedSet(' + self.elementType.name + ')'
|
checkCollectionTypeName, checkNoInvalidValues, getName, oclIterators, oclOperationspublic static <C,O> boolean checkCollectionTypeName(OrderedSetType<C,O> orderedSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
orderedSetType - The receiving 'Ordered Set Type' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.