public class Agent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
agentName |
static int |
bRet |
static int |
hRet |
static int |
i |
boolean |
onCanv
This flag is true for agents on canvas and false for agents
out of the canvas.
|
static int |
yRet |
Constructor and Description |
---|
Agent()
Constructor for a special agent called Other which represents every agent
not present on the Agent Canvas.
|
Agent(jade.core.AID id)
Constructor for any named agent to be put on the Agent Canvas
|
Agent(java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
public static int i
public static final int hRet
public static final int bRet
public static final int yRet
public java.lang.String agentName
public boolean onCanv
public Agent(jade.core.AID id)
public Agent(java.lang.String localName)
public Agent()