|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmadkit.kernel.AbstractAgent
madkit.kernel.Agent
madkit.utils.agents.AbstractEditorAgent
public abstract class AbstractEditorAgent
An abstract agent that implements a simple editor. It is used as a starting point for building language agents or EditorAgent.
agents.system.EditorAgent
,
Serialized FormField Summary | |
---|---|
AbstractEditorPanel |
display
|
Constructor Summary | |
---|---|
AbstractEditorAgent()
|
Method Summary | |
---|---|
AgentAddress |
getRecipient()
|
void |
println(java.lang.String s)
Prints text information in a environment-independant way (GUI, console, ...) |
void |
setRecipient(AgentAddress ad)
|
Methods inherited from class madkit.kernel.Agent |
---|
connectAgencyToAgency, createPlace, createPlace, enableMobility, enableMobility, exitImmediatlyOnKill, getAgencyNamed, joinPlace, joinPlace, joinPlace, live, pause, receiveMessage, run, waitNextMessage, waitNextMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AbstractEditorPanel display
Constructor Detail |
---|
public AbstractEditorAgent()
Method Detail |
---|
public AgentAddress getRecipient()
public void setRecipient(AgentAddress ad)
public void println(java.lang.String s)
AbstractAgent
println
in class AbstractAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |