Class OWLAtomTypeReader

    • Constructor Detail

      • OWLAtomTypeReader

        public OWLAtomTypeReader​(Reader input)
        Instantiates the XML based AtomTypeReader.
        Parameters:
        input - The Reader to read the IAtomType's from.
    • Method Detail

      • readAtomTypes

        public List<IAtomType> readAtomTypes​(IChemObjectBuilder builder)
        Reads the atom types from the data file.
        Parameters:
        builder - The IChemObjectBuilder used to create new IAtomType's.
        Returns:
        a List with atom types. Is empty if some reading error occurred.