Uses of Interface
io.ciera.tool.sql.architecture.interfaces.PortMessage
-
-
Uses of PortMessage in io.ciera.tool
Methods in io.ciera.tool with parameters of type PortMessage Modifier and Type Method Description voidSql. relate_R420_PortMessage_is_implemented_within_Port(PortMessage form, Port part)voidSql. relate_R420_PortMessage_provides_implementation_for_Message(PortMessage form, Message part)voidSql. relate_R427_PortMessage_is_a_InvocableObject(PortMessage form, InvocableObject part)voidSqlSqlLoader. serialize_420(PortMessage portmessage_inst, PrintStream out)voidSqlSqlLoader. serialize_427(PortMessage portmessage_inst, PrintStream out)voidSqlSqlLoader. serialize_PortMessage(PortMessage portmessage_inst, PrintStream out)voidSql. unrelate_R420_PortMessage_is_implemented_within_Port(PortMessage form, Port part)voidSql. unrelate_R420_PortMessage_provides_implementation_for_Message(PortMessage form, Message part)voidSql. unrelate_R427_PortMessage_is_a_InvocableObject(PortMessage form, InvocableObject part) -
Uses of PortMessage in io.ciera.tool.sql.architecture.interfaces
Methods in io.ciera.tool.sql.architecture.interfaces with parameters of type PortMessage Modifier and Type Method Description default voidMessage. addR420_is_implemented_within_PortMessage(PortMessage inst)default voidPort. addR420_provides_implementation_for_PortMessage(PortMessage inst)default voidMessage. removeR420_is_implemented_within_PortMessage(PortMessage inst)default voidPort. removeR420_provides_implementation_for_PortMessage(PortMessage inst) -
Uses of PortMessage in io.ciera.tool.sql.architecture.interfaces.impl
Classes in io.ciera.tool.sql.architecture.interfaces.impl that implement PortMessage Modifier and Type Class Description classPortMessageImplFields in io.ciera.tool.sql.architecture.interfaces.impl declared as PortMessage Modifier and Type Field Description static PortMessagePortMessageImpl. EMPTY_PORTMESSAGEMethods in io.ciera.tool.sql.architecture.interfaces.impl that return PortMessage Modifier and Type Method Description static PortMessagePortMessageImpl. create(Sql context)static PortMessagePortMessageImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_port_name, String ref_port_package, String ref_iface_name, String ref_iface_package, String ref_msg_name)static PortMessagePortMessageImpl. create(Sql context, String ref_port_name, String ref_port_package, String ref_iface_name, String ref_iface_package, String ref_msg_name)PortMessagePortMessageSetImpl. nullElement()PortMessagePortMessageImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)PortMessagePortMessageImpl. self()Methods in io.ciera.tool.sql.architecture.interfaces.impl that return types with arguments of type PortMessage Modifier and Type Method Description List<PortMessage>PortMessageSetImpl. elements()Methods in io.ciera.tool.sql.architecture.interfaces.impl with parameters of type PortMessage Modifier and Type Method Description voidMessageImpl. addR420_is_implemented_within_PortMessage(PortMessage inst)voidPortImpl. addR420_provides_implementation_for_PortMessage(PortMessage inst)voidMessageImpl. removeR420_is_implemented_within_PortMessage(PortMessage inst)voidPortImpl. removeR420_provides_implementation_for_PortMessage(PortMessage inst)Method parameters in io.ciera.tool.sql.architecture.interfaces.impl with type arguments of type PortMessage Modifier and Type Method Description PortMessageSetPortMessageSetImpl. emptySet(Comparator<? super PortMessage> comp)Constructor parameters in io.ciera.tool.sql.architecture.interfaces.impl with type arguments of type PortMessage Constructor Description PortMessageSetImpl(Comparator<? super PortMessage> comp) -
Uses of PortMessage in io.ciera.tool.sql.architecture.invocable
Methods in io.ciera.tool.sql.architecture.invocable that return PortMessage Modifier and Type Method Description PortMessageInvocableObject. R427_is_a_PortMessage()Methods in io.ciera.tool.sql.architecture.invocable with parameters of type PortMessage Modifier and Type Method Description default voidInvocableObject. setR427_is_a_PortMessage(PortMessage inst) -
Uses of PortMessage in io.ciera.tool.sql.architecture.invocable.impl
Methods in io.ciera.tool.sql.architecture.invocable.impl that return PortMessage Modifier and Type Method Description PortMessageInvocableObjectImpl. R427_is_a_PortMessage()Methods in io.ciera.tool.sql.architecture.invocable.impl with parameters of type PortMessage Modifier and Type Method Description voidInvocableObjectImpl. setR427_is_a_PortMessage(PortMessage inst)
-