Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.ClassInstanceParticipant
-
-
Uses of ClassInstanceParticipant in io.ciera.tool
-
Uses of ClassInstanceParticipant in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return ClassInstanceParticipant Modifier and Type Method Description ClassInstanceParticipantInteractionParticipant. R930_is_a_ClassInstanceParticipant()ClassInstanceParticipantInstanceAttributeValue. R936_owns_informal_ClassInstanceParticipant()ClassInstanceParticipantInstanceAttributeValue. R937_owns_formal_ClassInstanceParticipant()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type ClassInstanceParticipant Modifier and Type Method Description default voidInteractionParticipant. setR930_is_a_ClassInstanceParticipant(ClassInstanceParticipant inst)default voidInstanceAttributeValue. setR936_owns_informal_ClassInstanceParticipant(ClassInstanceParticipant inst)default voidInstanceAttributeValue. setR937_owns_formal_ClassInstanceParticipant(ClassInstanceParticipant inst) -
Uses of ClassInstanceParticipant in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement ClassInstanceParticipant Modifier and Type Class Description classClassInstanceParticipantImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as ClassInstanceParticipant Modifier and Type Field Description static ClassInstanceParticipantClassInstanceParticipantImpl. EMPTY_CLASSINSTANCEPARTICIPANTMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return ClassInstanceParticipant Modifier and Type Method Description static ClassInstanceParticipantClassInstanceParticipantImpl. create(Sql context)static ClassInstanceParticipantClassInstanceParticipantImpl. 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_Obj_ID, String m_Name, String m_InformalClassName, String m_Label, String m_Descrip, boolean m_isFormal)ClassInstanceParticipantClassInstanceParticipantSetImpl. nullElement()ClassInstanceParticipantClassInstanceParticipantImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ClassInstanceParticipantInteractionParticipantImpl. R930_is_a_ClassInstanceParticipant()ClassInstanceParticipantInstanceAttributeValueImpl. R936_owns_informal_ClassInstanceParticipant()ClassInstanceParticipantInstanceAttributeValueImpl. R937_owns_formal_ClassInstanceParticipant()ClassInstanceParticipantClassInstanceParticipantImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type ClassInstanceParticipant Modifier and Type Method Description List<ClassInstanceParticipant>ClassInstanceParticipantSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type ClassInstanceParticipant Modifier and Type Method Description voidInteractionParticipantImpl. setR930_is_a_ClassInstanceParticipant(ClassInstanceParticipant inst)voidInstanceAttributeValueImpl. setR936_owns_informal_ClassInstanceParticipant(ClassInstanceParticipant inst)voidInstanceAttributeValueImpl. setR937_owns_formal_ClassInstanceParticipant(ClassInstanceParticipant inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ClassInstanceParticipant Modifier and Type Method Description ClassInstanceParticipantSetClassInstanceParticipantSetImpl. emptySet(Comparator<? super ClassInstanceParticipant> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ClassInstanceParticipant Constructor Description ClassInstanceParticipantSetImpl(Comparator<? super ClassInstanceParticipant> comp) -
Uses of ClassInstanceParticipant in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type ClassInstanceParticipant Modifier and Type Method Description default voidModelClass. addR934_represents_participant_of_ClassInstanceParticipant(ClassInstanceParticipant inst)default voidModelClass. removeR934_represents_participant_of_ClassInstanceParticipant(ClassInstanceParticipant inst) -
Uses of ClassInstanceParticipant in io.ciera.tool.sql.ooaofooa.subsystem.impl
Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type ClassInstanceParticipant Modifier and Type Method Description voidModelClassImpl. addR934_represents_participant_of_ClassInstanceParticipant(ClassInstanceParticipant inst)voidModelClassImpl. removeR934_represents_participant_of_ClassInstanceParticipant(ClassInstanceParticipant inst)
-