Package com.actelion.research.chem.mmp
Class MMP
- java.lang.Object
-
- com.actelion.research.chem.mmp.MMP
-
public class MMP extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMMP.MoleculeIndex
-
Constructor Summary
Constructors Constructor Description MMP(java.lang.String datasetName, CompoundFileParser compoundFileParser, boolean verbose)Generates a hash table of keys - list of values;
for double cuts, one key consists of a '\t'-separated string
of the two 'left' and 'right' fragmentsID.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteMMPFile(java.io.PrintWriter printWriter)Writes the header (general information) block and calls the writing of the different blocks
-
-
-
Constructor Detail
-
MMP
public MMP(java.lang.String datasetName, CompoundFileParser compoundFileParser, boolean verbose) throws java.io.IOExceptionGenerates a hash table of keys - list of values;
for double cuts, one key consists of a '\t'-separated string
of the two 'left' and 'right' fragmentsID.- Parameters:
datasetName- Name of the data setcompoundFileParser- Compound File Parser (SD Reader, database link, ...)verbose- Verbose- Throws:
java.io.IOException
-
-