.
9
General properties of statechart entry point
Name – The name of the statechart entry point. The name is used to identify and access the entry point from code.
.
11
Transition
denotes a switch from one state to another. A transition indicates that if the specified trigger event occurs and the specified guard condition is true, the statechart switches from one state to another and performs the specified action. When this occurs, the transition is taken.
.
2
5.1 例子:熟读唐诗三百首,不会作诗也会呤
销售渠道的模拟:
背景:This is an Agent Based model of a sales process in a business where clients are to be reviewed by the company: e.g. this could be insurance, banking,leasing, etc.
The process has several stages that are modeled by different states in the statechart of a Customer object: initial contact, quote, credit review. The customer may leave on each stage, and the company, in turn, may reject the customer.