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 |
|---|---|
AnnotationParser |
getAnnotationParser() |
Document |
getDocument(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentResource) |
boolean |
isRemoveUsedProperties() |
void |
setAnnotationParser(AnnotationParser annotationParser) |
void |
setRemoveUsedProperties(boolean removeUsedProperties) |
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)
public AnnotationParser getAnnotationParser()
public void setAnnotationParser(AnnotationParser annotationParser)
public boolean isRemoveUsedProperties()
public void setRemoveUsedProperties(boolean removeUsedProperties)
Copyright © 2017. All rights reserved.