Package jeops.rete

The classes that implement the nodes of the Rete network implemented in JEOPS.

See:
          Description

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.
 

Package jeops.rete Description

The classes that implement the nodes of the Rete network implemented in JEOPS.