Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhjort authored Dec 3, 2017
1 parent 5327cab commit a0a9a2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ A selector visits child nodes in sequence until it finds one that succeeds. For
new SelectorNode<Context>(choice1, choice2, choice3);
```

#### Inverter

A invertor inverts the result of the node. If the node beeing inverted returns ```running``` inverter returns ```running``` too.

```
new InverterNode<Context>(node);
```

### Leaf Nodes

#### ActionNode
Expand Down

0 comments on commit a0a9a2a

Please sign in to comment.