Package jason.architecture
Class MindInspectorWebImpl
java.lang.Object
jason.architecture.MindInspectorWeb
jason.architecture.MindInspectorWebImpl
-
Field Summary
Fields inherited from class jason.architecture.MindInspectorWeb
httpServerPort, httpServerURL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAgState
(Agent ag, Document mind, boolean hasHistory) void
registerAg
(Agent ag) add the agent in the list of available agent for mind inspectionvoid
void
void
Methods inherited from class jason.architecture.MindInspectorWeb
get, getURL, isRunning, stop
-
Field Details
-
mindInspectorTransformer
-
-
Constructor Details
-
MindInspectorWebImpl
public MindInspectorWebImpl()
-
-
Method Details
-
startHttpServer
- Specified by:
startHttpServer
in classMindInspectorWeb
-
stoptHttpServer
public void stoptHttpServer()- Specified by:
stoptHttpServer
in classMindInspectorWeb
-
registerAg
add the agent in the list of available agent for mind inspection- Specified by:
registerAg
in classMindInspectorWeb
-
removeAg
- Specified by:
removeAg
in classMindInspectorWeb
-
addAgState
- Specified by:
addAgState
in classMindInspectorWeb
-
registerCentRunner
- Overrides:
registerCentRunner
in classMindInspectorWeb
-