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 voidaddDbId(AGAVEDbId id)add @param idvoidaddXref(AGAVEXref xref)add @param xrefIteratorgetDbIds()return a set of DbIdIteratorgetXrefs()return a set of AGAVEXrefStringtoString()the agave xml representation of xrefsStringtoString(String indent, String indent_unit)
-
-
-
Constructor Detail
-
AGAVEXrefs
public AGAVEXrefs()
-
-