Interface IMCCollectionTypeRelations
- All Known Implementing Classes:
MCCollectionTypeRelations
Deprecated.
use MCCollectionSymTypeRelations
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.default booleanDeprecated.whether the type is one of the four collection types from MCCollectionTypes; List, Set, Optional, Map.booleanisList(SymTypeExpression type) Deprecated.booleanisMap(SymTypeExpression type) Deprecated.booleanisOptional(SymTypeExpression type) Deprecated.booleanisSet(SymTypeExpression type) Deprecated.
-
Method Details
-
isCollection
Deprecated.whether the type is one of the four collection types from MCCollectionTypes; List, Set, Optional, Map. Can be extended (e.g., in OCL) -
isList
Deprecated. -
isSet
Deprecated. -
isOptional
Deprecated. -
isMap
Deprecated. -
getCollectionElementType
Deprecated.- Returns:
- the Element type of a collection. In case of a Map, this is the value type.
-
getMapKeyType
Deprecated.
-