org.processmining.plugins.flex.importing
Class CNetImporter

java.lang.Object
  extended by org.processmining.plugins.flex.importing.CNetImporter

public class CNetImporter
extends java.lang.Object

Author:
aadrians

Field Summary
static int NAMENET
           
static java.lang.String STARTTAG
           
 
Constructor Summary
CNetImporter()
           
 
Method Summary
 java.lang.Object[] getImportResult()
           
 void importElement(org.xmlpull.v1.XmlPullParser xpp)
          Assumption : the xml file is valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMENET

public static final int NAMENET
See Also:
Constant Field Values

STARTTAG

public static final java.lang.String STARTTAG
See Also:
Constant Field Values
Constructor Detail

CNetImporter

public CNetImporter()
Method Detail

importElement

public void importElement(org.xmlpull.v1.XmlPullParser xpp)
                   throws org.xmlpull.v1.XmlPullParserException,
                          java.io.IOException
Assumption : the xml file is valid

Parameters:
xpp -
Throws:
org.xmlpull.v1.XmlPullParserException
java.io.IOException

getImportResult

public java.lang.Object[] getImportResult()