Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.ComponentParticipant
-
-
Uses of ComponentParticipant in io.ciera.tool
Methods in io.ciera.tool with parameters of type ComponentParticipant Modifier and Type Method Description voidSql. relate_R930_ComponentParticipant_is_a_InteractionParticipant(ComponentParticipant form, InteractionParticipant part)voidSql. relate_R955_ComponentParticipant_represents_C_C(ComponentParticipant form, C_C part)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 ComponentParticipant Modifier and Type Method Description default voidC_C. addR955_ComponentParticipant(ComponentParticipant inst)default voidC_C. removeR955_ComponentParticipant(ComponentParticipant inst) -
Uses of ComponentParticipant in io.ciera.tool.sql.ooaofooa.component.impl
Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type ComponentParticipant Modifier and Type Method Description voidC_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 ComponentParticipant Modifier and Type Method Description ComponentParticipantInteractionParticipant. R930_is_a_ComponentParticipant()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type ComponentParticipant Modifier and Type Method Description default 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 ComponentParticipant Modifier and Type Class Description classComponentParticipantImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as ComponentParticipant Modifier and Type Field Description static ComponentParticipantComponentParticipantImpl. EMPTY_COMPONENTPARTICIPANTMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return ComponentParticipant Modifier and Type Method Description static ComponentParticipantComponentParticipantImpl. create(Sql context)static 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)ComponentParticipantComponentParticipantSetImpl. nullElement()ComponentParticipantComponentParticipantImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ComponentParticipantInteractionParticipantImpl. R930_is_a_ComponentParticipant()ComponentParticipantComponentParticipantImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type ComponentParticipant Modifier and Type Method Description List<ComponentParticipant>ComponentParticipantSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type ComponentParticipant Modifier and Type Method Description voidInteractionParticipantImpl. setR930_is_a_ComponentParticipant(ComponentParticipant inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ComponentParticipant Modifier and Type Method Description ComponentParticipantSetComponentParticipantSetImpl. emptySet(Comparator<? super ComponentParticipant> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ComponentParticipant Constructor Description ComponentParticipantSetImpl(Comparator<? super ComponentParticipant> comp)
-