Class FeatureSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<FeatureSet,Feature>
-
- io.ciera.tool.sql.ooaofmarking.impl.FeatureSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<FeatureSet,Feature>,io.ciera.runtime.summit.types.ISet<Feature>,io.ciera.runtime.summit.types.IXtumlType,FeatureSet,Iterable<Feature>,Collection<Feature>,Set<Feature>
public class FeatureSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<FeatureSet,Feature> implements FeatureSet
-
-
Constructor Summary
Constructors Constructor Description FeatureSetImpl()FeatureSetImpl(Comparator<? super Feature> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Feature>elements()FeatureSetemptySet()FeatureSetemptySet(Comparator<? super Feature> comp)FeaturenullElement()MarkSetR2821_marks_Mark()MarkableElementTypeSetR2822_is_available_for_MarkableElementType()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
-
FeatureSetImpl
public FeatureSetImpl()
-
FeatureSetImpl
public FeatureSetImpl(Comparator<? super Feature> comp)
-
-
Method Detail
-
setName
public void setName(String m_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceFeatureSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2821_marks_Mark
public MarkSet R2821_marks_Mark() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R2821_marks_Markin interfaceFeatureSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2822_is_available_for_MarkableElementType
public MarkableElementTypeSet R2822_is_available_for_MarkableElementType() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R2822_is_available_for_MarkableElementTypein interfaceFeatureSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public Feature nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<Feature>
-
emptySet
public FeatureSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Feature>
-
emptySet
public FeatureSet emptySet(Comparator<? super Feature> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Feature>
-
-