Interface OWLOntologyLoaderMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
RDFParserMetaData

public interface OWLOntologyLoaderMetaData extends Serializable
Since:
3.1.0
Author:
Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
  • Method Details

    • getTripleCount

      int getTripleCount()
      Gets a count of the triples process during loading.
      Returns:
      The number of triples process during loading.
    • getHeaderState

      RDFOntologyHeaderStatus getHeaderState()
      Returns:
      the header status
    • getUnparsedTriples

      Stream<RDFTriple> getUnparsedTriples()
      Returns:
      the set of unparsed triples, as a copy
    • getGuessedDeclarations

      com.google.common.collect.Multimap<IRI,Class<?>> getGuessedDeclarations()
      Returns:
      the guessed declarations, i.e., those not parsed from explicit declaration axioms