All Packages Class Hierarchy This Package Previous Next Index
Class ShoeKb.ShoeKbExt
java.lang.Object
|
+----ShoeKb.ShoeKb
|
+----ShoeKb.ShoeKbExt
- public class ShoeKbExt
- extends ShoeKb
This class extends ShoeKb with functionality to assign unique names
to all ontology objects.
-
ShoeKbExt(KBInterface, OntManager, PrintStream)
-
-
getOntDescriptor(String, String)
-
-
getOntSeqNumber(String, String)
-
-
getOntURL(String, String)
-
-
getStoredOntologies()
- In addition to getting the stored ontologies, gets a stored unique
identifier for each ontology as well.
-
getUniqueName(String, String, String)
- Given the name of an ontology object, and an ontology with which
to reference the name, creates and returns a unique name for it.
-
storeOntology(Ontology)
- Stores a unique identifier for ontology as well as its objects
ShoeKbExt
public ShoeKbExt(KBInterface kb,
OntManager ontman,
PrintStream logOut)
getStoredOntologies
public Hashtable getStoredOntologies()
- In addition to getting the stored ontologies, gets a stored unique
identifier for each ontology as well.
- Overrides:
- getStoredOntologies in class ShoeKb
storeOntology
public void storeOntology(Ontology ont)
- Stores a unique identifier for ontology as well as its objects
- Overrides:
- storeOntology in class ShoeKb
getUniqueName
public String getUniqueName(String refOntId,
String refOntVer,
String name)
- Given the name of an ontology object, and an ontology with which
to reference the name, creates and returns a unique name for it.
- Overrides:
- getUniqueName in class ShoeKb
getOntSeqNumber
public int getOntSeqNumber(String ontId,
String ontVer)
getOntURL
public String getOntURL(String ontId,
String ontVer)
getOntDescriptor
public OntDescriptor getOntDescriptor(String ontId,
String ontVer)
All Packages Class Hierarchy This Package Previous Next Index