Class E_GENSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<E_GENSet,E_GEN>,io.ciera.runtime.summit.types.ISet<E_GEN>,io.ciera.runtime.summit.types.IXtumlType,E_GENSet,Iterable<E_GEN>,Collection<E_GEN>,Set<E_GEN>
public class E_GENSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<E_GENSet,E_GEN> implements E_GENSet
-
-
Constructor Summary
Constructors Constructor Description E_GENSetImpl()E_GENSetImpl(Comparator<? super E_GEN> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<E_GEN>elements()E_GENSetemptySet()E_GENSetemptySet(Comparator<? super E_GEN> comp)E_GENnullElement()GenerateSMEventStatementSetR705_is_a_GenerateSMEventStatement()V_VARSetR712_has_recipient_V_VAR()voidsetStatement_ID(io.ciera.runtime.summit.types.UniqueId ref_Statement_ID)voidsetVar_ID(io.ciera.runtime.summit.types.UniqueId ref_Var_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
-
E_GENSetImpl
public E_GENSetImpl()
-
E_GENSetImpl
public E_GENSetImpl(Comparator<? super E_GEN> 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 interfaceE_GENSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setVar_ID
public void setVar_ID(io.ciera.runtime.summit.types.UniqueId ref_Var_ID) throws io.ciera.runtime.summit.exceptions.XtumlException
-
R705_is_a_GenerateSMEventStatement
public GenerateSMEventStatementSet R705_is_a_GenerateSMEventStatement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R705_is_a_GenerateSMEventStatementin interfaceE_GENSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R712_has_recipient_V_VAR
public V_VARSet R712_has_recipient_V_VAR() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R712_has_recipient_V_VARin interfaceE_GENSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public E_GEN nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<E_GEN>
-
emptySet
public E_GENSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<E_GEN>
-
emptySet
public E_GENSet emptySet(Comparator<? super E_GEN> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<E_GEN>
-
-