Uses of Interface
io.ciera.tool.sql.ooaofooa.statemachine.SEMEvent
-
Packages that use SEMEvent Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.statemachine io.ciera.tool.sql.ooaofooa.statemachine.impl -
-
Uses of SEMEvent in io.ciera.tool
-
Uses of SEMEvent in io.ciera.tool.sql.ooaofooa.statemachine
Methods in io.ciera.tool.sql.ooaofooa.statemachine that return SEMEvent Modifier and Type Method Description SEMEventStateEventMatrixEntry. R503_receives_SEMEvent()SEMEventStateMachineEvent. R525_is_a_SEMEvent()SEMEventLocalEvent. R526_is_a_SEMEvent()SEMEventNonLocalEvent. R526_is_a_SEMEvent()SEMEventSignalEvent. R526_is_a_SEMEvent()Methods in io.ciera.tool.sql.ooaofooa.statemachine with parameters of type SEMEvent Modifier and Type Method Description default voidStateEventMatrixEntry. setR503_receives_SEMEvent(SEMEvent inst)default voidStateMachineEvent. setR525_is_a_SEMEvent(SEMEvent inst)default voidLocalEvent. setR526_is_a_SEMEvent(SEMEvent inst)default voidNonLocalEvent. setR526_is_a_SEMEvent(SEMEvent inst)default voidSignalEvent. setR526_is_a_SEMEvent(SEMEvent inst) -
Uses of SEMEvent in io.ciera.tool.sql.ooaofooa.statemachine.impl
Classes in io.ciera.tool.sql.ooaofooa.statemachine.impl that implement SEMEvent Modifier and Type Class Description classSEMEventImplFields in io.ciera.tool.sql.ooaofooa.statemachine.impl declared as SEMEvent Modifier and Type Field Description static SEMEventSEMEventImpl. EMPTY_SEMEVENTMethods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return SEMEvent Modifier and Type Method Description static SEMEventSEMEventImpl. create(Sql context)static SEMEventSEMEventImpl. 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)SEMEventSEMEventSetImpl. nullElement()SEMEventSEMEventImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SEMEventStateEventMatrixEntryImpl. R503_receives_SEMEvent()SEMEventStateMachineEventImpl. R525_is_a_SEMEvent()SEMEventLocalEventImpl. R526_is_a_SEMEvent()SEMEventNonLocalEventImpl. R526_is_a_SEMEvent()SEMEventSignalEventImpl. R526_is_a_SEMEvent()SEMEventSEMEventImpl. self()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return types with arguments of type SEMEvent Modifier and Type Method Description List<SEMEvent>SEMEventSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl with parameters of type SEMEvent Modifier and Type Method Description voidStateEventMatrixEntryImpl. setR503_receives_SEMEvent(SEMEvent inst)voidStateMachineEventImpl. setR525_is_a_SEMEvent(SEMEvent inst)voidLocalEventImpl. setR526_is_a_SEMEvent(SEMEvent inst)voidNonLocalEventImpl. setR526_is_a_SEMEvent(SEMEvent inst)voidSignalEventImpl. setR526_is_a_SEMEvent(SEMEvent inst)Method parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type SEMEvent Modifier and Type Method Description SEMEventSetSEMEventSetImpl. emptySet(Comparator<? super SEMEvent> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type SEMEvent Constructor Description SEMEventSetImpl(Comparator<? super SEMEvent> comp)
-