org.eclipse.m2m.atl.adt.ui.text.atl.types
Class OrderedSetType
java.lang.Object
org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType
org.eclipse.m2m.atl.adt.ui.text.atl.types.CollectionType
org.eclipse.m2m.atl.adt.ui.text.atl.types.OrderedSetType
public class OrderedSetType
- extends CollectionType
The ATL OrderedSet type.
Fields inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType |
oclType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
OrderedSetType
public OrderedSetType(OclAnyType parameter)
- Constructor.
- Parameters:
parameter
- the OrderedSet parameter type
getSupertypes
public OclAnyType[] getSupertypes()
-
- Overrides:
getSupertypes
in class CollectionType
- See Also:
OclAnyType.getSupertypes()
getCollectionType
public java.lang.String getCollectionType()
- Returns the collection kind.
- Overrides:
getCollectionType
in class CollectionType
- Returns:
- the collection kind
- See Also:
CollectionType.getCollectionType()
getTypeOperations
protected java.util.List<Operation> getTypeOperations()
- Return the local type operations. Subclasses may override this method to add their own operation to
the supertypes's ones.
- Overrides:
getTypeOperations
in class CollectionType
- Returns:
- the operations
- See Also:
OclAnyType.getTypeOperations()
getInstance
public static OrderedSetType getInstance()
- Returns the default OrderedSet type singleton.
- Returns:
- the default OrderedSet type singleton