Package io.ciera.tool.sql.compiler.impl
Class CIERASetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<CIERASet,CIERA>,io.ciera.runtime.summit.types.ISet<CIERA>,io.ciera.runtime.summit.types.IXtumlType,CIERASet,Iterable<CIERA>,Collection<CIERA>,Set<CIERA>
public class CIERASetImpl extends io.ciera.runtime.summit.classes.InstanceSet<CIERASet,CIERA> implements CIERASet
-
-
Constructor Summary
Constructors Constructor Description CIERASetImpl()CIERASetImpl(Comparator<? super CIERA> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CIERA>elements()CIERASetemptySet()CIERASetemptySet(Comparator<? super CIERA> comp)CIERAnullElement()voidsetName(String m_name)voidsetProjectroot(String m_projectroot)voidsetVersion(String m_version)-
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
-
CIERASetImpl
public CIERASetImpl()
-
CIERASetImpl
public CIERASetImpl(Comparator<? super CIERA> comp)
-
-
Method Detail
-
setVersion
public void setVersion(String m_version) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setVersionin interfaceCIERASet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
public void setName(String m_name) throws io.ciera.runtime.summit.exceptions.XtumlException
-
setProjectroot
public void setProjectroot(String m_projectroot) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setProjectrootin interfaceCIERASet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public CIERA nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<CIERA>
-
emptySet
public CIERASet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CIERA>
-
emptySet
public CIERASet emptySet(Comparator<? super CIERA> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CIERA>
-
-