org.nlogo.agent
Class AbstractExporter

java.lang.Object
  extended by org.nlogo.agent.AbstractExporter

public abstract class AbstractExporter
extends Object


Method Summary
 void export(String type, String modelFileName, String extraHeader)
           
static void exportHeader(PrintWriter writer, String type, String modelFileName, String extraHeader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

export

public void export(String type,
                   String modelFileName,
                   String extraHeader)
            throws IOException
Throws:
IOException

exportHeader

public static void exportHeader(PrintWriter writer,
                                String type,
                                String modelFileName,
                                String extraHeader)