Package org.semanticweb.owlapi.io
Class RDFParserMetaData
java.lang.Object
org.semanticweb.owlapi.io.RDFParserMetaData
- All Implemented Interfaces:
Serializable
,OWLOntologyLoaderMetaData
- Since:
- 3.2
- Author:
- Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRDFParserMetaData
(RDFOntologyHeaderStatus headerStatus, int tripleCount, Set<RDFTriple> unparsedTriples, com.google.common.collect.ArrayListMultimap<IRI, Class<?>> guessedDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionint
Gets a count of the triples process during loading.
-
Constructor Details
-
RDFParserMetaData
public RDFParserMetaData(RDFOntologyHeaderStatus headerStatus, int tripleCount, Set<RDFTriple> unparsedTriples, com.google.common.collect.ArrayListMultimap<IRI, Class<?>> guessedDeclarations) - Parameters:
headerStatus
- the header statustripleCount
- the triple countunparsedTriples
- the set of triples not parsedguessedDeclarations
- guessed declarations map
-
-
Method Details
-
getTripleCount
public int getTripleCount()Description copied from interface:OWLOntologyLoaderMetaData
Gets a count of the triples process during loading.- Specified by:
getTripleCount
in interfaceOWLOntologyLoaderMetaData
- Returns:
- The number of triples process during loading.
-
getHeaderState
- Specified by:
getHeaderState
in interfaceOWLOntologyLoaderMetaData
- Returns:
- the header status
-
getUnparsedTriples
- Specified by:
getUnparsedTriples
in interfaceOWLOntologyLoaderMetaData
- Returns:
- the set of unparsed triples, as a copy
-
getGuessedDeclarations
- Specified by:
getGuessedDeclarations
in interfaceOWLOntologyLoaderMetaData
- Returns:
- the guessed declarations, i.e., those not parsed from explicit declaration axioms
-