public class MindInspectorWeb
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected asl2xml |
mindInspectorTransformer |
Modifier and Type | Method and Description |
---|---|
void |
addAgState(Agent ag,
org.w3c.dom.Document mind,
boolean hasHistory) |
static MindInspectorWeb |
get() |
static java.lang.String |
getURL() |
static boolean |
isRunning() |
void |
registerAg(Agent ag)
add the agent in the list of available agent for mind inspection
|
void |
removeAg(Agent ag) |
protected asl2xml mindInspectorTransformer
public static MindInspectorWeb get()
public static boolean isRunning()
public static java.lang.String getURL()
public void registerAg(Agent ag)
public void removeAg(Agent ag)
public void addAgState(Agent ag, org.w3c.dom.Document mind, boolean hasHistory)