|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int OWL_LITE
public static final int OWL_DL
public static final int OWL_FULL
Method Detail |
public com.hp.hpl.jena.ontology.OntModel getOntModel()
public com.hp.hpl.jena.ontology.OntModel getOWLDLOntModel()
public int getOWLSpecies()
public com.hp.hpl.jena.ontology.OntModel getReasonerOntModel(String classifierURL)
classifierURL
- the URL of the classifier (usually defined in the preferences)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |