org.biojava.bio.structure.align.xml
Class PositionInQueueXMLConverter

java.lang.Object
  extended by org.biojava.bio.structure.align.xml.PositionInQueueXMLConverter

public class PositionInQueueXMLConverter
extends Object


Constructor Summary
PositionInQueueXMLConverter()
           
 
Method Summary
 int fromXML(String xml)
           
 String toXML(int position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionInQueueXMLConverter

public PositionInQueueXMLConverter()
Method Detail

toXML

public String toXML(int position)
             throws IOException
Throws:
IOException

fromXML

public int fromXML(String xml)