Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.Lifespan
-
Packages that use Lifespan Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of Lifespan in io.ciera.tool
-
Uses of Lifespan in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return Lifespan Modifier and Type Method Description LifespanInteractionParticipant. R930_is_a_Lifespan()LifespanTimingMark. R931_marks_a_point_in_time_Lifespan()LifespanInteractionParticipant. R940_is_source_of_span_Lifespan()LifespanActorParticipant. R949_life_is_bounded_by_Lifespan()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type Lifespan Modifier and Type Method Description default voidInteractionParticipant. setR930_is_a_Lifespan(Lifespan inst)default voidTimingMark. setR931_marks_a_point_in_time_Lifespan(Lifespan inst)default voidInteractionParticipant. setR940_is_source_of_span_Lifespan(Lifespan inst)default voidActorParticipant. setR949_life_is_bounded_by_Lifespan(Lifespan inst) -
Uses of Lifespan in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement Lifespan Modifier and Type Class Description classLifespanImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as Lifespan Modifier and Type Field Description static LifespanLifespanImpl. EMPTY_LIFESPANMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return Lifespan Modifier and Type Method Description static LifespanLifespanImpl. create(Sql context)static LifespanLifespanImpl. 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_Source_Part_ID, String m_Descrip, boolean m_Destroyed)LifespanLifespanSetImpl. nullElement()LifespanLifespanImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LifespanInteractionParticipantImpl. R930_is_a_Lifespan()LifespanTimingMarkImpl. R931_marks_a_point_in_time_Lifespan()LifespanInteractionParticipantImpl. R940_is_source_of_span_Lifespan()LifespanActorParticipantImpl. R949_life_is_bounded_by_Lifespan()LifespanLifespanImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type Lifespan Modifier and Type Method Description List<Lifespan>LifespanSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type Lifespan Modifier and Type Method Description voidInteractionParticipantImpl. setR930_is_a_Lifespan(Lifespan inst)voidTimingMarkImpl. setR931_marks_a_point_in_time_Lifespan(Lifespan inst)voidInteractionParticipantImpl. setR940_is_source_of_span_Lifespan(Lifespan inst)voidActorParticipantImpl. setR949_life_is_bounded_by_Lifespan(Lifespan inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type Lifespan Modifier and Type Method Description LifespanSetLifespanSetImpl. emptySet(Comparator<? super Lifespan> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type Lifespan Constructor Description LifespanSetImpl(Comparator<? super Lifespan> comp)
-