Package | Description |
---|---|
org.kepler.sms | |
org.kepler.tagging | |
org.kepler.tagging.gui |
Modifier and Type | Field and Description |
---|---|
protected NamedOntModel |
NamedOntClass._model |
Modifier and Type | Method and Description |
---|---|
NamedOntModel |
OntologyCatalog.addModel(boolean isInLibrary,
java.lang.String label,
boolean editable) |
NamedOntModel |
OntologyRow.getModel() |
NamedOntModel |
NamedOntClass.getModel() |
NamedOntModel |
OntologyCatalog.getNamedOntModel(java.lang.String name)
Get the named ontology model with the given name
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<NamedOntModel> |
OntologyCatalog.getLibraryNamedOntModels()
Provides the set of named ontology models used in the actor library
|
java.util.Iterator<NamedOntModel> |
OntologyCatalog.getNamedOntModels() |
java.util.Iterator<NamedOntModel> |
OntologyCatalog.getNamedOntModels(boolean libraryOnly)
Provides the set of named ontology models
|
java.util.Vector<NamedOntModel> |
OntologyCatalog.getOntModels()
Gets the ontModels attribute of the OntologyCatalog object
|
java.util.Iterator<NamedOntModel> |
OntologyCatalog.getTagBarOntModels() |
Modifier and Type | Method and Description |
---|---|
void |
OntologyCatalog.addModel(NamedOntModel model,
boolean isInLibrary) |
NamedOntClass |
OntologyCatalog.createClass(NamedOntModel model,
java.lang.String name)
Add a class with the given name to the ontology
|
NamedOntClass |
OntologyCatalog.createClass(NamedOntModel model,
java.lang.String className,
NamedOntClass superClass) |
void |
OntologyCatalog.setInLibrary(NamedOntModel model,
boolean isInLibrary) |
void |
OntologyCatalog.setInTagBar(NamedOntModel model,
boolean isInTagBar) |
void |
OntologyRow.setModel(NamedOntModel model) |
Constructor and Description |
---|
NamedOntProperty(org.semanticweb.owl.model.OWLProperty ontProperty,
org.semanticweb.owl.model.OWLOntology ontology,
NamedOntModel model) |
OntologyRow(NamedOntModel model) |
OntologyRow(NamedOntModel model,
boolean inLibrary,
boolean inTagBar,
Color color,
boolean isLocal) |
Modifier and Type | Method and Description |
---|---|
NamedOntModel |
TagReloadType.TagCacheChange.getModel() |
Modifier and Type | Method and Description |
---|---|
static TagReloadType |
TagReloadType.createTagCacheChange(NamedOntModel ontModel,
boolean checkboxState) |
void |
TagReloadType.TagCacheChange.setModel(NamedOntModel model) |
Modifier and Type | Method and Description |
---|---|
NamedOntModel |
OntologyDisplaySelectionEvent.getNamedOntModel() |
Modifier and Type | Method and Description |
---|---|
void |
OntologyEditorUI.buildOntologyTree(NamedOntModel model)
Build the ontology tree from an ontology model
|
void |
ExistingTagsPanel.changeColor(NamedOntModel model,
Color color) |
void |
TagBarDisplayUI.changeColor(NamedOntModel model,
Color color) |
void |
OntologyDisplayUI.refresh(NamedOntModel model) |
Constructor and Description |
---|
OntologyDisplaySelectionEvent(java.lang.Object src,
NamedOntModel ontModel) |