Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.PackageParticipant
-
-
Uses of PackageParticipant in io.ciera.tool
Methods in io.ciera.tool with parameters of type PackageParticipant Modifier and Type Method Description voidSql. relate_R930_PackageParticipant_is_a_InteractionParticipant(PackageParticipant form, InteractionParticipant part)voidSql. relate_R956_PackageParticipant_represents_EP_PKG(PackageParticipant form, EP_PKG part)voidSqlSqlLoader. serialize_930(PackageParticipant packageparticipant_inst, PrintStream out)voidSqlSqlLoader. serialize_956(PackageParticipant packageparticipant_inst, PrintStream out)voidSqlSqlLoader. serialize_PackageParticipant(PackageParticipant packageparticipant_inst, PrintStream out)voidSql. unrelate_R930_PackageParticipant_is_a_InteractionParticipant(PackageParticipant form, InteractionParticipant part)voidSql. unrelate_R956_PackageParticipant_represents_EP_PKG(PackageParticipant form, EP_PKG part) -
Uses of PackageParticipant in io.ciera.tool.sql.ooaofooa.elementpackaging
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging with parameters of type PackageParticipant Modifier and Type Method Description default voidEP_PKG. addR956_represents_participant_of_PackageParticipant(PackageParticipant inst)default voidEP_PKG. removeR956_represents_participant_of_PackageParticipant(PackageParticipant inst) -
Uses of PackageParticipant in io.ciera.tool.sql.ooaofooa.elementpackaging.impl
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging.impl with parameters of type PackageParticipant Modifier and Type Method Description voidEP_PKGImpl. addR956_represents_participant_of_PackageParticipant(PackageParticipant inst)voidEP_PKGImpl. removeR956_represents_participant_of_PackageParticipant(PackageParticipant inst) -
Uses of PackageParticipant in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return PackageParticipant Modifier and Type Method Description PackageParticipantInteractionParticipant. R930_is_a_PackageParticipant()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type PackageParticipant Modifier and Type Method Description default voidInteractionParticipant. setR930_is_a_PackageParticipant(PackageParticipant inst) -
Uses of PackageParticipant in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement PackageParticipant Modifier and Type Class Description classPackageParticipantImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as PackageParticipant Modifier and Type Field Description static PackageParticipantPackageParticipantImpl. EMPTY_PACKAGEPARTICIPANTMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return PackageParticipant Modifier and Type Method Description static PackageParticipantPackageParticipantImpl. create(Sql context)static PackageParticipantPackageParticipantImpl. 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_Package_ID, String m_Label, String m_InformalName, String m_Descrip, boolean m_isFormal)static PackageParticipantPackageParticipantImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, io.ciera.runtime.summit.types.UniqueId ref_Package_ID, String m_Label, String m_InformalName, String m_Descrip, boolean m_isFormal)PackageParticipantPackageParticipantSetImpl. nullElement()PackageParticipantPackageParticipantImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)PackageParticipantInteractionParticipantImpl. R930_is_a_PackageParticipant()PackageParticipantPackageParticipantImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type PackageParticipant Modifier and Type Method Description List<PackageParticipant>PackageParticipantSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type PackageParticipant Modifier and Type Method Description voidInteractionParticipantImpl. setR930_is_a_PackageParticipant(PackageParticipant inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type PackageParticipant Modifier and Type Method Description PackageParticipantSetPackageParticipantSetImpl. emptySet(Comparator<? super PackageParticipant> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type PackageParticipant Constructor Description PackageParticipantSetImpl(Comparator<? super PackageParticipant> comp)
-