|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.storage.simplememory.SerializableClass
edu.lehigh.swat.hawk.storage.simplememory.Document
edu.lehigh.swat.hawk.storage.simplememory.Ontology
edu.lehigh.swat.hawk.storage.dlmemory.Ontology
public class Ontology
An implementation of core.ontology, can do inference with a DL reasoner.
Constructor Summary | |
---|---|
Ontology()
Constructor. |
Method Summary | |
---|---|
void |
computeSubsumptions(java.lang.String rUrl,
Ontology[] imports)
Use a DL reasoner to do inference on this ontology, then rearrange it based upon the results. |
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.Ontology |
---|
addCompatiblePriorOnts, addImportedClass, addImportedProperty, addOntClass, addPriorOnts, addProperty, addRestriction, createClass, createProperty, createRestriction, deleteCompatiblePriorOnts, deleteOntClass, deletePriorOnts, deleteProperty, deleteRestriction, getAllClasses, getAllPlusImportedClasses, getAllPlusImportedProperties, getAllProperties, getAllRestrictions, getClassIterator, getCompatiblePriorOnts, getOntClass, getPriorOnts, getProperty, getPropertyIterator, getRestriction, getVersion, hasClass, hasProperty, importedClass, importedProperty, setVersion |
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.Document |
---|
addAssertion, addDescription, addDistinctIndividualsSet, addImports, addIndividual, addSameIndividualsSet, createIndividual, deleteAssertion, deleteDescriprion, deleteDistinctIndividualsSet, deleteImports, deleteIndividual, deleteSameIndividualsSet, flush, getAllAssertions, getAllDescriptions, getAllIndividuals, getAssertionIterator, getDescendants, getDescription, getDistinctIndividualsSets, getID, getImports, getIndividual, getIndividualIterator, getLabel, getNameSpaces, getSameIndividualsSets, getXMLBase, setDescendants, setID, setLabel, setNameSpaces, setXMLBase |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ontology()
Method Detail |
---|
public void computeSubsumptions(java.lang.String rUrl, Ontology[] imports)
rUrl
- The url of the http reasoner, by default it is http://localhost:8080 .
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |