Uses of Class
com.actelion.research.chem.io.CompoundFileParser
-
Packages that use CompoundFileParser Package Description com.actelion.research.chem.io -
-
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).
-