|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides functionality for identifying the particular species that an ontology belongs to.
| Method Summary | |
Map |
getOptions()
Get options for this validator |
boolean |
isOWLDL(OWLOntology ontology)
|
boolean |
isOWLDL(URI uri)
|
boolean |
isOWLFull(OWLOntology ontology)
|
boolean |
isOWLFull(URI uri)
|
boolean |
isOWLLite(OWLOntology ontology)
|
boolean |
isOWLLite(URI uri)
|
void |
setConnection(OWLConnection connection)
Set the connection (e.g. the implementation that the validator will choose to use when constructing ontologies. |
void |
setOptions(Map options)
Set options for this validator |
void |
setReporter(SpeciesValidatorReporter reporter)
Provides a writer which will be used to record explanations for the verdict arrived at. |
| Method Detail |
public void setOptions(Map options)
options - a Map value. Should contain a map from Strings to Strings.public Map getOptions()
Map value. Contains a map from Strings to Strings.public void setReporter(SpeciesValidatorReporter reporter)
public boolean isOWLLite(OWLOntology ontology)
throws OWLException
OWLException
public boolean isOWLDL(OWLOntology ontology)
throws OWLException
OWLException
public boolean isOWLFull(OWLOntology ontology)
throws OWLException
OWLExceptionpublic void setConnection(OWLConnection connection)
public boolean isOWLLite(URI uri)
throws OWLException
OWLException
public boolean isOWLDL(URI uri)
throws OWLException
OWLException
public boolean isOWLFull(URI uri)
throws OWLException
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||