public class OntologyHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Vector<java.lang.Class<?>> |
getAvailableOntologies()
Returns all ontologies that are currently available.
|
static OntologyHelper |
getInstance()
Returns the instance of the OntologyHelper.
|
static java.lang.Class<? extends jade.content.onto.Ontology> |
getOntologyForConcept(java.lang.String conceptClass)
Gets the corresponding ontology for a specified concept.
|
static de.enflexit.common.ontology.gui.OntologyInstanceDialog |
getOntologyInstanceDialog(java.awt.Frame owner,
SystemVariableDefinitionOntology sysVarDefOnto)
Returns an
OntologyInstanceDialog for the specified SystemVariableDefinitionOntology. |
public static OntologyHelper getInstance()
public static java.util.Vector<java.lang.Class<?>> getAvailableOntologies()
public static java.lang.Class<? extends jade.content.onto.Ontology> getOntologyForConcept(java.lang.String conceptClass)
conceptClass - the concept classpublic static de.enflexit.common.ontology.gui.OntologyInstanceDialog getOntologyInstanceDialog(java.awt.Frame owner,
SystemVariableDefinitionOntology sysVarDefOnto)
OntologyInstanceDialog for the specified SystemVariableDefinitionOntology.owner - the owner framesysVarDefOnto - the SystemVariableDefinitionOntology