Class SystemModelSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<SystemModelSet,SystemModel>
-
- io.ciera.tool.sql.ooaofooa.domain.impl.SystemModelSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<SystemModelSet,SystemModel>,io.ciera.runtime.summit.types.ISet<SystemModel>,io.ciera.runtime.summit.types.IXtumlType,SystemModelSet,Iterable<SystemModel>,Collection<SystemModel>,Set<SystemModel>
public class SystemModelSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<SystemModelSet,SystemModel> implements SystemModelSet
-
-
Constructor Summary
Constructors Constructor Description SystemModelSetImpl()SystemModelSetImpl(Comparator<? super SystemModel> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SystemModel>elements()SystemModelSetemptySet()SystemModelSetemptySet(Comparator<? super SystemModel> comp)SystemModelnullElement()EP_PKGSetR1401_contains_EP_PKG()EP_PKGSetR1405_contains_EP_PKG()GlobalElementInSystemSetR9100_GlobalElementInSystem()voidsetName(String m_Name)voidsetSys_ID(io.ciera.runtime.summit.types.UniqueId m_Sys_ID)voidsetUseGlobals(boolean m_useGlobals)-
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
-
SystemModelSetImpl
public SystemModelSetImpl()
-
SystemModelSetImpl
public SystemModelSetImpl(Comparator<? super SystemModel> comp)
-
-
Method Detail
-
setUseGlobals
public void setUseGlobals(boolean m_useGlobals) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setUseGlobalsin interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setSys_ID
public void setSys_ID(io.ciera.runtime.summit.types.UniqueId m_Sys_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setSys_IDin interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
public void setName(String m_Name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R1401_contains_EP_PKG
public EP_PKGSet R1401_contains_EP_PKG() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R1401_contains_EP_PKGin interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R1405_contains_EP_PKG
public EP_PKGSet R1405_contains_EP_PKG() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R1405_contains_EP_PKGin interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R9100_GlobalElementInSystem
public GlobalElementInSystemSet R9100_GlobalElementInSystem() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R9100_GlobalElementInSystemin interfaceSystemModelSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public SystemModel nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<SystemModel>
-
emptySet
public SystemModelSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<SystemModel>
-
emptySet
public SystemModelSet emptySet(Comparator<? super SystemModel> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<SystemModel>
-
elements
public List<SystemModel> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<SystemModel>
-
-