Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I J K N P R S T W

A

ARRAY - Variable in class jeops.rete.FinalReteNode
Object array, defined as an attribute for efficiency purposes only.
ARRAY - Variable in class jeops.rete.JoinReteNode
Object array, defined as an attribute for efficiency purposes only.
addSuccessor(int, ReteNode, int) - Method in class jeops.rete.ReteNode
Adds a connection from some input of this node to a given input of the given node.
addSuccessor(ReteNode) - Method in class jeops.rete.ReteNode
Adds a connection from the only input of this node to the only input of the given node.
addSuccessor(ReteNode, int) - Method in class jeops.rete.ReteNode
Adds a connection from the only input of this node to a given input of the given node.

C

ClassFilterReteNode - class jeops.rete.ClassFilterReteNode.
A node in the Rete network that is activated if the object belongs to the class it represents.
ClassFilterReteNode(Class) - Constructor for class jeops.rete.ClassFilterReteNode
Class constructor.
classType - Variable in class jeops.rete.ClassFilterReteNode
The class object that indicates which tokens can pass by this node.

D

declIndex - Variable in class jeops.rete.FilterReteNode
 
declIndex - Variable in class jeops.rete.JoinReteNode
 

E

equals(Object) - Method in class jeops.rete.PairIntReteNode
Compares the given object with this one.

F

FilterReteNode - class jeops.rete.FilterReteNode.
A discriminant node in the Rete network.
FilterReteNode(AbstractKnowledgeBase, AbstractRuleBase, int, int) - Constructor for class jeops.rete.FilterReteNode
Creates a new discriminant rete node.
FinalReteNode - class jeops.rete.FinalReteNode.
A final node in the Rete network.
FinalReteNode(int, AbstractKnowledgeBase, int) - Constructor for class jeops.rete.FinalReteNode
Creates a new discriminant rete node.
flush() - Method in class jeops.rete.FinalReteNode
Remove all objects that may be stored in this node.
flush() - Method in class jeops.rete.JoinReteNode
Remove all objects that may be stored in this node.

G

getClassFilterSuccessors() - Method in class jeops.rete.ClassFilterReteNode
Returns the successors of this node.
getClassType() - Method in class jeops.rete.ClassFilterReteNode
Returns the class object associated with this node.
getIntValue() - Method in class jeops.rete.PairIntReteNode
Returns the integer value of this pair.
getNode() - Method in class jeops.rete.PairIntReteNode
Returns the rete node of this pair.
getNumberInputs() - Method in class jeops.rete.ReteNode
Returns the number of inputs of this node.
getNumberOutputs() - Method in class jeops.rete.ReteNode
Returns the number of outputs of this node.
getSuccessors() - Method in class jeops.rete.ReteNode
Returns the successors of this node.

H

hashCode() - Method in class jeops.rete.PairIntReteNode
Returns a hash code for this object.

I

intValue - Variable in class jeops.rete.PairIntReteNode
The integer value.
its - Variable in class jeops.rete.JoinReteNode
Iterator array, defined as an attribute for efficiency purposes only.

J

JoinReteNode - class jeops.rete.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.
JoinReteNode(int, AbstractRuleBase, int, int) - Constructor for class jeops.rete.JoinReteNode
Class constructor.
jeops.rete - package jeops.rete
The Runtime Environment for JEOPS.

K

knowledgeBase - Variable in class jeops.rete.FilterReteNode
The rule base used to check the validity of the property of the incoming objects.
knowledgeBase - Variable in class jeops.rete.FinalReteNode
The knowledge base that will receive the elements to pass them to the conflict set.

N

newObject(Object) - Method in class jeops.rete.ClassFilterReteNode
Informs this node that an object has arrived.
newObject(Object, int) - Method in class jeops.rete.ClassFilterReteNode
Informs this node that an object has arrived.
newObject(Object, int) - Method in class jeops.rete.FilterReteNode
Informs this node that an object has arrived.
newObject(Object, int) - Method in class jeops.rete.FinalReteNode
Informs this node that an object has arrived.
newObject(Object, int) - Method in class jeops.rete.JoinReteNode
Informs this node that an object has arrived.
newObject(Object, int) - Method in class jeops.rete.ReteNode
Informs this node that an object has arrived.
node - Variable in class jeops.rete.PairIntReteNode
The rete node.
numberInputs - Variable in class jeops.rete.ReteNode
The number of inputs of this node.
numberOutputs - Variable in class jeops.rete.ReteNode
The number of outputs of this node.

P

PairIntReteNode - class jeops.rete.PairIntReteNode.
Auxiliar class used to group pairs of integers and rete nodes.
PairIntReteNode(int, ReteNode) - Constructor for class jeops.rete.PairIntReteNode
Class constructor.
propagate(Object, int) - Method in class jeops.rete.ReteNode
Propagates the objects from this node to the successors.

R

ReteNode - class jeops.rete.ReteNode.
A node in the Rete network.
ReteNode(int, int) - Constructor for class jeops.rete.ReteNode
Creates a new rete node.
remove(Object) - Method in class jeops.rete.FinalReteNode
Remove the following objects that may be stored in this node.
remove(Object) - Method in class jeops.rete.JoinReteNode
Remove the given object from the memory of this node.
ruleBase - Variable in class jeops.rete.FilterReteNode
The rule base used to check the validity of the property of the incoming objects.
ruleBase - Variable in class jeops.rete.JoinReteNode
The rule base used to check the validity of the property of the incoming objects.
ruleIndex - Variable in class jeops.rete.FilterReteNode
The index of the rule that contains the condition to be checked by this node.
ruleIndex - Variable in class jeops.rete.FinalReteNode
The index of the rule correspondent to this node.
ruleIndex - Variable in class jeops.rete.JoinReteNode
The index of the rule that contains the condition to be checked by this node.

S

successors - Variable in class jeops.rete.ReteNode
The nodes that succede this one.

T

toString() - Method in class jeops.rete.ClassFilterReteNode
Returns a string representation of this object.
toString() - Method in class jeops.rete.FilterReteNode
Returns a string representation of this object.
toString() - Method in class jeops.rete.FinalReteNode
Returns a string representation of this object.
toString() - Method in class jeops.rete.JoinReteNode
Returns a string representation of this object.
toString() - Method in class jeops.rete.PairIntReteNode
Returns a string representation of this object.

W

waitingObjects - Variable in class jeops.rete.JoinReteNode
The objects that are "waiting" at some inputs of this node for the arrival of objects in other inputs, in order to be propagated at this node.

A C D E F G H I J K N P R S T W