Package org.biojava.bio.seq.io.agave
Class AGAVEXrefs
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEXrefs
-
public class AGAVEXrefs extends Object
xrefs- Author:
- Hanning Ni Doubletwist Inc, Greg Cox
-
-
Constructor Summary
Constructors Constructor Description AGAVEXrefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDbId(AGAVEDbId id)
add @param idvoid
addXref(AGAVEXref xref)
add @param xrefIterator
getDbIds()
return a set of DbIdIterator
getXrefs()
return a set of AGAVEXrefString
toString()
the agave xml representation of xrefsString
toString(String indent, String indent_unit)
-
-
-
Constructor Detail
-
AGAVEXrefs
public AGAVEXrefs()
-
-