Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.TimeSpan
-
Packages that use TimeSpan Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of TimeSpan in io.ciera.tool
Methods in io.ciera.tool with parameters of type TimeSpan Modifier and Type Method Description voidSql. relate_R941_TimeSpan_span_begins_at_TimingMark(TimeSpan form, TimingMark part)voidSql. relate_R942_TimeSpan_span_ends_at_TimingMark(TimeSpan form, TimingMark part)voidSqlSqlLoader. serialize_941(TimeSpan timespan_inst, PrintStream out)voidSqlSqlLoader. serialize_942(TimeSpan timespan_inst, PrintStream out)voidSqlSqlLoader. serialize_TimeSpan(TimeSpan timespan_inst, PrintStream out)voidSql. unrelate_R941_TimeSpan_span_begins_at_TimingMark(TimeSpan form, TimingMark part)voidSql. unrelate_R942_TimeSpan_span_ends_at_TimingMark(TimeSpan form, TimingMark part) -
Uses of TimeSpan in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type TimeSpan Modifier and Type Method Description default voidTimingMark. addR941_defines_start_of_TimeSpan(TimeSpan inst)default voidTimingMark. addR942_defines_end_of_TimeSpan(TimeSpan inst)default voidTimingMark. removeR941_defines_start_of_TimeSpan(TimeSpan inst)default voidTimingMark. removeR942_defines_end_of_TimeSpan(TimeSpan inst) -
Uses of TimeSpan in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement TimeSpan Modifier and Type Class Description classTimeSpanImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as TimeSpan Modifier and Type Field Description static TimeSpanTimeSpanImpl. EMPTY_TIMESPANMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return TimeSpan Modifier and Type Method Description static TimeSpanTimeSpanImpl. create(Sql context)static TimeSpanTimeSpanImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Span_ID, io.ciera.runtime.summit.types.UniqueId ref_Mark_ID, io.ciera.runtime.summit.types.UniqueId ref_Prev_Mark_ID, String m_Name, String m_Descrip)static TimeSpanTimeSpanImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId m_Span_ID, io.ciera.runtime.summit.types.UniqueId ref_Mark_ID, io.ciera.runtime.summit.types.UniqueId ref_Prev_Mark_ID, String m_Name, String m_Descrip)TimeSpanTimeSpanSetImpl. nullElement()TimeSpanTimeSpanImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)TimeSpanTimeSpanImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type TimeSpan Modifier and Type Method Description List<TimeSpan>TimeSpanSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type TimeSpan Modifier and Type Method Description voidTimingMarkImpl. addR941_defines_start_of_TimeSpan(TimeSpan inst)voidTimingMarkImpl. addR942_defines_end_of_TimeSpan(TimeSpan inst)voidTimingMarkImpl. removeR941_defines_start_of_TimeSpan(TimeSpan inst)voidTimingMarkImpl. removeR942_defines_end_of_TimeSpan(TimeSpan inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type TimeSpan Modifier and Type Method Description TimeSpanSetTimeSpanSetImpl. emptySet(Comparator<? super TimeSpan> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type TimeSpan Constructor Description TimeSpanSetImpl(Comparator<? super TimeSpan> comp)
-