mascoptLib.io.util
Class Net2Mgl

java.lang.Object
  |
  +--mascoptLib.io.util.Net2Mgl

public class Net2Mgl
extends Object

Converts an NET file into a MGL file.

Version:
Fri Feb 15 10:11:15 2002
Author:
bbongiov@bing.inria.fr

Constructor Summary
Net2Mgl(String fileIn, String fileOut)
          Constructor for the translation of a .net to a .mgl.
Net2Mgl(String fileIn, String fileOut, boolean mirrorArc, boolean mirrorRequest)
          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

Net2Mgl

public Net2Mgl(String fileIn,
               String fileOut)
Constructor for the translation of a .net to a .mgl.

Parameters:
fileIn - the net file.
fileOut - the mgl file.

Net2Mgl

public Net2Mgl(String fileIn,
               String fileOut,
               boolean mirrorArc,
               boolean mirrorRequest)
Constructor for the translation of a .net to a .mgl.

Parameters:
fileIn - the net file.
fileOut - the mgl file.
mirrorArc - say if arcs have to be mirrored.
mirrorRequest - say if requests have to be mirrored.