Class ModelExhaustiveStatistics


  • public class ModelExhaustiveStatistics
    extends java.lang.Object
    • Field Detail

      • TAG_ModelExhaustiveStatistics

        public static final java.lang.String TAG_ModelExhaustiveStatistics
        See Also:
        Constant Field Values
    • Constructor Detail

      • ModelExhaustiveStatistics

        public ModelExhaustiveStatistics​(int numBondsInFrag,
                                         int nFragments,
                                         int nUnique,
                                         double ratioCoveredBonds)
    • 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 class java.lang.Object
      • 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