public class DocumentParser extends Object
| Modifier and Type | Field and Description |
|---|---|
private AnnotationParser |
annotationParser |
private static org.slf4j.Logger |
LOGGER |
private boolean |
removeUsedProperties |
| Constructor and Description |
|---|
DocumentParser() |
DocumentParser(AnnotationParser annotationParser) |
DocumentParser(AnnotationParser annotationParser,
boolean removeUsedProperties) |
DocumentParser(boolean removeUsedProperties) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentResource) |
private static final org.slf4j.Logger LOGGER
private AnnotationParser annotationParser
private boolean removeUsedProperties
public DocumentParser()
public DocumentParser(boolean removeUsedProperties)
public DocumentParser(AnnotationParser annotationParser)
public DocumentParser(AnnotationParser annotationParser, boolean removeUsedProperties)
public Document getDocument(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource)
Copyright © 2016. All rights reserved.