Class OWLAtomTypeMappingReader

    • Constructor Detail

      • OWLAtomTypeMappingReader

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

      • readAtomTypeMappings

        public Map<String,​String> readAtomTypeMappings()
        Reads the atom type mappings from the data file.
        Returns:
        a Map with atom type mappings. Null, if some reading error occurred.