Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.ActorParticipant
-
Packages that use ActorParticipant Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of ActorParticipant in io.ciera.tool
Methods in io.ciera.tool with parameters of type ActorParticipant Modifier and Type Method Description voidSql. relate_R930_ActorParticipant_is_a_InteractionParticipant(ActorParticipant form, InteractionParticipant part)voidSql. relate_R949_ActorParticipant_life_is_bounded_by_Lifespan(ActorParticipant form, Lifespan part)voidSqlSqlLoader. serialize_ActorParticipant(ActorParticipant actorparticipant_inst, PrintStream out)voidSql. unrelate_R930_ActorParticipant_is_a_InteractionParticipant(ActorParticipant form, InteractionParticipant part)voidSql. unrelate_R949_ActorParticipant_life_is_bounded_by_Lifespan(ActorParticipant form, Lifespan part) -
Uses of ActorParticipant in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return ActorParticipant Modifier and Type Method Description ActorParticipantInteractionParticipant. R930_is_a_ActorParticipant()ActorParticipantLifespan. R949_defines_bounds_of_existence_ActorParticipant()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type ActorParticipant Modifier and Type Method Description default voidInteractionParticipant. setR930_is_a_ActorParticipant(ActorParticipant inst)default voidLifespan. setR949_defines_bounds_of_existence_ActorParticipant(ActorParticipant inst) -
Uses of ActorParticipant in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement ActorParticipant Modifier and Type Class Description classActorParticipantImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as ActorParticipant Modifier and Type Field Description static ActorParticipantActorParticipantImpl. EMPTY_ACTORPARTICIPANTMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return ActorParticipant Modifier and Type Method Description static ActorParticipantActorParticipantImpl. create(Sql context)static ActorParticipantActorParticipantImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, String m_Name, String m_Descrip, io.ciera.runtime.summit.types.UniqueId ref_LS_Part_ID)ActorParticipantActorParticipantSetImpl. nullElement()ActorParticipantActorParticipantImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ActorParticipantInteractionParticipantImpl. R930_is_a_ActorParticipant()ActorParticipantLifespanImpl. R949_defines_bounds_of_existence_ActorParticipant()ActorParticipantActorParticipantImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type ActorParticipant Modifier and Type Method Description List<ActorParticipant>ActorParticipantSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type ActorParticipant Modifier and Type Method Description voidInteractionParticipantImpl. setR930_is_a_ActorParticipant(ActorParticipant inst)voidLifespanImpl. setR949_defines_bounds_of_existence_ActorParticipant(ActorParticipant inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ActorParticipant Modifier and Type Method Description ActorParticipantSetActorParticipantSetImpl. emptySet(Comparator<? super ActorParticipant> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ActorParticipant Constructor Description ActorParticipantSetImpl(Comparator<? super ActorParticipant> comp)
-