Class OWLAtomTypeMappingReader
java.lang.Object
org.openscience.cdk.config.atomtypes.OWLAtomTypeMappingReader
XML Reader for the
OWLBasedAtomTypeConfigurator
.- Source code:
- main
- Belongs to CDK module:
- atomtype
-
Constructor Summary
ConstructorsConstructorDescriptionOWLAtomTypeMappingReader
(Reader input) Instantiates the XML based AtomTypeReader. -
Method Summary
Modifier and TypeMethodDescriptionReads the atom type mappings from the data file.
-
Constructor Details
-
OWLAtomTypeMappingReader
Instantiates the XML based AtomTypeReader.- Parameters:
input
- The Reader to read the IAtomType's from.
-
-
Method Details
-
readAtomTypeMappings
Reads the atom type mappings from the data file.- Returns:
- a Map with atom type mappings. Null, if some reading error occurred.
-