Uses of Class
org.biojava.bio.program.das.dasalignment.DASException

Packages that use DASException
org.biojava.bio.program.das.dasalignment request alignments via DAS 
 

Uses of DASException in org.biojava.bio.program.das.dasalignment
 

Methods in org.biojava.bio.program.das.dasalignment that throw DASException
 void Alignment.addBlock(Annotation block)
          Add a "Block" Annotation.
 void Alignment.addMatrix(Annotation matrix)
          add Annotation of DAS alignment "matrix" type.
 void Alignment.addObject(Annotation object)
          add Annotation of DAS alignment "object" type.
 void Alignment.addScore(Annotation score)
          adds a "Score" Annotation.
 void Alignment.addVector(Annotation vector)
          add Annotation of DAS alignment "vector" type.