org.biojava.bio.seq.io.agave
Class AGAVERelatedAnnot

java.lang.Object
  extended byorg.biojava.bio.seq.io.agave.AGAVERelatedAnnot

public class AGAVERelatedAnnot
extends java.lang.Object

* * @author Hanning Ni Doubletwist Inc * @author Greg Cox


Constructor Summary
AGAVERelatedAnnot()
          construct..
 
Method Summary
 void addElementId(java.lang.String id)
           
 void addProp(AGAVEProperty prop)
           
 java.lang.String[] getElementIds()
           
 AGAVEProperty[] getProps()
           
 java.lang.String getRel()
           
 java.lang.String getScore()
           
 void setRel(java.lang.String rel)
           
 void setScore(java.lang.String score)
           
 java.lang.String toString()
           
 java.lang.String toString(java.lang.String indent, java.lang.String indent_unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGAVERelatedAnnot

public AGAVERelatedAnnot()
construct..

Method Detail

setRel

public void setRel(java.lang.String rel)

setScore

public void setScore(java.lang.String score)

addElementId

public void addElementId(java.lang.String id)
Parameters:
id - is content of the tag of

addProp

public void addProp(AGAVEProperty prop)

getScore

public java.lang.String getScore()

getRel

public java.lang.String getRel()

getElementIds

public java.lang.String[] getElementIds()

getProps

public AGAVEProperty[] getProps()

toString

public java.lang.String toString(java.lang.String indent,
                                 java.lang.String indent_unit)

toString

public java.lang.String toString()