public class Inference extends BasicThought
Constructor and Description |
---|
Inference()
Create a new thought.
|
Modifier and Type | Method and Description |
---|---|
void |
stop()
Stop analysing network.
|
void |
think()
Look for P->Q state rules between vertices and their relationships.
|
awake, getBot, getName, getPrimitive, getShortTermMemory, initialize, isConscious, isCritical, isEnabled, isStopped, log, log, migrateProperties, pool, saveProperties, setBot, setEnabled, setName, setStopped, toString
public void stop()
stop
in interface Thought
stop
in class BasicThought
public void think()
think
in interface Thought
think
in class BasicThought