public class CommandState extends Object
| Constructor and Description |
|---|
CommandState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogPath()
Get the catalog path.
|
org.semanticweb.owlapi.model.OWLOntology |
getOntology()
Get the ontology (not a copy).
|
String |
getOntologyPath()
Get the ontology path.
|
void |
setCatalogPath(String catalogPath)
Set the catalog path.
|
void |
setOntology(org.semanticweb.owlapi.model.OWLOntology ontology)
Set the ontology.
|
void |
setOntologyPath(String ontologyPath)
Set the ontology path.
|
public String getCatalogPath()
public org.semanticweb.owlapi.model.OWLOntology getOntology()
public String getOntologyPath()
public void setCatalogPath(String catalogPath)
catalogPath - the catalog to usepublic void setOntology(org.semanticweb.owlapi.model.OWLOntology ontology)
ontology - the ontology to storepublic void setOntologyPath(String ontologyPath)
ontologyPath - the path to the ontologyCopyright © 2015–2020. All rights reserved.