|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mascoptLib.io.util.Net2Mgl
Converts an NET file into a MGL file.
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 |
public Net2Mgl(String fileIn, String fileOut)
fileIn
- the net file.fileOut
- the mgl file.public Net2Mgl(String fileIn, String fileOut, boolean mirrorArc, boolean mirrorRequest)
fileIn
- the net file.fileOut
- the mgl file.mirrorArc
- say if arcs have to be mirrored.mirrorRequest
- say if requests have to be mirrored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |