Uses of Interface
io.ciera.tool.sql.ooaofooa.statemachine.LocalEvent
-
Packages that use LocalEvent Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.statemachine io.ciera.tool.sql.ooaofooa.statemachine.impl -
-
Uses of LocalEvent in io.ciera.tool
Methods in io.ciera.tool with parameters of type LocalEvent Modifier and Type Method Description voidSql. relate_R509_CreationTransition_is_assigned_to_LocalEvent(CreationTransition form, LocalEvent part)voidSql. relate_R526_LocalEvent_is_a_SEMEvent(LocalEvent form, SEMEvent part)voidSqlSqlLoader. serialize_526(LocalEvent localevent_inst, PrintStream out)voidSqlSqlLoader. serialize_LocalEvent(LocalEvent localevent_inst, PrintStream out)voidSql. unrelate_R509_CreationTransition_is_assigned_to_LocalEvent(CreationTransition form, LocalEvent part)voidSql. unrelate_R526_LocalEvent_is_a_SEMEvent(LocalEvent form, SEMEvent part) -
Uses of LocalEvent in io.ciera.tool.sql.ooaofooa.statemachine
Methods in io.ciera.tool.sql.ooaofooa.statemachine that return LocalEvent Modifier and Type Method Description LocalEventCreationTransition. R509_is_assigned_to_LocalEvent()LocalEventSEMEvent. R526_is_a_LocalEvent()Methods in io.ciera.tool.sql.ooaofooa.statemachine with parameters of type LocalEvent Modifier and Type Method Description default voidCreationTransition. setR509_is_assigned_to_LocalEvent(LocalEvent inst)default voidSEMEvent. setR526_is_a_LocalEvent(LocalEvent inst) -
Uses of LocalEvent in io.ciera.tool.sql.ooaofooa.statemachine.impl
Classes in io.ciera.tool.sql.ooaofooa.statemachine.impl that implement LocalEvent Modifier and Type Class Description classLocalEventImplFields in io.ciera.tool.sql.ooaofooa.statemachine.impl declared as LocalEvent Modifier and Type Field Description static LocalEventLocalEventImpl. EMPTY_LOCALEVENTMethods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return LocalEvent Modifier and Type Method Description static LocalEventLocalEventImpl. create(Sql context)static LocalEventLocalEventImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_SMevt_ID, io.ciera.runtime.summit.types.UniqueId ref_SM_ID, io.ciera.runtime.summit.types.UniqueId m_SMspd_IDdeprecated)static LocalEventLocalEventImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_SMevt_ID, io.ciera.runtime.summit.types.UniqueId ref_SM_ID, io.ciera.runtime.summit.types.UniqueId m_SMspd_IDdeprecated)LocalEventLocalEventSetImpl. nullElement()LocalEventLocalEventImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LocalEventCreationTransitionImpl. R509_is_assigned_to_LocalEvent()LocalEventSEMEventImpl. R526_is_a_LocalEvent()LocalEventLocalEventImpl. self()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return types with arguments of type LocalEvent Modifier and Type Method Description List<LocalEvent>LocalEventSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl with parameters of type LocalEvent Modifier and Type Method Description voidCreationTransitionImpl. setR509_is_assigned_to_LocalEvent(LocalEvent inst)voidSEMEventImpl. setR526_is_a_LocalEvent(LocalEvent inst)Method parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type LocalEvent Modifier and Type Method Description LocalEventSetLocalEventSetImpl. emptySet(Comparator<? super LocalEvent> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type LocalEvent Constructor Description LocalEventSetImpl(Comparator<? super LocalEvent> comp)
-