public class RDFFilesLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.ontology.OntModel |
getModelFromDir(File dir)
Create a model from all the RDF files in the specified directory.
|
static void |
loadEveryTimeFiles(String modelPath,
com.hp.hpl.jena.ontology.OntModel model)
Load the "every time" files.
|
static void |
loadFirstTimeFiles(String modelPath,
com.hp.hpl.jena.rdf.model.Model model,
boolean firstTime)
Load the "first time" files if we say it is the first time.
|
public static void loadFirstTimeFiles(String modelPath, com.hp.hpl.jena.rdf.model.Model model, boolean firstTime)
public static void loadEveryTimeFiles(String modelPath, com.hp.hpl.jena.ontology.OntModel model)
public static com.hp.hpl.jena.ontology.OntModel getModelFromDir(File dir)
Copyright © 2016. All rights reserved.