|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ohrasys.app.AbstractApp
com.ohrasys.app.gdsparser.GDSParserApp
public final class GDSParserApp
A basic GDSII stream file parser
Field Summary |
---|
Fields inherited from class com.ohrasys.app.AbstractApp |
---|
controller |
Constructor Summary | |
---|---|
GDSParserApp(com.ohrasys.app.AbstractAppController controller)
Creates a new GDSParserApp object. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main GDSParserApp method |
java.lang.String |
toString()
Returns a string representation of this class |
Methods inherited from class com.ohrasys.app.AbstractApp |
---|
run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GDSParserApp(com.ohrasys.app.AbstractAppController controller) throws com.ohrasys.app.AppException
controller
- The application controller
com.ohrasys.app.AppException
- If an application error occursMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- The command line arguments.public java.lang.String toString()
toString
in class com.ohrasys.app.AbstractApp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |