com.ohrasys.app.gdsparser
Class GDSParserApp

java.lang.Object
  extended by com.ohrasys.app.AbstractApp
      extended by com.ohrasys.app.gdsparser.GDSParserApp

public final class GDSParserApp
extends com.ohrasys.app.AbstractApp

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

GDSParserApp

public GDSParserApp(com.ohrasys.app.AbstractAppController controller)
             throws com.ohrasys.app.AppException
Creates a new GDSParserApp object.

Parameters:
controller - The application controller
Throws:
com.ohrasys.app.AppException - If an application error occurs
Method Detail

main

public static void main(java.lang.String[] args)
The main GDSParserApp method

Parameters:
args - The command line arguments.

toString

public java.lang.String toString()
Returns a string representation of this class

Overrides:
toString in class com.ohrasys.app.AbstractApp
Returns:
The physical address of this instance