Uses of Interface
io.ciera.tool.sql.ooaofooa.statemachine.NonLocalEvent
-
Packages that use NonLocalEvent Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.statemachine io.ciera.tool.sql.ooaofooa.statemachine.impl -
-
Uses of NonLocalEvent in io.ciera.tool
Methods in io.ciera.tool with parameters of type NonLocalEvent Modifier and Type Method Description voidSql. relate_R526_NonLocalEvent_is_a_SEMEvent(NonLocalEvent form, SEMEvent part)voidSql. relate_R527_NonLocalEvent_is_defined_by_PolymorphicEvent(NonLocalEvent form, PolymorphicEvent part)voidSqlSqlLoader. serialize_NonLocalEvent(NonLocalEvent nonlocalevent_inst, PrintStream out)voidSql. unrelate_R526_NonLocalEvent_is_a_SEMEvent(NonLocalEvent form, SEMEvent part)voidSql. unrelate_R527_NonLocalEvent_is_defined_by_PolymorphicEvent(NonLocalEvent form, PolymorphicEvent part) -
Uses of NonLocalEvent in io.ciera.tool.sql.ooaofooa.statemachine
Methods in io.ciera.tool.sql.ooaofooa.statemachine that return NonLocalEvent Modifier and Type Method Description NonLocalEventSEMEvent. R526_is_a_NonLocalEvent()Methods in io.ciera.tool.sql.ooaofooa.statemachine with parameters of type NonLocalEvent Modifier and Type Method Description default voidPolymorphicEvent. addR527_is_aliased_by_NonLocalEvent(NonLocalEvent inst)default voidPolymorphicEvent. removeR527_is_aliased_by_NonLocalEvent(NonLocalEvent inst)default voidSEMEvent. setR526_is_a_NonLocalEvent(NonLocalEvent inst) -
Uses of NonLocalEvent in io.ciera.tool.sql.ooaofooa.statemachine.impl
Classes in io.ciera.tool.sql.ooaofooa.statemachine.impl that implement NonLocalEvent Modifier and Type Class Description classNonLocalEventImplFields in io.ciera.tool.sql.ooaofooa.statemachine.impl declared as NonLocalEvent Modifier and Type Field Description static NonLocalEventNonLocalEventImpl. EMPTY_NONLOCALEVENTMethods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return NonLocalEvent Modifier and Type Method Description static NonLocalEventNonLocalEventImpl. create(Sql context)static NonLocalEventNonLocalEventImpl. 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, io.ciera.runtime.summit.types.UniqueId ref_polySMevt_ID, io.ciera.runtime.summit.types.UniqueId ref_polySM_ID, io.ciera.runtime.summit.types.UniqueId m_polySMspd_IDdeprecated, String m_Local_Meaning, String m_Name)NonLocalEventNonLocalEventSetImpl. nullElement()NonLocalEventNonLocalEventImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)NonLocalEventSEMEventImpl. R526_is_a_NonLocalEvent()NonLocalEventNonLocalEventImpl. self()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl that return types with arguments of type NonLocalEvent Modifier and Type Method Description List<NonLocalEvent>NonLocalEventSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.statemachine.impl with parameters of type NonLocalEvent Modifier and Type Method Description voidPolymorphicEventImpl. addR527_is_aliased_by_NonLocalEvent(NonLocalEvent inst)voidPolymorphicEventImpl. removeR527_is_aliased_by_NonLocalEvent(NonLocalEvent inst)voidSEMEventImpl. setR526_is_a_NonLocalEvent(NonLocalEvent inst)Method parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type NonLocalEvent Modifier and Type Method Description NonLocalEventSetNonLocalEventSetImpl. emptySet(Comparator<? super NonLocalEvent> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.statemachine.impl with type arguments of type NonLocalEvent Constructor Description NonLocalEventSetImpl(Comparator<? super NonLocalEvent> comp)
-