Package jason.architecture
Class MindInspectorWeb
java.lang.Object
jason.architecture.MindInspectorWeb
- Direct Known Subclasses:
MindInspectorWebImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddAgState(Agent ag, Document mind, boolean hasHistory) static MindInspectorWebget()static StringgetURL()static booleanabstract voidregisterAg(Agent ag) add the agent in the list of available agent for mind inspectionvoidabstract voidabstract Stringstatic voidstop()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
-