|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ToolFrame | +--ix.ip2.StateViewMap
Nested Class Summary | |
protected class |
StateViewMap.MapToolController
Auxiliar class to add the map tool into the agent frame. |
Field Summary | |
protected Ip2 |
ip2
|
MapTool |
mapTool
|
Constructor Summary | |
StateViewMap(Ip2 ip2)
Constructs a viewer for the indicated agent. |
Method Summary | |
java.awt.Component |
getView(PanelFrame frame)
Returns a component that represents a state table |
void |
newBindings(ProcessStatusEvent event,
java.util.Map bindings)
Ignored by this viewer. |
protected void |
recordNewValue(LList pattern,
java.lang.Object value)
|
void |
reset()
Sets the viewer back to something approximating its initial state. |
void |
sendConstraint(PatternAssignment pa)
Sends a constraint to agent |
void |
stateChange(ProcessStatusEvent event,
java.util.Map delta)
Updates the viewers according to the current state of the agent. |
void |
stateDeletion(ProcessStatusEvent event,
java.util.Map delta)
Deletes the states no more used by the agent. |
void |
statusUpdate(ProcessStatusEvent event)
Ignored by this viewer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Ip2 ip2
public MapTool mapTool
Constructor Detail |
public StateViewMap(Ip2 ip2)
Method Detail |
public java.awt.Component getView(PanelFrame frame)
public void sendConstraint(PatternAssignment pa)
public void reset()
public void statusUpdate(ProcessStatusEvent event)
public void newBindings(ProcessStatusEvent event, java.util.Map bindings)
public void stateDeletion(ProcessStatusEvent event, java.util.Map delta)
public void stateChange(ProcessStatusEvent event, java.util.Map delta)
protected void recordNewValue(LList pattern, java.lang.Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |