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 void
addElementId(String id)
void
addProp(AGAVEProperty prop)
String[]
getElementIds()
AGAVEProperty[]
getProps()
String
getRel()
String
getScore()
void
setRel(String rel)
void
setScore(String score)
String
toString()
String
toString(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()
-
-