Class MessageSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<MessageSet,Message>
-
- io.ciera.tool.sql.architecture.interfaces.impl.MessageSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<MessageSet,Message>,io.ciera.runtime.summit.types.ISet<Message>,io.ciera.runtime.summit.types.IXtumlType,MessageSet,Iterable<Message>,Collection<Message>,Set<Message>
public class MessageSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<MessageSet,Message> implements MessageSet
-
-
Constructor Summary
Constructors Constructor Description MessageSetImpl()MessageSetImpl(Comparator<? super Message> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Message>elements()MessageSetemptySet()MessageSetemptySet(Comparator<? super Message> comp)MessagenullElement()IfaceSetR419_defines_message_format_for_Iface()PortMessageSetR420_is_implemented_within_PortMessage()voidsetId(int m_id)voidsetIface_name(String ref_iface_name)voidsetIface_package(String ref_iface_package)voidsetName(String m_name)voidsetTo_provider(boolean m_to_provider)-
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
-
MessageSetImpl
public MessageSetImpl()
-
MessageSetImpl
public MessageSetImpl(Comparator<? super Message> comp)
-
-
Method Detail
-
setIface_name
public void setIface_name(String ref_iface_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setIface_namein interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
public void setName(String m_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setIface_package
public void setIface_package(String ref_iface_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setIface_packagein interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setId
public void setId(int m_id) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setIdin interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setTo_provider
public void setTo_provider(boolean m_to_provider) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setTo_providerin interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R419_defines_message_format_for_Iface
public IfaceSet R419_defines_message_format_for_Iface() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R419_defines_message_format_for_Ifacein interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R420_is_implemented_within_PortMessage
public PortMessageSet R420_is_implemented_within_PortMessage() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R420_is_implemented_within_PortMessagein interfaceMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public Message nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<Message>
-
emptySet
public MessageSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Message>
-
emptySet
public MessageSet emptySet(Comparator<? super Message> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Message>
-
-