public class RDFParserMetaData extends Object implements OWLOntologyLoaderMetaData, Serializable
| Constructor and Description |
|---|
RDFParserMetaData(RDFOntologyHeaderStatus headerStatus,
int tripleCount,
Set<RDFTriple> unparsedTriples) |
| Modifier and Type | Method and Description |
|---|---|
RDFOntologyHeaderStatus |
getHeaderState() |
int |
getTripleCount()
Gets a count of the triples process during loading.
|
Set<RDFTriple> |
getUnparsedTriples() |
public RDFParserMetaData(RDFOntologyHeaderStatus headerStatus, int tripleCount, Set<RDFTriple> unparsedTriples)
headerStatus - the header statustripleCount - the triple countunparsedTriples - the set of triples not parsedpublic int getTripleCount()
public RDFOntologyHeaderStatus getHeaderState()
Copyright © 2014 The University of Manchester. All Rights Reserved.