org.biojava.bio.seq.io.agave
public class AGAVERelatedAnnot extends Object
Constructor and Description |
---|
AGAVERelatedAnnot()
construct..
|
Modifier and Type | Method and 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) |
public void setRel(String rel)
public void setScore(String score)
public void addElementId(String id)
id
- is content of the tag of public void addProp(AGAVEProperty prop)
public String getScore()
public String getRel()
public String[] getElementIds()
public AGAVEProperty[] getProps()