Uses of Interface
io.ciera.tool.sql.ooaofooa.communication.CommunicationLink
Packages that use CommunicationLink
Package
Description
-
Uses of CommunicationLink in io.ciera.tool
Methods in io.ciera.tool with parameters of type CommunicationLinkModifier and TypeMethodDescriptionvoidSql.relate_R1128_CommunicationLink_may_be_formalized_against_Association(CommunicationLink form, Association part) voidSql.relate_R1133_CommunicationLink_starts_at_InteractionParticipant(CommunicationLink form, InteractionParticipant part) voidSql.relate_R1134_CommunicationLink_is_destined_for_InteractionParticipant(CommunicationLink form, InteractionParticipant part) voidSqlSqlLoader.serialize_1128(CommunicationLink communicationlink_inst, PrintStream out) voidSqlSqlLoader.serialize_1133(CommunicationLink communicationlink_inst, PrintStream out) voidSqlSqlLoader.serialize_1134(CommunicationLink communicationlink_inst, PrintStream out) voidSqlSqlLoader.serialize_CommunicationLink(CommunicationLink communicationlink_inst, PrintStream out) voidSql.unrelate_R1128_CommunicationLink_may_be_formalized_against_Association(CommunicationLink form, Association part) voidSql.unrelate_R1133_CommunicationLink_starts_at_InteractionParticipant(CommunicationLink form, InteractionParticipant part) voidSql.unrelate_R1134_CommunicationLink_is_destined_for_InteractionParticipant(CommunicationLink form, InteractionParticipant part) -
Uses of CommunicationLink in io.ciera.tool.sql.ooaofooa.association
Methods in io.ciera.tool.sql.ooaofooa.association with parameters of type CommunicationLinkModifier and TypeMethodDescriptiondefault voidAssociation.addR1128_represents_formal_instance_CommunicationLink(CommunicationLink inst) default voidAssociation.removeR1128_represents_formal_instance_CommunicationLink(CommunicationLink inst) -
Uses of CommunicationLink in io.ciera.tool.sql.ooaofooa.association.impl
Methods in io.ciera.tool.sql.ooaofooa.association.impl with parameters of type CommunicationLinkModifier and TypeMethodDescriptionvoidAssociationImpl.addR1128_represents_formal_instance_CommunicationLink(CommunicationLink inst) voidAssociationImpl.removeR1128_represents_formal_instance_CommunicationLink(CommunicationLink inst) -
Uses of CommunicationLink in io.ciera.tool.sql.ooaofooa.communication.impl
Classes in io.ciera.tool.sql.ooaofooa.communication.impl that implement CommunicationLinkFields in io.ciera.tool.sql.ooaofooa.communication.impl declared as CommunicationLinkModifier and TypeFieldDescriptionstatic final CommunicationLinkCommunicationLinkImpl.EMPTY_COMMUNICATIONLINKMethods in io.ciera.tool.sql.ooaofooa.communication.impl that return CommunicationLinkModifier and TypeMethodDescriptionstatic CommunicationLinkstatic CommunicationLinkCommunicationLinkImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Link_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, String m_Numb, String m_Descrip, String m_StartText, String m_EndText, boolean m_isFormal, Visibility m_StartVisibility, Visibility m_EndVisibility, io.ciera.runtime.summit.types.UniqueId ref_Start_Part_ID, io.ciera.runtime.summit.types.UniqueId ref_Destination_Part_ID) static CommunicationLinkCommunicationLinkImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId m_Link_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, String m_Numb, String m_Descrip, String m_StartText, String m_EndText, boolean m_isFormal, Visibility m_StartVisibility, Visibility m_EndVisibility, io.ciera.runtime.summit.types.UniqueId ref_Start_Part_ID, io.ciera.runtime.summit.types.UniqueId ref_Destination_Part_ID) CommunicationLinkSetImpl.nullElement()CommunicationLinkImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) CommunicationLinkImpl.self()Methods in io.ciera.tool.sql.ooaofooa.communication.impl that return types with arguments of type CommunicationLinkMethod parameters in io.ciera.tool.sql.ooaofooa.communication.impl with type arguments of type CommunicationLinkModifier and TypeMethodDescriptionCommunicationLinkSetImpl.emptySet(Comparator<? super CommunicationLink> comp) Constructor parameters in io.ciera.tool.sql.ooaofooa.communication.impl with type arguments of type CommunicationLinkModifierConstructorDescriptionCommunicationLinkSetImpl(Comparator<? super CommunicationLink> comp) -
Uses of CommunicationLink in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type CommunicationLinkModifier and TypeMethodDescriptiondefault voidInteractionParticipant.addR1133_is_start_point_CommunicationLink(CommunicationLink inst) default voidInteractionParticipant.addR1134_is_destination_CommunicationLink(CommunicationLink inst) default voidInteractionParticipant.removeR1133_is_start_point_CommunicationLink(CommunicationLink inst) default voidInteractionParticipant.removeR1134_is_destination_CommunicationLink(CommunicationLink inst) -
Uses of CommunicationLink in io.ciera.tool.sql.ooaofooa.interaction.impl
Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type CommunicationLinkModifier and TypeMethodDescriptionvoidInteractionParticipantImpl.addR1133_is_start_point_CommunicationLink(CommunicationLink inst) voidInteractionParticipantImpl.addR1134_is_destination_CommunicationLink(CommunicationLink inst) voidInteractionParticipantImpl.removeR1133_is_start_point_CommunicationLink(CommunicationLink inst) voidInteractionParticipantImpl.removeR1134_is_destination_CommunicationLink(CommunicationLink inst)