public class MindInspectorAgArch extends AgArch
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasMindInspectorByCycle |
protected java.lang.String |
mindInspectorDirectory |
protected static javax.swing.JFrame |
mindInspectorFrame |
protected javax.swing.JCheckBox |
mindInspectorFreeze |
protected java.util.List<org.w3c.dom.Document> |
mindInspectorHistory |
protected javax.swing.JSlider |
mindInspectorHistorySlider |
protected javax.swing.JTextPane |
mindInspectorPanel |
protected static javax.swing.JTabbedPane |
mindInspectorTab |
protected asl2xml |
mindInspectorTransformer |
protected int |
updateInterval |
Constructor and Description |
---|
MindInspectorAgArch() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAgState() |
void |
init() |
void |
reasoningCycleStarting()
A call-back method called by TS
when a new reasoning cycle is starting
|
protected void |
setupMindInspector(java.lang.String configuration)
process the mindinspector parameter used in the agent option in .mas2j project.
|
void |
stop()
A call-back method called by the infrastructure tier
when the agent is about to be killed.
|
act, broadcast, canSleep, checkMail, compareTo, createCustomArchs, equals, getAgArchClassesChain, getAgName, getArchInfraTier, getCycleNumber, getFirstAgArch, getNextAgArch, getRuntimeServices, getTS, hashCode, incCycleNumber, initAg, insertAgArch, isRunning, perceive, sendMsg, setCycleNumber, setTS, sleep, toString, wake
protected boolean hasMindInspectorByCycle
protected int updateInterval
protected static javax.swing.JFrame mindInspectorFrame
protected static javax.swing.JTabbedPane mindInspectorTab
protected javax.swing.JTextPane mindInspectorPanel
protected javax.swing.JSlider mindInspectorHistorySlider
protected javax.swing.JCheckBox mindInspectorFreeze
protected java.util.List<org.w3c.dom.Document> mindInspectorHistory
protected asl2xml mindInspectorTransformer
protected java.lang.String mindInspectorDirectory
public void stop()
public void reasoningCycleStarting()
AgArch
reasoningCycleStarting
in class AgArch
protected void setupMindInspector(java.lang.String configuration)
protected void addAgState()