Figure 1 shows this lifecycle modeled as a simplified statetransitiondiagram.
图1显示了对此生命周期建模的简化状态转换图。
2
Next, remember how the statetransitiondiagram for the Order clarified stateful behavior of the order.
其次,前面的 Order 的状态转换图可清楚说明订单的有状态行为。
3
We will need an implementation that extends org.apache.struts.action.Action for each of the actions identified in our statetransitiondiagram and defined in struts-config.xml.