Class PortMessageSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<PortMessageSet,PortMessage>
-
- io.ciera.tool.sql.architecture.interfaces.impl.PortMessageSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<PortMessageSet,PortMessage>,io.ciera.runtime.summit.types.ISet<PortMessage>,io.ciera.runtime.summit.types.IXtumlType,PortMessageSet,Iterable<PortMessage>,Collection<PortMessage>,Set<PortMessage>
public class PortMessageSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<PortMessageSet,PortMessage> implements PortMessageSet
-
-
Constructor Summary
Constructors Constructor Description PortMessageSetImpl()PortMessageSetImpl(Comparator<? super PortMessage> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PortMessage>elements()PortMessageSetemptySet()PortMessageSetemptySet(Comparator<? super PortMessage> comp)PortMessagenullElement()PortSetR420_is_implemented_within_Port()MessageSetR420_provides_implementation_for_Message()InvocableObjectSetR427_is_a_InvocableObject()voidsetIface_name(String ref_iface_name)voidsetIface_package(String ref_iface_package)voidsetMsg_name(String ref_msg_name)voidsetPort_name(String ref_port_name)voidsetPort_package(String ref_port_package)-
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
-
PortMessageSetImpl
public PortMessageSetImpl()
-
PortMessageSetImpl
public PortMessageSetImpl(Comparator<? super PortMessage> comp)
-
-
Method Detail
-
setIface_package
public void setIface_package(String ref_iface_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setIface_packagein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPort_package
public void setPort_package(String ref_port_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPort_packagein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setMsg_name
public void setMsg_name(String ref_msg_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setMsg_namein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setIface_name
public void setIface_name(String ref_iface_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setIface_namein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPort_name
public void setPort_name(String ref_port_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPort_namein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R420_is_implemented_within_Port
public PortSet R420_is_implemented_within_Port() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R420_is_implemented_within_Portin interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R420_provides_implementation_for_Message
public MessageSet R420_provides_implementation_for_Message() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R420_provides_implementation_for_Messagein interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R427_is_a_InvocableObject
public InvocableObjectSet R427_is_a_InvocableObject() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R427_is_a_InvocableObjectin interfacePortMessageSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public PortMessage nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<PortMessage>
-
emptySet
public PortMessageSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<PortMessage>
-
emptySet
public PortMessageSet emptySet(Comparator<? super PortMessage> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<PortMessage>
-
elements
public List<PortMessage> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<PortMessage>
-
-