Java 2 Platform
v1.3

edu.umich.visualsoar.datamap
Class SoarWorkingMemoryReader

java.lang.Object
  |
  +--edu.umich.visualsoar.datamap.SoarWorkingMemoryReader

public class SoarWorkingMemoryReader
extends java.lang.Object

This class has one function read, which reads a representation of soar working memory from a file and re-creates the DataMap


Constructor Summary
SoarWorkingMemoryReader()
           
 
Method Summary
static void read(edu.umich.visualsoar.datamap.SoarWorkingMemoryModel swmm, java.io.Reader fr, java.io.Reader cr)
          This function reads a description of soars working memory from a file and re-creates the datamap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoarWorkingMemoryReader

public SoarWorkingMemoryReader()
Method Detail

read

public static void read(edu.umich.visualsoar.datamap.SoarWorkingMemoryModel swmm,
                        java.io.Reader fr,
                        java.io.Reader cr)
                 throws java.io.IOException
This function reads a description of soars working memory from a file and re-creates the datamap

Parameters:
swmm - the working memory model that the description should be read into
fr - the Reader that the description should be read from
cr - the Reader that datamap comments should be read from (if exists)
Throws:
java.io.IOException - if something goes wrong

Java 2 Platform
v1.3