Class ACT_BRKSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<ACT_BRKSet,ACT_BRK>
-
- io.ciera.tool.sql.ooaofooa.body.impl.ACT_BRKSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<ACT_BRKSet,ACT_BRK>,io.ciera.runtime.summit.types.ISet<ACT_BRK>,io.ciera.runtime.summit.types.IXtumlType,ACT_BRKSet,Iterable<ACT_BRK>,Collection<ACT_BRK>,Set<ACT_BRK>
public class ACT_BRKSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<ACT_BRKSet,ACT_BRK> implements ACT_BRKSet
-
-
Constructor Summary
Constructors Constructor Description ACT_BRKSetImpl()ACT_BRKSetImpl(Comparator<? super ACT_BRK> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ACT_BRK>elements()ACT_BRKSetemptySet()ACT_BRKSetemptySet(Comparator<? super ACT_BRK> comp)ACT_BRKnullElement()ACT_SMTSetR603_is_a_ACT_SMT()voidsetStatement_ID(io.ciera.runtime.summit.types.UniqueId ref_Statement_ID)-
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
-
ACT_BRKSetImpl
public ACT_BRKSetImpl()
-
ACT_BRKSetImpl
public ACT_BRKSetImpl(Comparator<? super ACT_BRK> comp)
-
-
Method Detail
-
setStatement_ID
public void setStatement_ID(io.ciera.runtime.summit.types.UniqueId ref_Statement_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setStatement_IDin interfaceACT_BRKSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R603_is_a_ACT_SMT
public ACT_SMTSet R603_is_a_ACT_SMT() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R603_is_a_ACT_SMTin interfaceACT_BRKSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public ACT_BRK nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<ACT_BRK>
-
emptySet
public ACT_BRKSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ACT_BRK>
-
emptySet
public ACT_BRKSet emptySet(Comparator<? super ACT_BRK> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ACT_BRK>
-
-