public class ClassHierarchyLoader extends Object
| Constructor and Description |
|---|
ClassHierarchyLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyClassHierarchy(org.apache.jena.rdf.model.Model readModel,
org.apache.jena.rdf.model.Model model,
Set<org.apache.jena.rdf.model.Resource> classes) |
protected Set<org.apache.jena.rdf.model.Resource> |
getClasses(org.apache.jena.rdf.model.Model readModel) |
void |
loadClassHierarchy(File file,
String rdfLang,
String baseUri,
org.apache.jena.rdf.model.Model model) |
static void |
main(String[] args) |
protected void |
readClassHierarchy(File file,
String rdfLang,
String baseUri,
org.apache.jena.rdf.model.Model model) |
public void loadClassHierarchy(File file, String rdfLang, String baseUri, org.apache.jena.rdf.model.Model model) throws IOException
IOExceptionprotected void readClassHierarchy(File file, String rdfLang, String baseUri, org.apache.jena.rdf.model.Model model) throws IOException
IOExceptionprotected void copyClassHierarchy(org.apache.jena.rdf.model.Model readModel,
org.apache.jena.rdf.model.Model model,
Set<org.apache.jena.rdf.model.Resource> classes)
protected Set<org.apache.jena.rdf.model.Resource> getClasses(org.apache.jena.rdf.model.Model readModel)
public static void main(String[] args)
Copyright © 2014–2017. All rights reserved.