edu.umich.visualsoar.datamap
Class WorkingMemoryEvent
java.lang.Object
|
+--edu.umich.visualsoar.datamap.WorkingMemoryEvent
- public class WorkingMemoryEvent
- extends java.lang.Object
A Working Memory Element is basically an edge in the graph
when asked it will tell you the WME that changed, imagined
use is through the WorkingMemoryListener interface, which
will give you the context of how this WME changed
Field Summary |
private edu.umich.visualsoar.graph.NamedEdge |
edge
The edge that changed |
Method Summary |
edu.umich.visualsoar.graph.NamedEdge |
getTriple()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edge
private edu.umich.visualsoar.graph.NamedEdge edge
- The edge that changed
WorkingMemoryEvent
private WorkingMemoryEvent()
WorkingMemoryEvent
public WorkingMemoryEvent(edu.umich.visualsoar.graph.NamedEdge e)
- Constructs the Feedback List
- Parameters:
e
- the WME that changed
getTriple
public edu.umich.visualsoar.graph.NamedEdge getTriple()
- Returns:
- the working element that changed, don't mess around
with it