|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntModelProvider
An interface that can be implemented by all OWLModel implementations which provide a Jena OntModel.
Field Summary | |
---|---|
static int |
OWL_DL
|
static int |
OWL_FULL
|
static int |
OWL_LITE
|
Method Summary | |
---|---|
com.hp.hpl.jena.ontology.OntModel |
getOntModel()
Gets an OntModel which represents the current state. |
com.hp.hpl.jena.ontology.OntModel |
getOWLDLOntModel()
Gets or prepares an OntModel which is guaranteed to be in OWL DL, for classification and other reasoning tasks. |
int |
getOWLSpecies()
Gets the OWL Species of the current main OntModel. |
com.hp.hpl.jena.ontology.OntModel |
getReasonerOntModel(String classifierURL)
Gets an OntModel that is connected to a (DIG) reasoner. |
Field Detail |
---|
static final int OWL_LITE
static final int OWL_DL
static final int OWL_FULL
Method Detail |
---|
com.hp.hpl.jena.ontology.OntModel getOntModel()
com.hp.hpl.jena.ontology.OntModel getOWLDLOntModel()
int getOWLSpecies()
com.hp.hpl.jena.ontology.OntModel getReasonerOntModel(String classifierURL)
classifierURL
- the URL of the classifier (usually defined in the preferences)
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |