Package jason.architecture
Class MindInspectorWeb
java.lang.Object
jason.architecture.MindInspectorWeb
- Direct Known Subclasses:
MindInspectorWebImpl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
addAgState
(Agent ag, Document mind, boolean hasHistory) static MindInspectorWeb
get()
static String
getURL()
static boolean
abstract void
registerAg
(Agent ag) add the agent in the list of available agent for mind inspectionvoid
abstract void
abstract String
static void
stop()
abstract void
-
Field Details
-
httpServerURL
-
httpServerPort
protected int httpServerPort
-
-
Constructor Details
-
MindInspectorWeb
public MindInspectorWeb()
-
-
Method Details
-
get
-
stop
public static void stop() -
isRunning
public static boolean isRunning() -
getURL
-
startHttpServer
-
stoptHttpServer
public abstract void stoptHttpServer() -
registerAg
add the agent in the list of available agent for mind inspection -
removeAg
-
addAgState
-
registerCentRunner
-