Uses of Class
com.actelion.research.chem.io.CompoundFileParser
-
Packages that use CompoundFileParser Package Description com.actelion.research.chem.io com.actelion.research.chem.mmp -
-
Uses of CompoundFileParser in com.actelion.research.chem.io
Subclasses of CompoundFileParser in com.actelion.research.chem.io Modifier and Type Class Description class
DWARFileParser
class
ODEFileParser
class
SDFileParser
Methods in com.actelion.research.chem.io that return CompoundFileParser Modifier and Type Method Description static CompoundFileParser
CompoundFileParser. createParser(java.lang.String fileName)
Creates the proper parser for the given type of compound file (currently SD or DWAR). -
Uses of CompoundFileParser in com.actelion.research.chem.mmp
Constructors in com.actelion.research.chem.mmp with parameters of type CompoundFileParser 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.
-