Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.ComponentParticipant
Packages that use ComponentParticipant
Package
Description
-
Uses of ComponentParticipant in io.ciera.tool
Methods in io.ciera.tool with parameters of type ComponentParticipantModifier and TypeMethodDescriptionvoidSql.relate_R930_ComponentParticipant_is_a_InteractionParticipant(ComponentParticipant form, InteractionParticipant part) voidSql.relate_R955_ComponentParticipant_represents_C_C(ComponentParticipant form, C_C part) voidSqlSqlLoader.serialize_930(ComponentParticipant componentparticipant_inst, PrintStream out) voidSqlSqlLoader.serialize_955(ComponentParticipant componentparticipant_inst, PrintStream out) voidSqlSqlLoader.serialize_ComponentParticipant(ComponentParticipant componentparticipant_inst, PrintStream out) voidSql.unrelate_R930_ComponentParticipant_is_a_InteractionParticipant(ComponentParticipant form, InteractionParticipant part) voidSql.unrelate_R955_ComponentParticipant_represents_C_C(ComponentParticipant form, C_C part) -
Uses of ComponentParticipant in io.ciera.tool.sql.ooaofooa.component
Methods in io.ciera.tool.sql.ooaofooa.component with parameters of type ComponentParticipantModifier and TypeMethodDescriptiondefault voiddefault void -
Uses of ComponentParticipant in io.ciera.tool.sql.ooaofooa.component.impl
Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type ComponentParticipantModifier and TypeMethodDescriptionvoidC_CImpl.addR955_ComponentParticipant(ComponentParticipant inst) voidC_CImpl.removeR955_ComponentParticipant(ComponentParticipant inst) -
Uses of ComponentParticipant in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return ComponentParticipantMethods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type ComponentParticipantModifier and TypeMethodDescriptiondefault voidInteractionParticipant.setR930_is_a_ComponentParticipant(ComponentParticipant inst) -
Uses of ComponentParticipant in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement ComponentParticipantFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as ComponentParticipantModifier and TypeFieldDescriptionstatic final ComponentParticipantComponentParticipantImpl.EMPTY_COMPONENTPARTICIPANTMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return ComponentParticipantModifier and TypeMethodDescriptionstatic ComponentParticipantstatic ComponentParticipantComponentParticipantImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, io.ciera.runtime.summit.types.UniqueId ref_Component_Id, String m_Label, String m_InformalComponentName, String m_Descrip, boolean m_isFormal) static ComponentParticipantComponentParticipantImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, io.ciera.runtime.summit.types.UniqueId ref_Component_Id, String m_Label, String m_InformalComponentName, String m_Descrip, boolean m_isFormal) ComponentParticipantSetImpl.nullElement()ComponentParticipantImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) InteractionParticipantImpl.R930_is_a_ComponentParticipant()ComponentParticipantImpl.self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type ComponentParticipantMethods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type ComponentParticipantModifier and TypeMethodDescriptionvoidInteractionParticipantImpl.setR930_is_a_ComponentParticipant(ComponentParticipant inst) Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ComponentParticipantModifier and TypeMethodDescriptionComponentParticipantSetImpl.emptySet(Comparator<? super ComponentParticipant> comp) Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ComponentParticipantModifierConstructorDescriptionComponentParticipantSetImpl(Comparator<? super ComponentParticipant> comp)