Class HasResultXMLConverter
- java.lang.Object
-
- org.biojava.nbio.structure.align.xml.HasResultXMLConverter
-
public class HasResultXMLConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description HasResultXMLConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fromXML(String xml)
String
toXML(boolean hasResult)
return flag if the server has a result
-
-
-
Constructor Detail
-
HasResultXMLConverter
public HasResultXMLConverter()
-
-
Method Detail
-
toXML
public String toXML(boolean hasResult) throws IOException
return flag if the server has a result- Parameters:
hasResult
-- Returns:
- flag if there is a result
- Throws:
IOException
-
-