|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umich.visualsoar.datamap.SoarWorkingMemoryReader
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 |
public SoarWorkingMemoryReader()
Method Detail |
public static void read(edu.umich.visualsoar.datamap.SoarWorkingMemoryModel swmm, java.io.Reader fr, java.io.Reader cr) throws java.io.IOException
swmm
- the working memory model that the description should be read intofr
- the Reader that the description should be read fromcr
- the Reader that datamap comments should be read from (if exists)
java.io.IOException
- if something goes wrong
|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |