Next connects this node to another node for a specific action. Returns the *next* node for chaining.
(action string, node BaseNode)
| 91 | |
| 92 | // Next connects this node to another node for a specific action. Returns the *next* node for chaining. |
| 93 | Next(action string, node BaseNode) BaseNode |
| 94 | |
| 95 | // GetSuccessors returns the map of action->node successors. |
| 96 | GetSuccessors() map[string]BaseNode |
no outgoing calls