Class ModelExhaustiveStatistics
- java.lang.Object
-
- com.actelion.research.chem.properties.complexity.ModelExhaustiveStatistics
-
public class ModelExhaustiveStatistics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG_ModelExhaustiveStatistics
-
Constructor Summary
Constructors Constructor Description ModelExhaustiveStatistics(int numBondsInFrag, int nFragments, int nUnique, double ratioCoveredBonds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Comparator<ModelExhaustiveStatistics>
getComparatorNumBonds()
int
getFragments()
int
getNumBondsInFragment()
double
getRatioCoveredBonds()
int
getUnique()
org.w3c.dom.Element
getXMLElement(org.w3c.dom.Document doc)
static ModelExhaustiveStatistics
readXMLElement(org.w3c.dom.Element root)
void
setFragments(int nFragments)
void
setUnique(int nUnique)
java.lang.String
toString()
static java.lang.String
toString(ResultFragmentsStatistic resultFragmentsStatistic)
-
-
-
Field Detail
-
TAG_ModelExhaustiveStatistics
public static final java.lang.String TAG_ModelExhaustiveStatistics
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNumBondsInFragment
public int getNumBondsInFragment()
-
getFragments
public int getFragments()
-
setFragments
public void setFragments(int nFragments)
-
getUnique
public int getUnique()
-
setUnique
public void setUnique(int nUnique)
-
getRatioCoveredBonds
public double getRatioCoveredBonds()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getComparatorNumBonds
public static java.util.Comparator<ModelExhaustiveStatistics> getComparatorNumBonds()
-
toString
public static java.lang.String toString(ResultFragmentsStatistic resultFragmentsStatistic)
-
getXMLElement
public org.w3c.dom.Element getXMLElement(org.w3c.dom.Document doc) throws javax.xml.parsers.ParserConfigurationException, org.w3c.dom.DOMException, java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.w3c.dom.DOMException
java.io.IOException
-
readXMLElement
public static ModelExhaustiveStatistics readXMLElement(org.w3c.dom.Element root) throws javax.xml.parsers.ParserConfigurationException, org.w3c.dom.DOMException, java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.w3c.dom.DOMException
java.io.IOException
-
-