public class GlyconFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Glycon> |
getGlycons()
A getter to access the glycons.
|
static GlyconFactory |
getInstance()
Static method to get the factory instance.
|
void |
importGlycons(java.io.File aFile)
Import glycons from an xml file.
|
public static GlyconFactory getInstance()
public java.util.ArrayList<Glycon> getGlycons()
public void importGlycons(java.io.File aFile)
throws org.xmlpull.v1.XmlPullParserException,
java.io.IOException
aFile - xml file to parseorg.xmlpull.v1.XmlPullParserException - exception thrown if a parsing issue is
encounteredjava.io.IOException - exception thrown if an issue with the file is
encounteredCopyright © 2014. All Rights Reserved.