Package org.semanticweb.owlapi.io
Interface OWLOntologyLoaderMetaData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RDFParserMetaData
- Since:
- 3.1.0
- Author:
- Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets a count of the triples process during loading.
-
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
- Returns:
- the set of unparsed triples, as a copy
-
getGuessedDeclarations
- Returns:
- the guessed declarations, i.e., those not parsed from explicit declaration axioms
-