| OLD | NEW |
| 1 This is a highlevel overview of behaviors used by <bot-list>. | 1 This is a highlevel overview of behaviors used by <bot-list>. |
| 2 | 2 |
| 3 ``` | 3 ``` |
| 4 +----------------+ | 4 +----------------+ |
| 5 | | | 5 | | |
| 6 +------------->+ CommonBehavior +<-----------------+ | 6 +------------->+ CommonBehavior +<-----------------+ |
| 7 | | | | | 7 | | | | |
| 8 | +------+---------+ | | 8 | +------+---------+ | |
| 9 | ^ | | 9 | ^ | |
| 10 | | | | 10 | | | |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | | | | 28 | | | |
| 29 +-----+ <bot-list-data> | | 29 +-----+ <bot-list-data> | |
| 30 | | | 30 | | |
| 31 +-----------------+ | 31 +-----------------+ |
| 32 ``` | 32 ``` |
| 33 | 33 |
| 34 Although methods defined in the various behaviors could be overwritten by each | 34 Although methods defined in the various behaviors could be overwritten by each |
| 35 other, this is not done. | 35 other, this is not done. |
| 36 | 36 |
| 37 `<bot-list>` is the main element and composes the others. | 37 `<bot-list>` is the main element and composes the others. |
| OLD | NEW |