public class CNetImporter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STARTTAG |
Constructor and Description |
---|
CNetImporter() |
Modifier and Type | Method and Description |
---|---|
CausalNet |
getImportResult() |
void |
importElement(org.xmlpull.v1.XmlPullParser xpp)
Assumption : the xml file is valid
|
public static final java.lang.String STARTTAG
public void importElement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException
xpp
- org.xmlpull.v1.XmlPullParserException
java.io.IOException
public CausalNet getImportResult()