| Home >> All >> jeops >> [ rete Javadoc ] |
jeops.rete: Javadoc index of package jeops.rete.
Package Samples:
jeops.rete: The Runtime Environment for JEOPS.
Classes:
FilterReteNode: A discriminant node in the Rete network. A discriminant node is one that has only one input and one output, and it will propagate the incoming objects if some property (i.e., a boolean method call) is satisfied. This kind of node doesn't have a memory of objects, filtering out those that don't comply with the property.
FinalReteNode: A final node in the Rete network. There will be one final node for each rule in the rule base; when objects arrive at a final node, they are stored in a conflict set element and inserted into the conflict set of the knowledge base.
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.
ClassFilterReteNode: A node in the Rete network that is activated if the object belongs to the class it represents. An object of this class is the entry point of the Rete network.
ReteNode: A node in the Rete network. This class is the base for all kinds of nodes that exist in the implementation of the Rete network for JEOPS.
PairIntReteNode: Auxiliar class used to group pairs of integers and rete nodes.
| Home | Contact Us | Privacy Policy | Terms of Service |