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

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

public class RepresentativeXMLConverter
extends Object


Constructor Summary
RepresentativeXMLConverter()
           
 
Method Summary
static SortedSet<String> fromXML(String xml)
           
static String toXML(SortedSet<String> representatives)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentativeXMLConverter

public RepresentativeXMLConverter()
Method Detail

toXML

public static final String toXML(SortedSet<String> representatives)

fromXML

public static final SortedSet<String> fromXML(String xml)