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

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

public class PdbPairXMLConverter
extends Object


Field Summary
static String DEFAULT_METHOD_NAME
           
 
Constructor Summary
PdbPairXMLConverter()
           
 
Method Summary
static String convertPairsToXML(SortedSet<PdbPair> pairs, String method)
           
static PdbPairsMessage convertXMLtoPairs(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_METHOD_NAME

public static final String DEFAULT_METHOD_NAME
Constructor Detail

PdbPairXMLConverter

public PdbPairXMLConverter()
Method Detail

convertXMLtoPairs

public static PdbPairsMessage convertXMLtoPairs(String xml)

convertPairsToXML

public static String convertPairsToXML(SortedSet<PdbPair> pairs,
                                       String method)