|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pandora.avatar.BasicAvatar
public class BasicAvatar
Controls and manages the thought processing.
Constructor Summary | |
---|---|
BasicAvatar()
|
Method Summary | |
---|---|
void |
awake()
|
void |
emote(EmotionalState state)
Output the emotional state to the Avatar. |
void |
evaluate(Vertex output)
Evaluate the output for emotional expression. |
java.awt.Image |
getCurrentImage()
|
Pandora |
getPandora()
Return Pandora. |
void |
initialize(java.util.Map<java.lang.String,java.lang.Object> properties)
Initialize any configurable settings from the properties. |
void |
log(java.lang.String message,
java.util.logging.Level level,
java.lang.Object... arguments)
Log the message if the debug level is greater or equal to the level. |
void |
log(java.lang.Throwable exception)
Log the exception. |
void |
setPandora(Pandora pandora)
Set Pandora. |
void |
shutdown()
|
java.lang.String |
toString()
Print a useful string representation of the avatar. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicAvatar()
Method Detail |
---|
public void log(java.lang.String message, java.util.logging.Level level, java.lang.Object... arguments)
public void log(java.lang.Throwable exception)
public Pandora getPandora()
getPandora
in interface Avatar
public void setPandora(Pandora pandora)
setPandora
in interface Avatar
public void initialize(java.util.Map<java.lang.String,java.lang.Object> properties)
initialize
in interface Avatar
public void shutdown()
shutdown
in interface Avatar
public void awake()
awake
in interface Avatar
public void evaluate(Vertex output)
evaluate
in interface Avatar
public void emote(EmotionalState state)
public java.awt.Image getCurrentImage()
getCurrentImage
in interface Avatar
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |