Subject | English | Russian |
progr. | an entry action is executed when the state is entered, after any action attached to the incoming transition and before any other internal activity | Действие при входе выполняется при входе в состояние, после действия, прикреплённого к входящему переходу и перед любым другим видом внутренней деятельности (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn) |
progr. | an exit action is executed when the state is exited, after the completion of any internal activity and before action attached to the outgoing transition | Действие при выходе выполняется при выходе из состояния, после завершения любого другого вида внутренней деятельности и перед действием, прикреплённым к исходящему переходу (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn) |
progr. | common transitions and internal activities | общие переходы и внутренние активности (ssn) |
comp., MS | internal self-transition | внутренний переход (A transition segment that begins and ends on the same state context, and that has neither a chained incoming transaction nor a chained outgoing transaction. This transition is a combination of the group and history transitions) |
progr. | internal transition | внутренний переход (переход, у которого есть действие, но который не ведет при этом к изменению состояния ssn) |
progr. | next internal state predicted by the transition table | следующее внутреннее состояние, предсказываемое таблицей переходов (ssn) |
progr. | next internal state predicted by the transition table is the same as the current internal state | следующее внутреннее состояние, предсказываемое таблицей переходов, является точно таким же, как и текущее внутреннее состояние (ssn) |