Class GlobalElementInSystemSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<GlobalElementInSystemSet,GlobalElementInSystem>
-
- io.ciera.tool.sql.ooaofooa.globals.impl.GlobalElementInSystemSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<GlobalElementInSystemSet,GlobalElementInSystem>,io.ciera.runtime.summit.types.ISet<GlobalElementInSystem>,io.ciera.runtime.summit.types.IXtumlType,GlobalElementInSystemSet,Iterable<GlobalElementInSystem>,Collection<GlobalElementInSystem>,Set<GlobalElementInSystem>
public class GlobalElementInSystemSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<GlobalElementInSystemSet,GlobalElementInSystem> implements GlobalElementInSystemSet
-
-
Constructor Summary
Constructors Constructor Description GlobalElementInSystemSetImpl()GlobalElementInSystemSetImpl(Comparator<? super GlobalElementInSystem> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GlobalElementInSystem>elements()GlobalElementInSystemSetemptySet()GlobalElementInSystemSetemptySet(Comparator<? super GlobalElementInSystem> comp)GlobalElementInSystemnullElement()PackageableElementSetR9100_PackageableElement()SystemModelSetR9100_SystemModel()voidsetElement_ID(io.ciera.runtime.summit.types.UniqueId ref_Element_ID)voidsetSys_ID(io.ciera.runtime.summit.types.UniqueId ref_Sys_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
-
GlobalElementInSystemSetImpl
public GlobalElementInSystemSetImpl()
-
GlobalElementInSystemSetImpl
public GlobalElementInSystemSetImpl(Comparator<? super GlobalElementInSystem> comp)
-
-
Method Detail
-
setElement_ID
public void setElement_ID(io.ciera.runtime.summit.types.UniqueId ref_Element_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setElement_IDin interfaceGlobalElementInSystemSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setSys_ID
public void setSys_ID(io.ciera.runtime.summit.types.UniqueId ref_Sys_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setSys_IDin interfaceGlobalElementInSystemSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R9100_PackageableElement
public PackageableElementSet R9100_PackageableElement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R9100_PackageableElementin interfaceGlobalElementInSystemSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R9100_SystemModel
public SystemModelSet R9100_SystemModel() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R9100_SystemModelin interfaceGlobalElementInSystemSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public GlobalElementInSystem nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<GlobalElementInSystem>
-
emptySet
public GlobalElementInSystemSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<GlobalElementInSystem>
-
emptySet
public GlobalElementInSystemSet emptySet(Comparator<? super GlobalElementInSystem> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<GlobalElementInSystem>
-
elements
public List<GlobalElementInSystem> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<GlobalElementInSystem>
-
-