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, toStringpublic void stop()
stop in interface Thoughtstop in class BasicThoughtpublic void think()
think in interface Thoughtthink in class BasicThought