Java 2 Platform
v1.3

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
 
Constructor Summary
private WorkingMemoryEvent()
           
  WorkingMemoryEvent(edu.umich.visualsoar.graph.NamedEdge e)
          Constructs the Feedback List
 
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
 

Field Detail

edge

private edu.umich.visualsoar.graph.NamedEdge edge
The edge that changed

Constructor Detail

WorkingMemoryEvent

private WorkingMemoryEvent()

WorkingMemoryEvent

public WorkingMemoryEvent(edu.umich.visualsoar.graph.NamedEdge e)
Constructs the Feedback List

Parameters:
e - the WME that changed
Method Detail

getTriple

public edu.umich.visualsoar.graph.NamedEdge getTriple()
Returns:
the working element that changed, don't mess around with it

Java 2 Platform
v1.3