Class RangeSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<RangeSet,Range>,io.ciera.runtime.summit.types.ISet<Range>,io.ciera.runtime.summit.types.IXtumlType,RangeSet,Iterable<Range>,Collection<Range>,Set<Range>
public class RangeSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<RangeSet,Range> implements RangeSet
-
-
Constructor Summary
Constructors Constructor Description RangeSetImpl()RangeSetImpl(Comparator<? super Range> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Range>elements()RangeSetemptySet()RangeSetemptySet(Comparator<? super Range> comp)RangenullElement()UserDataTypeSetR57_spans_UserDataType()voidsetDT_ID(io.ciera.runtime.summit.types.UniqueId ref_DT_ID)voidsetMax(String m_Max)voidsetMin(String m_Min)-
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
-
RangeSetImpl
public RangeSetImpl()
-
RangeSetImpl
public RangeSetImpl(Comparator<? super Range> comp)
-
-
Method Detail
-
setMin
public void setMin(String m_Min) throws io.ciera.runtime.summit.exceptions.XtumlException
-
setDT_ID
public void setDT_ID(io.ciera.runtime.summit.types.UniqueId ref_DT_ID) throws io.ciera.runtime.summit.exceptions.XtumlException
-
setMax
public void setMax(String m_Max) throws io.ciera.runtime.summit.exceptions.XtumlException
-
R57_spans_UserDataType
public UserDataTypeSet R57_spans_UserDataType() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R57_spans_UserDataTypein interfaceRangeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public Range nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<Range>
-
emptySet
public RangeSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Range>
-
emptySet
public RangeSet emptySet(Comparator<? super Range> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Range>
-
-