public class RDFWriter extends Object
| Constructor and Description |
|---|
RDFWriter(org.apache.jena.ontology.OntModel ontModel,
org.apache.jena.ontology.OntModel expressModel,
org.apache.jena.ontology.OntModel listModel,
InputStream inputStream,
String baseURI,
Map<String,com.buildingsmart.tech.ifcowl.vo.EntityVO> ent,
Map<String,com.buildingsmart.tech.ifcowl.vo.TypeVO> typ,
String ontURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoveDuplicates() |
void |
parseModel2Stream(OutputStream out) |
void |
setIfcReader(IfcSpfReader r) |
void |
setRemoveDuplicates(boolean removeDuplicates) |
public RDFWriter(org.apache.jena.ontology.OntModel ontModel,
org.apache.jena.ontology.OntModel expressModel,
org.apache.jena.ontology.OntModel listModel,
InputStream inputStream,
String baseURI,
Map<String,com.buildingsmart.tech.ifcowl.vo.EntityVO> ent,
Map<String,com.buildingsmart.tech.ifcowl.vo.TypeVO> typ,
String ontURI)
public void setIfcReader(IfcSpfReader r)
public void parseModel2Stream(OutputStream out) throws IOException
IOExceptionpublic boolean isRemoveDuplicates()
public void setRemoveDuplicates(boolean removeDuplicates)
Copyright © 2018. All rights reserved.