|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.biology.GlyconFactory
public class GlyconFactory
This factory will provide theoretic glycons.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 parse
org.xmlpull.v1.XmlPullParserException
- exception thrown if a parsing issue is
encountered
java.io.IOException
- exception thrown if an issue with the file is
encountered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |