mascoptLib.io.util
Class Od2Mgl

java.lang.Object
  extended bymascoptLib.io.util.Od2Mgl

public class Od2Mgl
extends Object

Converts an OD file into a MGL file.


Constructor Summary
Od2Mgl(String fileIn1, String fileIn2, String fileOut)
          Constructor for the translation of a .net to a .mgl.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Od2Mgl

public Od2Mgl(String fileIn1,
              String fileIn2,
              String fileOut)
Constructor for the translation of a .net to a .mgl.

Parameters:
fileIn1 - the graph file.
fileIn2 - the ok file.
fileOut - the mgl file.