Java 2 Platform
v1.3

edu.umich.visualsoar.operatorwindow
Class VSEImporter

java.lang.Object
  |
  +--edu.umich.visualsoar.operatorwindow.VSEImporter

class VSEImporter
extends java.lang.Object


Field Summary
static int FILE
           
static int HLOPERATOR
           
static int OPERATOR
           
 
Constructor Summary
private VSEImporter()
           
 
Method Summary
static void read(java.io.Reader r, edu.umich.visualsoar.operatorwindow.OperatorNode on, edu.umich.visualsoar.operatorwindow.OperatorWindow operatorWindow, edu.umich.visualsoar.datamap.SoarWorkingMemoryModel swmm, int acceptableImports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE

public static final int FILE
See Also:
Constant Field Values

HLOPERATOR

public static final int HLOPERATOR
See Also:
Constant Field Values

OPERATOR

public static final int OPERATOR
See Also:
Constant Field Values
Constructor Detail

VSEImporter

private VSEImporter()
Method Detail

read

public static void read(java.io.Reader r,
                        edu.umich.visualsoar.operatorwindow.OperatorNode on,
                        edu.umich.visualsoar.operatorwindow.OperatorWindow operatorWindow,
                        edu.umich.visualsoar.datamap.SoarWorkingMemoryModel swmm,
                        int acceptableImports)
                 throws java.io.IOException,
                        java.lang.NumberFormatException
java.io.IOException
java.lang.NumberFormatException

Java 2 Platform
v1.3