JOpt.SDK.Implementation
Class Export

java.lang.Object
  extended byJOpt.SDK.Implementation.Export
All Implemented Interfaces:
IExport

public class Export
extends java.lang.Object
implements IExport


Field Summary
 java.lang.String[] color
           
 
Constructor Summary
Export()
           
 
Method Summary
 void exportCSV(IOptimizationResult result, java.io.PrintWriter file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public java.lang.String[] color
Constructor Detail

Export

public Export()
Method Detail

exportCSV

public void exportCSV(IOptimizationResult result,
                      java.io.PrintWriter file)
Specified by:
exportCSV in interface IExport
Parameters:
file - the PrintWriter for the export
result - the Optimization result to be exported