Package org.biojava.bio.seq.io.agave
Class AGAVERelatedAnnot
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVERelatedAnnot
-
public class AGAVERelatedAnnot extends Object
- Author:
- Hanning Ni Doubletwist Inc, Greg Cox
-
-
Constructor Summary
Constructors Constructor Description AGAVERelatedAnnot()construct..
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElementId(String id)voidaddProp(AGAVEProperty prop)String[]getElementIds()AGAVEProperty[]getProps()StringgetRel()StringgetScore()voidsetRel(String rel)voidsetScore(String score)StringtoString()StringtoString(String indent, String indent_unit)
-
-
-
Constructor Detail
-
AGAVERelatedAnnot
public AGAVERelatedAnnot()
construct..
-
-
Method Detail
-
addElementId
public void addElementId(String id)
- Parameters:
id- is content of the tag of
-
addProp
public void addProp(AGAVEProperty prop)
-
getElementIds
public String[] getElementIds()
-
getProps
public AGAVEProperty[] getProps()
-
-