Package com.actelion.research.chem.mmp
Class MMPairs
- java.lang.Object
-
- com.actelion.research.chem.mmp.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 Pairsvoid
writeMMPEnumeration(java.util.HashMap<java.lang.String,java.util.List<java.lang.String[]>> mMPs)
Writes the Matched Molecular Pairs into a temporary filevoid
writeMMPs(java.io.PrintWriter printWriter)
Writes the Matched Molecular Pairs block
-
-
-
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
-
-