Class MMPairs


  • public class MMPairs
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMMPsCount()
      Get the number of Matched Molecular Pairs
      void writeMMPEnumeration​(java.util.HashMap<java.lang.String,​java.util.List<java.lang.String[]>> mMPs)
      Writes the Matched Molecular Pairs into a temporary file
      void writeMMPs​(java.io.PrintWriter printWriter)
      Writes the Matched Molecular Pairs block
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • writeMMPEnumeration

        public void writeMMPEnumeration​(java.util.HashMap<java.lang.String,​java.util.List<java.lang.String[]>> mMPs)
                                 throws java.io.IOException
        Writes the Matched Molecular Pairs into a temporary file
        Parameters:
        mMPs - Matched Molecular Pairs to be written
        Throws:
        java.io.IOException
      • getMMPsCount

        public int getMMPsCount()
        Get the number of Matched Molecular Pairs
        Returns:
      • writeMMPs

        public void writeMMPs​(java.io.PrintWriter printWriter)
                       throws java.io.IOException
        Writes the Matched Molecular Pairs block
        Parameters:
        printWriter -
        Throws:
        java.io.IOException