Uses of Interface
io.ciera.tool.sql.architecture.interfaces.Message
-
Packages that use Message Package Description io.ciera.tool io.ciera.tool.sql.architecture.interfaces io.ciera.tool.sql.architecture.interfaces.impl -
-
Uses of Message in io.ciera.tool
Methods in io.ciera.tool with parameters of type Message Modifier and Type Method Description voidSql. relate_R419_Message_defines_message_format_for_Iface(Message form, Iface part)voidSql. relate_R420_PortMessage_provides_implementation_for_Message(PortMessage form, Message part)voidSqlSqlLoader. serialize_Message(Message message_inst, PrintStream out)voidSql. unrelate_R419_Message_defines_message_format_for_Iface(Message form, Iface part)voidSql. unrelate_R420_PortMessage_provides_implementation_for_Message(PortMessage form, Message part) -
Uses of Message in io.ciera.tool.sql.architecture.interfaces
Methods in io.ciera.tool.sql.architecture.interfaces that return Message Modifier and Type Method Description MessagePortMessage. R420_provides_implementation_for_Message()Methods in io.ciera.tool.sql.architecture.interfaces with parameters of type Message Modifier and Type Method Description default voidIface. addR419_defines_communication_through_Message(Message inst)default voidIface. removeR419_defines_communication_through_Message(Message inst)default voidPortMessage. setR420_provides_implementation_for_Message(Message inst) -
Uses of Message in io.ciera.tool.sql.architecture.interfaces.impl
Classes in io.ciera.tool.sql.architecture.interfaces.impl that implement Message Modifier and Type Class Description classMessageImplFields in io.ciera.tool.sql.architecture.interfaces.impl declared as Message Modifier and Type Field Description static MessageMessageImpl. EMPTY_MESSAGEMethods in io.ciera.tool.sql.architecture.interfaces.impl that return Message Modifier and Type Method Description static MessageMessageImpl. create(Sql context)static MessageMessageImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_iface_name, String ref_iface_package, String m_name, boolean m_to_provider, int m_id)MessageMessageSetImpl. nullElement()MessageMessageImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)MessagePortMessageImpl. R420_provides_implementation_for_Message()MessageMessageImpl. self()Methods in io.ciera.tool.sql.architecture.interfaces.impl that return types with arguments of type Message Modifier and Type Method Description List<Message>MessageSetImpl. elements()Methods in io.ciera.tool.sql.architecture.interfaces.impl with parameters of type Message Modifier and Type Method Description voidIfaceImpl. addR419_defines_communication_through_Message(Message inst)voidIfaceImpl. removeR419_defines_communication_through_Message(Message inst)voidPortMessageImpl. setR420_provides_implementation_for_Message(Message inst)Method parameters in io.ciera.tool.sql.architecture.interfaces.impl with type arguments of type Message Modifier and Type Method Description MessageSetMessageSetImpl. emptySet(Comparator<? super Message> comp)Constructor parameters in io.ciera.tool.sql.architecture.interfaces.impl with type arguments of type Message Constructor Description MessageSetImpl(Comparator<? super Message> comp)
-