Class DasAnnotationServerAlingmentReader
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAnnotationServerAlingmentReader
public class DasAnnotationServerAlingmentReader extends Object
DasAnnotationServerAlingmentReader.
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors Constructor Description DasAnnotationServerAlingmentReader()
Empty default constructorDasAnnotationServerAlingmentReader(String aXml)
Creates a new reader for a XML string. -
Method Summary
Modifier and Type Method Description DasAlignment[]
getAllAlignments()
Get all alignment in the XML string.
-
Constructor Details
-
DasAnnotationServerAlingmentReader
public DasAnnotationServerAlingmentReader()Empty default constructor -
DasAnnotationServerAlingmentReader
Creates a new reader for a XML string.- Parameters:
aXml
- the XML string
-
-
Method Details
-
getAllAlignments
Get all alignment in the XML string.- Returns:
- all alignment in the XML string
-