de.grogra.ext.exchangegraph
Class XEGImport

java.lang.Object
  extended by de.grogra.ext.exchangegraph.XEGImport

public class XEGImport
extends java.lang.Object


Constructor Summary
XEGImport(java.io.Reader graphReader, Node rootNode, IOContext ctx, java.lang.String xlCode, java.lang.String modelName)
          Constructor called by GroIMP (Object->Insert File).
 
Method Summary
 void doImport()
           
 Type<?>[] getCompiledTypes()
           
 Node getRootNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XEGImport

public XEGImport(java.io.Reader graphReader,
                 Node rootNode,
                 IOContext ctx,
                 java.lang.String xlCode,
                 java.lang.String modelName)
Constructor called by GroIMP (Object->Insert File).

Throws:
java.io.IOException
Method Detail

doImport

public void doImport()
              throws java.io.IOException
Throws:
java.io.IOException

getCompiledTypes

public Type<?>[] getCompiledTypes()

getRootNode

public Node getRootNode()