|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Thought
Something that given a network of objects can perform some function.
Method Summary | |
---|---|
void |
awake()
Perform any initialization required on startup. |
java.lang.String |
getName()
Return the name that identifies the thought. |
Pandora |
getPandora()
Return the associated Pandora instance. |
Primitive |
getPrimitive()
Return the primitive representation of the thought. |
void |
initialize(java.util.Map<java.lang.String,java.lang.Object> properties)
Initialize any configuration properties. |
boolean |
isConscious()
Thoughts can be conscious or sub-conscious. |
void |
setName(java.lang.String name)
Set the name that identifies the thought. |
void |
setPandora(Pandora pandora)
Set the associated Pandora instance. |
void |
stop()
Stop analyzing network. |
void |
think()
Analyze and extend the network. |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
void stop()
void think()
void awake()
Primitive getPrimitive()
Pandora getPandora()
void setPandora(Pandora pandora)
void initialize(java.util.Map<java.lang.String,java.lang.Object> properties)
boolean isConscious()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |