Package org.biojava.bio.seq.io.agave
Class AGAVEXref
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEXref
-
-
Constructor Summary
Constructors Constructor Description AGAVEXref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProp(AGAVEProperty prop)AGAVEDbIdgetDbId()StringgetRel()IteratorgetXrefProps()voidsetDbId(AGAVEDbId id)voidsetRel(String rel)StringtoString()return the agave xml representation of this instanceStringtoString(String indent, String indent_unit)return the agave xml representation of this instance
-
-
-
Constructor Detail
-
AGAVEXref
public AGAVEXref()
-
-
Method Detail
-
addProp
public void addProp(AGAVEProperty prop)
-
getXrefProps
public Iterator getXrefProps()
-
toString
public String toString(String indent, String indent_unit)
return the agave xml representation of this instance
-
-