Uses of Interface
io.ciera.tool.sql.ooaofooa.instance.SelfQueueEntry
-
Packages that use SelfQueueEntry Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.instance io.ciera.tool.sql.ooaofooa.instance.impl -
-
Uses of SelfQueueEntry in io.ciera.tool
Methods in io.ciera.tool with parameters of type SelfQueueEntry Modifier and Type Method Description voidSql. relate_R2946_SelfQueueEntry_ComponentInstance(SelfQueueEntry form, ComponentInstance part)voidSql. relate_R2946_SelfQueueEntry_PendingEvent(SelfQueueEntry form, PendingEvent part)voidSql. relate_R2947_SelfQueueEntry_follows_SelfQueueEntry(SelfQueueEntry form, SelfQueueEntry part)voidSqlSqlLoader. serialize_SelfQueueEntry(SelfQueueEntry selfqueueentry_inst, PrintStream out)voidSql. unrelate_R2946_SelfQueueEntry_ComponentInstance(SelfQueueEntry form, ComponentInstance part)voidSql. unrelate_R2946_SelfQueueEntry_PendingEvent(SelfQueueEntry form, PendingEvent part)voidSql. unrelate_R2947_SelfQueueEntry_follows_SelfQueueEntry(SelfQueueEntry form, SelfQueueEntry part) -
Uses of SelfQueueEntry in io.ciera.tool.sql.ooaofooa.instance
Methods in io.ciera.tool.sql.ooaofooa.instance that return SelfQueueEntry Modifier and Type Method Description SelfQueueEntryPendingEvent. R2946_SelfQueueEntry()SelfQueueEntrySelfQueueEntry. R2947_follows_SelfQueueEntry()SelfQueueEntrySelfQueueEntry. R2947_precedes_SelfQueueEntry()Methods in io.ciera.tool.sql.ooaofooa.instance with parameters of type SelfQueueEntry Modifier and Type Method Description default voidComponentInstance. addR2946_SelfQueueEntry(SelfQueueEntry inst)default voidComponentInstance. removeR2946_SelfQueueEntry(SelfQueueEntry inst)default voidPendingEvent. setR2946_SelfQueueEntry(SelfQueueEntry inst)default voidSelfQueueEntry. setR2947_follows_SelfQueueEntry(SelfQueueEntry inst)default voidSelfQueueEntry. setR2947_precedes_SelfQueueEntry(SelfQueueEntry inst) -
Uses of SelfQueueEntry in io.ciera.tool.sql.ooaofooa.instance.impl
Classes in io.ciera.tool.sql.ooaofooa.instance.impl that implement SelfQueueEntry Modifier and Type Class Description classSelfQueueEntryImplFields in io.ciera.tool.sql.ooaofooa.instance.impl declared as SelfQueueEntry Modifier and Type Field Description static SelfQueueEntrySelfQueueEntryImpl. EMPTY_SELFQUEUEENTRYMethods in io.ciera.tool.sql.ooaofooa.instance.impl that return SelfQueueEntry Modifier and Type Method Description static SelfQueueEntrySelfQueueEntryImpl. create(Sql context)static SelfQueueEntrySelfQueueEntryImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Self_Queue_Entry_ID, io.ciera.runtime.summit.types.UniqueId ref_Execution_Engine_ID, io.ciera.runtime.summit.types.UniqueId ref_Event_ID, io.ciera.runtime.summit.types.UniqueId ref_Next_Self_Queue_Entry_ID)SelfQueueEntrySelfQueueEntrySetImpl. nullElement()SelfQueueEntrySelfQueueEntryImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelfQueueEntryPendingEventImpl. R2946_SelfQueueEntry()SelfQueueEntrySelfQueueEntryImpl. R2947_follows_SelfQueueEntry()SelfQueueEntrySelfQueueEntryImpl. R2947_precedes_SelfQueueEntry()SelfQueueEntrySelfQueueEntryImpl. self()Methods in io.ciera.tool.sql.ooaofooa.instance.impl that return types with arguments of type SelfQueueEntry Modifier and Type Method Description List<SelfQueueEntry>SelfQueueEntrySetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.instance.impl with parameters of type SelfQueueEntry Modifier and Type Method Description voidComponentInstanceImpl. addR2946_SelfQueueEntry(SelfQueueEntry inst)voidComponentInstanceImpl. removeR2946_SelfQueueEntry(SelfQueueEntry inst)voidPendingEventImpl. setR2946_SelfQueueEntry(SelfQueueEntry inst)voidSelfQueueEntryImpl. setR2947_follows_SelfQueueEntry(SelfQueueEntry inst)voidSelfQueueEntryImpl. setR2947_precedes_SelfQueueEntry(SelfQueueEntry inst)Method parameters in io.ciera.tool.sql.ooaofooa.instance.impl with type arguments of type SelfQueueEntry Modifier and Type Method Description SelfQueueEntrySetSelfQueueEntrySetImpl. emptySet(Comparator<? super SelfQueueEntry> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.instance.impl with type arguments of type SelfQueueEntry Constructor Description SelfQueueEntrySetImpl(Comparator<? super SelfQueueEntry> comp)
-