Package io.ciera.tool.sql.ooaofmarking
Interface MarkableElementTypeSet
-
- All Superinterfaces:
Collection<MarkableElementType>,io.ciera.runtime.summit.classes.IInstanceSet<MarkableElementTypeSet,MarkableElementType>,io.ciera.runtime.summit.types.ISet<MarkableElementType>,Iterable<MarkableElementType>,io.ciera.runtime.summit.types.IXtumlType,Set<MarkableElementType>
- All Known Implementing Classes:
MarkableElementTypeSetImpl
public interface MarkableElementTypeSet extends io.ciera.runtime.summit.classes.IInstanceSet<MarkableElementTypeSet,MarkableElementType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarkSetR2821_is_marked_by_Mark()FeatureSetR2822_makes_available_Feature()voidsetName(String m_name)-
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, elements, emptySet, emptySet, intersection, intersection, nullElement, sorted, sorted, union, union, where
-
-
-
-
Method Detail
-
setName
void setName(String m_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2821_is_marked_by_Mark
MarkSet R2821_is_marked_by_Mark() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R2822_makes_available_Feature
FeatureSet R2822_makes_available_Feature() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-