org.lucci.madhoc.script
Class Batch

java.lang.Object
  extended by org.lucci.madhoc.script.Batch
Direct Known Subclasses:
Madhoc

public class Batch
extends java.lang.Object

Author:
luc.hogie

Constructor Summary
Batch()
           
 
Method Summary
 java.io.File getDataFile(java.lang.String[] parms, java.io.File directory)
           
 java.lang.String getHostName()
           
 int getVerboseLevel()
           
 java.lang.String normalize(java.lang.String s)
           
 void println(java.io.PrintStream stream, java.lang.String s, int level)
           
 void println(java.lang.String s)
           
 void println(java.lang.String s, int level)
           
 void saveFunctionToFile(org.lucci.math.relation.NumericFunction f, java.io.File dataFile)
          Save the values of the given function in the given file.
 void setVerboseLevel(int verboseLevel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()
Method Detail

println

public void println(java.io.PrintStream stream,
                    java.lang.String s,
                    int level)

println

public void println(java.lang.String s,
                    int level)

println

public void println(java.lang.String s)

getDataFile

public java.io.File getDataFile(java.lang.String[] parms,
                                java.io.File directory)

normalize

public java.lang.String normalize(java.lang.String s)

saveFunctionToFile

public void saveFunctionToFile(org.lucci.math.relation.NumericFunction f,
                               java.io.File dataFile)
Save the values of the given function in the given file. Because this is to be used by time consuming simulation, in case the file cannot be written, no exeption is launched but the text is written (with a warning) on the standard output.


getHostName

public java.lang.String getHostName()

getVerboseLevel

public int getVerboseLevel()

setVerboseLevel

public void setVerboseLevel(int verboseLevel)