Class MarkableElementTypeSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<MarkableElementTypeSet,MarkableElementType>
-
- io.ciera.tool.sql.ooaofmarking.impl.MarkableElementTypeSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<MarkableElementTypeSet,MarkableElementType>,io.ciera.runtime.summit.types.ISet<MarkableElementType>,io.ciera.runtime.summit.types.IXtumlType,MarkableElementTypeSet,Iterable<MarkableElementType>,Collection<MarkableElementType>,Set<MarkableElementType>
public class MarkableElementTypeSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<MarkableElementTypeSet,MarkableElementType> implements MarkableElementTypeSet
-
-
Constructor Summary
Constructors Constructor Description MarkableElementTypeSetImpl()MarkableElementTypeSetImpl(Comparator<? super MarkableElementType> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MarkableElementType>elements()MarkableElementTypeSetemptySet()MarkableElementTypeSetemptySet(Comparator<? super MarkableElementType> comp)MarkableElementTypenullElement()MarkSetR2821_is_marked_by_Mark()FeatureSetR2822_makes_available_Feature()voidsetName(String m_name)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
MarkableElementTypeSetImpl
public MarkableElementTypeSetImpl()
-
MarkableElementTypeSetImpl
public MarkableElementTypeSetImpl(Comparator<? super MarkableElementType> comp)
-
-
Method Detail
-
setName
public void setName(String m_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceMarkableElementTypeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2821_is_marked_by_Mark
public MarkSet R2821_is_marked_by_Mark() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R2821_is_marked_by_Markin interfaceMarkableElementTypeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2822_makes_available_Feature
public FeatureSet R2822_makes_available_Feature() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R2822_makes_available_Featurein interfaceMarkableElementTypeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public MarkableElementType nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<MarkableElementType>
-
emptySet
public MarkableElementTypeSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<MarkableElementType>
-
emptySet
public MarkableElementTypeSet emptySet(Comparator<? super MarkableElementType> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<MarkableElementType>
-
elements
public List<MarkableElementType> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<MarkableElementType>
-
-