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.
|
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 |
Output
public Output()
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)