Package jason.architecture
Class MindInspectorWebImpl
java.lang.Object
jason.architecture.MindInspectorWeb
jason.architecture.MindInspectorWebImpl
-
Field Summary
FieldsFields inherited from class jason.architecture.MindInspectorWeb
httpServerPort, httpServerURL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAgState(Agent ag, Document mind, boolean hasHistory) voidregisterAg(Agent ag) add the agent in the list of available agent for mind inspectionvoidvoidvoidMethods inherited from class jason.architecture.MindInspectorWeb
get, getURL, isRunning, stop
-
Field Details
-
mindInspectorTransformer
-
-
Constructor Details
-
MindInspectorWebImpl
public MindInspectorWebImpl()
-
-
Method Details
-
startHttpServer
- Specified by:
startHttpServerin classMindInspectorWeb
-
stoptHttpServer
public void stoptHttpServer()- Specified by:
stoptHttpServerin classMindInspectorWeb
-
registerAg
add the agent in the list of available agent for mind inspection- Specified by:
registerAgin classMindInspectorWeb
-
removeAg
- Specified by:
removeAgin classMindInspectorWeb
-
addAgState
- Specified by:
addAgStatein classMindInspectorWeb
-
registerCentRunner
- Overrides:
registerCentRunnerin classMindInspectorWeb
-