|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.expertsystem.rete.ReteNode
org.jscience.computing.ai.expertsystem.rete.ClassFilterReteNode
public 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.
| Constructor Summary | |
|---|---|
ClassFilterReteNode(java.lang.Class classType)
Class constructor. |
|
| Method Summary | |
|---|---|
java.util.List |
getClassFilterSuccessors()
Returns the successors of this node. |
java.lang.Class |
getClassType()
Returns the class object associated with this node. |
void |
newObject(java.lang.Object obj)
Informs this node that an object has arrived. |
void |
newObject(java.lang.Object obj,
int input)
Informs this node that an object has arrived. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class org.jscience.computing.ai.expertsystem.rete.ReteNode |
|---|
addSuccessor, addSuccessor, addSuccessor, getNumberInputs, getNumberOutputs, getSuccessors, propagate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFilterReteNode(java.lang.Class classType)
classType - the class object that indicates which tokens
can pass by this node.| Method Detail |
|---|
public java.lang.Class getClassType()
public void newObject(java.lang.Object obj)
obj - the object that arrived at this node.
public void newObject(java.lang.Object obj,
int input)
newObject in class ReteNodeobj - the object that arrived at this node.input - DOCUMENT ME!public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List getClassFilterSuccessors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||