|
Class Summary |
| ClassFilterReteNode |
A node in the Rete network that is activated if the object belongs
to the class it represents. |
| FilterReteNode |
A discriminant node in the Rete network. |
| FinalReteNode |
A final node in the Rete network. |
| JoinReteNode |
A node in the Rete network that has more than one input, so that
objects coming from distinct parts of the network are joined
together in instances of this class. |
| PairIntReteNode |
Auxiliar class used to group pairs of integers and rete nodes. |
| ReteNode |
A node in the Rete network. |