gr.forth.ics.vrp.corevrp
Class Output

java.lang.Object
  |
  +--gr.forth.ics.vrp.corevrp.Output

public class Output
extends Object

Output.java - Writing to the output file.


Constructor Summary
Output()
           
 
Method Summary
 void out(String s, boolean isRes)
           
 void outln(String s, boolean isRes)
          Printing the String to the OutputFile specified in 'Main.java'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Method Detail

outln

public void outln(String s,
                  boolean isRes)
Printing the String to the OutputFile specified in 'Main.java'.


out

public void out(String s,
                boolean isRes)