A C D E F G H I K M O P Q R S T U V W

A

addAssertion(ObjectId, ObjectId, ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Document
Add an assertion to this document.
addAssertion(ObjectId, ObjectId, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add an assertion to this document.
addCompatiblePriorOnts(DocId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
Add a priorVersion ontology which is backwardCompatibleWith.
addCompatiblePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Add a priorVersion ontology which is backwardCompatibleWith.
addCompatiblePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Add a priorVersion ontology which is backwardCompatibleWith.
addComplementOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add an 'ComplementOf' class or restriction.
addComplementOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add an 'ComplementOf' class or restriction.
addConjunct(Atom) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Query
Adds an additional atom as a conjunct to the existing sentence where the input is the atom to be added.
addDescription(String) - Method in interface edu.lehigh.swat.hawk.core.Document
Add a description.
addDescription(String) - Method in interface edu.lehigh.swat.hawk.core.OntObject
Add a description, comment, etc.
addDescription(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add a description.
addDescription(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Set the description, comment, etc.
addDifferentFrom(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Add a id which is differen from this individual.
addDifferentFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Add a id which is differen from this individual.
addDifferentFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Add a id which is differen from this individual.
addDisjointWith(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add a 'disjointWith' class.
addDisjointWith(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add a 'disjointWith' class.
addDistinctIndividualsSet(Collection) - Method in interface edu.lehigh.swat.hawk.core.Document
Add a set of distinct individuals' IDs $change: collection allow duplicate members, which we wanna accommodate here.
addDistinctIndividualsSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add a set of distinct individuals' IDs
addDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Add a document to this model.
addDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Add a document to this model.
addDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Add a document to this model.
addEquivalentClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add a equivalent class.
addEquivalentClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add a equivalent class.
addEquivalentProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Add a equivalent property.
addEquivalentProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Add a equivalent property.
addImportedClass(ObjectId, OntClass) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Add an imported class.
addImportedClass(ObjectId, OntClass) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Add an imported class.
addImportedProperty(ObjectId, OntProperty) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Add an imported property.
addImportedProperty(ObjectId, OntProperty) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Add an imported property.
addImports(DocId) - Method in interface edu.lehigh.swat.hawk.core.Document
Add an imports statement.
addImports(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Add an imports statement.
addImports(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add an imports statement.
addIndividual(Individual) - Method in interface edu.lehigh.swat.hawk.core.Document
Add an individual.
addIndividual(Individual) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Add an individual.
addIndividual(Individual) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add an individual.
addIntersectionOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add an 'IntersectionOf' class or restriction.
addIntersectionOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add an 'IntersectionOf' class or restriction.
addInverseOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Add a 'inverseOf' property
addInverseOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Add a 'inverseOf' property
addOneOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add an 'OneOf' object.
addOneOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add an 'OneOf' object.
addOntClass(OntClass) - Method in interface edu.lehigh.swat.hawk.core.Ontology
add a class to this ontology
addOntClass(OntClass) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
add a class to this ontology
addOntClass(OntClass) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
add a class to this ontology
addPriorOnts(DocId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
Add a priorVersion ontology may be incompatibleWith.
addPriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Add a priorVersion ontology may be incompatibleWith.
addPriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Add a priorVersion ontology may be incompatibleWith.
addProperty(ObjectId, ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Add a related property.
addProperty(OntProperty) - Method in interface edu.lehigh.swat.hawk.core.Ontology
add a property to this ontology
addProperty(ObjectId, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Add a related property.
addProperty(OntProperty) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
add a property to this ontology
addProperty(ObjectId, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Add a related property.
addProperty(OntProperty) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
add a property to this ontology
addPropertyRestriction(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add a property restriction.
addPropertyRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add a property restriction.
addRestriction(PropertyRestriction) - Method in interface edu.lehigh.swat.hawk.core.Ontology
add a property to this ontology
addRestriction(PropertyRestriction) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
add a property to this ontology
addRestriction(PropertyRestriction) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
add a property to this ontology
addResult(Result) - Method in class edu.lehigh.swat.hawk.storage.ResultSet
add a result
addSameAs(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Add a id which is same as this individual.
addSameAs(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Add a id which is same as this individual.
addSameAs(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Add a id which is same as this individual.
addSameIndividualsSet(Collection) - Method in interface edu.lehigh.swat.hawk.core.Document
Add a set of equivalent individuals' IDs
addSameIndividualsSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Add a set of equivalent individuals' IDs
addSourceClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Add a source class.
addSourceClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Add a source class.
addSourceClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Add a source class.
addSubClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
add a direct subClass
addSubClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add a direct subClass.
addSubProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
add a direct subProperty
addSubProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
add a direct subProperty $memo: currently we only set bi-directional links to those porperties who are in the same document.
addSuperClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
add a direct super Class
addSuperClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add a direct super Class.
addSuperProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
add a direct super Property
addSuperProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
add a direct super Property
addUnionOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Add an 'UnionOf' class.
addUnionOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Add an 'UnionOf' class.
Assertion - Class in edu.lehigh.swat.hawk.core
encapsulating an assertion
Assertion() - Constructor for class edu.lehigh.swat.hawk.core.Assertion
Constructor
Assertion - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.Assertion in memory.
Assertion(ObjectId, ObjectId, ObjectId) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Assertion
 
Assertion - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.Assertion in memory.
Assertion(ObjectId, ObjectId, ObjectId) - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.Assertion
Constructor
Atom - Class in edu.lehigh.swat.hawk.storage.simpledb
A logical atom.
Atom(String, String[]) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Atom
 
Atom(String, String, String) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Atom
A shorthand constructor for an atom with a binary predicate.
Atom(String, String) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Atom
A shorthand constructor for an atom with a unary predicate.

C

close() - Method in class edu.lehigh.swat.hawk.storage.PersistentStorageModel
close the repository entity
close() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Close the database connection.
computeSubsumptions(String, Ontology[]) - Method in class edu.lehigh.swat.hawk.storage.dlmemory.Ontology
Use a DL reasoner to do inference on this ontology, then rearrange it based upon the results.
createClass() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Create a Class object.
createClass() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Create a Class object.
createClass() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Create a Class object and set its ontology.
createDocument() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Create an Document object.
createDocument() - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Create an Document object.
createDocument() - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Create an Document object.
createIndividual() - Method in interface edu.lehigh.swat.hawk.core.Document
Create a Individual object.
createIndividual() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Create a Individual object.
createIndividual() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Create a Individual object.
createKb() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Initialize the database.
createOntology() - Method in class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
Create an Ontology object.
createOntology() - Method in class edu.lehigh.swat.hawk.storage.dlmemory.DlMemoryStorage
Create an Ontology object.
createOntology() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Create an Ontology object.
createOntology() - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Create an Ontology object.
createOntology() - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Create an Ontology object.
createProperty() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Create a Property object.
createProperty() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Create a Property object.
createProperty() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Create a Property object and set its ontology.
createRestriction() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Create a PropertyRestriction object.
createRestriction() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Create a PropertyRestriction object.
createRestriction() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Create a PropertyRestriction object and set its ontology.

D

DatabaseStorage - Class in edu.lehigh.swat.hawk.storage.simpledb
 
DatabaseStorage(String) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Constructor.
DatatypeValue - Class in edu.lehigh.swat.hawk.core
Encapsulating the datatype values.
DatatypeValue(String, String) - Constructor for class edu.lehigh.swat.hawk.core.DatatypeValue
Constructor
decideCommitOnto(Document, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Decide which ontology would commit to giving the resource doc and objectId.
deleteAssertion(Assertion) - Method in interface edu.lehigh.swat.hawk.core.Document
Delete an assertion in this document.
deleteAssertion(Assertion) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Delete an assertion in this document.
deleteCompatiblePriorOnts(DocId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
Delete a priorVersion ontology which is backwardCompatibleWith.
deleteCompatiblePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Delete a priorVersion ontology which is backwardCompatibleWith.
deleteCompatiblePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Delete a priorVersion ontology which is backwardCompatibleWith.
deleteComplementOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete an 'ComplementOf' class or restriction.
deleteComplementOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete an 'ComplementOf' class or restriction.
deleteDescriprion(String) - Method in interface edu.lehigh.swat.hawk.core.Document
Delete a description.
deleteDescriprion(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Delete a description.
deleteDescription(String) - Method in interface edu.lehigh.swat.hawk.core.OntObject
Delete a description.
deleteDescription(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Delete a description.
deleteDifferentFrom(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Delete a id which is differen from this individual.
deleteDifferentFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Delete a id which is differen from this individual.
deleteDifferentFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Delete a id which is differen from this individual.
deleteDisjointWith(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete a 'disjointWith' class.
deleteDisjointWith(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete a 'disjointWith' class.
deleteDistinctIndividualsSet(Collection) - Method in interface edu.lehigh.swat.hawk.core.Document
delete a set of distinct individuals' IDs
deleteDistinctIndividualsSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
delete a set of distinct individuals' IDs
deleteEquivalentClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete a equivalent class.
deleteEquivalentClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete a equivalent class.
deleteEquivalentProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Delete a equivalent property.
deleteEquivalentProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Delete a equivalent property.
deleteImports(DocId) - Method in interface edu.lehigh.swat.hawk.core.Document
Delete an imports statement.
deleteImports(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Delete an imports statement.
deleteIndividual(Individual) - Method in interface edu.lehigh.swat.hawk.core.Document
Delete an individual.
deleteIndividual(Individual) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Delete an individual.
deleteIntersectionOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete an 'IntersectionOf' class or restriction.
deleteIntersectionOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete an 'IntersectionOf' class or restriction.
deleteInverseOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
delete a 'inverseOf' property
deleteInverseOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
delete a 'inverseOf' property
deleteOneOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete an 'OneOf' object.
deleteOneOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete an 'OneOf' object.
deleteOntClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
delete the specified class
deleteOntClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
delete the specified class
deleteOntClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
delete the specified class
deletePriorOnts(DocId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
Delete a priorVersion ontology may be incompatibleWith.
deletePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Delete a priorVersion ontology may be incompatibleWith.
deletePriorOnts(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Delete a priorVersion ontology may be incompatibleWith.
deleteProperty(ObjectId, ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Delete a related property.
deleteProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
delete a specified property
deleteProperty(ObjectId, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Delete a related property.
deleteProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
delete a specified property
deleteProperty(ObjectId, ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Delete a related property.
deleteProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
delete a specified property
deletePropertyRestriction(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete a property restriction.
deletePropertyRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete a property restriction.
deleteRestriction(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
delete a specified property
deleteRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
delete a specified property
deleteRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
delete a specified property
deleteResult(Result) - Method in class edu.lehigh.swat.hawk.storage.ResultSet
delete a result
deleteSameAs(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Delete a id which is same as this individual.
deleteSameAs(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Delete a id which is same as this individual.
deleteSameAs(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Delete a id which is same as this individual.
deleteSameIndividualsSet(Collection) - Method in interface edu.lehigh.swat.hawk.core.Document
delete a set of equivalent individuals' IDs
deleteSameIndividualsSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
delete a set of equivalent individuals' IDs
deleteSourceClass(Object) - Method in interface edu.lehigh.swat.hawk.core.Individual
Delete a source class.
deleteSourceClass(Object) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Delete a source class.
deleteSourceClass(Object) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Delete a source class.
deleteSubClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
delete a direct subClass
deleteSubClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete a direct subClass.
deleteSubProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
delete a direct subProperty
deleteSubProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
delete a direct subProperty
deleteSuperClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
delete a direct super Class
deleteSuperClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
delete a direct super Class
deleteSuperProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
delete a direct super Property
deleteSuperProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
delete a direct super Property
deleteUnionOf(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Delete an 'UnionOf' class.
deleteUnionOf(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Delete an 'UnionOf' class.
DldbStorage - Class in edu.lehigh.swat.hawk.storage.dldb
The DLDB storage model
DldbStorage(String) - Constructor for class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
Constructor
DlMemoryStorage - Class in edu.lehigh.swat.hawk.storage.dlmemory
A memory based storage model
DlMemoryStorage() - Constructor for class edu.lehigh.swat.hawk.storage.dlmemory.DlMemoryStorage
Constructor
DocId - Class in edu.lehigh.swat.hawk.core
encapsulating the id of each document
DocId(String) - Constructor for class edu.lehigh.swat.hawk.core.DocId
Constructor
Document - Interface in edu.lehigh.swat.hawk.core
change history: 2004/02/03 Pan: add descendants.
Document - Class in edu.lehigh.swat.hawk.storage.simpledb
representing semantic contents in a document and/or its imported documents
Document() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Document
Constructor.
Document - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.Document in memory.
Document() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.Document
Constructor

E

edu.lehigh.swat.hawk.core - package edu.lehigh.swat.hawk.core
 
edu.lehigh.swat.hawk.owl - package edu.lehigh.swat.hawk.owl
 
edu.lehigh.swat.hawk.storage - package edu.lehigh.swat.hawk.storage
 
edu.lehigh.swat.hawk.storage.dldb - package edu.lehigh.swat.hawk.storage.dldb
 
edu.lehigh.swat.hawk.storage.dlmemory - package edu.lehigh.swat.hawk.storage.dlmemory
 
edu.lehigh.swat.hawk.storage.simpledb - package edu.lehigh.swat.hawk.storage.simpledb
 
edu.lehigh.swat.hawk.storage.simplememory - package edu.lehigh.swat.hawk.storage.simplememory
 
equals(Object) - Method in class edu.lehigh.swat.hawk.core.DocId
Equals method.
equals(Object) - Method in class edu.lehigh.swat.hawk.core.ObjectId
Overide equals method.

F

firstNode(NodeIterator) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
OilEd: Returns the first statement in a model.
flush() - Method in interface edu.lehigh.swat.hawk.core.Document
Flush this document.
flush() - Method in class edu.lehigh.swat.hawk.storage.dldb.Ontology
Flush the axioms into database.
flush() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Flush the axioms into database.
flush() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Flush the axioms into database.
flush() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Flush the document.
forcedExit() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Forced exit.

G

getAllAssertions() - Method in interface edu.lehigh.swat.hawk.core.Document
Get all assertions.
getAllAssertions() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get all assertions.
getAllClasses() - Method in interface edu.lehigh.swat.hawk.core.Ontology
get all the classes in this ontology
getAllClasses() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get all the classes in this ontology
getAllClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get all the classes in this ontology
getAllDescriptions() - Method in interface edu.lehigh.swat.hawk.core.Document
Get all the descriptions.
getAllDescriptions() - Method in interface edu.lehigh.swat.hawk.core.OntObject
Get all the descriptions.
getAllDescriptions() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get all the descriptions.
getAllDescriptions() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Get all the descriptions.
getAllDifferentFrom() - Method in interface edu.lehigh.swat.hawk.core.Individual
Get all the ids which are differen from this individual.
getAllDifferentFrom() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get all the ids which are differen from this individual.
getAllDifferentFrom() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get all the ids which are differen from this individual.
getAllIndividuals() - Method in interface edu.lehigh.swat.hawk.core.Document
Get all the individuals.
getAllIndividuals() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get all the individuals.
getAllowUpdate() - Method in class edu.lehigh.swat.hawk.core.OntReader
test if allow updating loaded document
getAllPlusImportedClasses() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get All the classes plus the imported Classes.
getAllPlusImportedClasses() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get All the classes plus the imported Classes.
getAllPlusImportedClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get All the classes plus the imported Classes.
getAllPlusImportedProperties() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get All the classes plus the imported properties.
getAllPlusImportedProperties() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get All the classes plus the imported properties.
getAllPlusImportedProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get All the classes plus the imported properties.
getAllProperties() - Method in interface edu.lehigh.swat.hawk.core.Ontology
get all the properties in this ontology
getAllProperties() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get all the properties in this ontology
getAllProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get all the properties in this ontology
getAllRestrictions() - Method in interface edu.lehigh.swat.hawk.core.Ontology
get all the properties in this ontology
getAllRestrictions() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get all the properties in this ontology
getAllRestrictions() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get all the properties in this ontology
getAllSameAs() - Method in interface edu.lehigh.swat.hawk.core.Individual
Get all the ids that are same as this individual.
getAllSameAs() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get all the ids that are same as this individual.
getAllSameAs() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get all the ids that are same as this individual.
getAllValuesFrom() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the specified restriction class of 'allValuesFrom'.
getAllValuesFrom() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the specified restriction class of 'allValuesFrom'.
getArguments() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Atom
Return an array of the atom's arguments.
getAssertionIterator() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the Iterator of all the assertions.
getAssertionIterator() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the Iterator of all the assertions.
getAtoms() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Query
Returns the vector of atoms that are conjuncted together in the sentence.
getClassIterator() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get the Iterator of all the classes.
getClassIterator() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the Iterator of all the classes.
getClassIterator() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get the Iterator of all the classes.
getCompatiblePriorOnts() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get the priorVersion ontologies which are backwardCompatibleWith
getCompatiblePriorOnts() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the priorVersion ontologies which are backwardCompatibleWith
getCompatiblePriorOnts() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get the priorVersion ontologies which are backwardCompatibleWith
getComplementOfs() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the 'ComplementOf' classes or restrictions.
getComplementOfs() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the 'ComplementOf' classes or restrictions.
getDBName() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the database name.
getDescendants() - Method in interface edu.lehigh.swat.hawk.core.Document
Get descendants.
getDescendants() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get descendants.
getDescription() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the first description.
getDescription() - Method in interface edu.lehigh.swat.hawk.core.OntObject
Get the first description.
getDescription() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the first description.
getDescription() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Get the description, comment, etc.
getDirectSubClasses() - Method in interface edu.lehigh.swat.hawk.core.OntClass
get the direct subClasses
getDirectSubClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
get the direct subClasses
getDirectSubProperties() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
get the direct subProperties
getDirectSubProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
get the direct subProperties
getDirectSuperClasses() - Method in interface edu.lehigh.swat.hawk.core.OntClass
get the direct super Classes
getDirectSuperClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
get the direct super Classes
getDirectSuperProperties() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
get the direct super Properties
getDirectSuperProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
get the direct super Properties
getDisjointWith() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the disjointWith classes.
getDisjointWith() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the disjointWith classes.
getDistinctIndividualsSets() - Method in interface edu.lehigh.swat.hawk.core.Document
get sets of distinct individuals' IDs
getDistinctIndividualsSets() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
get sets of distinct individuals' IDs
getDocSeq() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Get the document sequence number.
getDocument(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the specified document.
getDocument(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Get the specified document.
getDocument(String) - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Get the specified document.
getDocumentIterator() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get all the documents in the model.
getDocumentIterator() - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Get all the documents in the model.
getDocumentIterator() - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Get all the documents in the model.
getDomain() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
get the domain
getDomain() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
get the domain
getEquivalentClasses() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the equivalent classes.
getEquivalentClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the equivalent classes.
getEquivalentProperties() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Get the equivalent properties.
getEquivalentProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Get the equivalent properties.
getHasValue() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the specified value of 'hasValue'.
getHasValue() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the specified value of 'hasValue'.
getId() - Method in class edu.lehigh.swat.hawk.core.DatatypeValue
Get the id.
getId() - Method in class edu.lehigh.swat.hawk.core.DocId
Get the id.
getID() - Method in interface edu.lehigh.swat.hawk.core.Document
get the ID of this document
getId() - Method in class edu.lehigh.swat.hawk.core.ObjectId
Get the id.
getID() - Method in interface edu.lehigh.swat.hawk.core.OntObject
get the uri of this object
getID() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get the ID of this document
getID() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
get the ID of this document
getID() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
get the uri of this object
getImports() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the imports statements.
getImports() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the imports statements.
getIndividual(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Document
Get an individual.
getIndividual(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get an individual.
getIndividualIterator() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the Iterator of all the individuals.
getIndividualIterator() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the Iterator of all the individuals.
getIntersectionOfs() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the 'IntersectionOf' classes or restrictions.
getIntersectionOfs() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the 'IntersectionOf' classes or restrictions.
getInverseOf() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
get the 'inverseOf' properties
getInverseOf() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
get the 'inverseOf' properties
getKnownOntologies() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
retrieval ontologies already exist in database
getKnownUrls() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Retrieval Urls already exist in database
getLabel() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the label.
getLabel() - Method in interface edu.lehigh.swat.hawk.core.OntObject
Get the label.
getLabel() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the label.
getLabel() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Get the label.
getLoadImports() - Method in class edu.lehigh.swat.hawk.core.OntReader
test if imported documents are to be loaded
getLocalName() - Method in class edu.lehigh.swat.hawk.core.ObjectId
Get the local name.
getMaxCardinality() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the specified number of 'maxCardinality'.
getMaxCardinality() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the specified number of 'maxCardinality'.
getMemOnto() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the memory-based ontology object.
getMinCardinality() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the specified number of 'minCardinality'.
getMinCardinality() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the specified number of 'minCardinality'.
getModel() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Get the storageModel.
getNameSpace() - Method in class edu.lehigh.swat.hawk.core.ObjectId
Get the namespace.
getNameSpaces() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the nameSpaces of this document.
getNameSpaces() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the nameSpaces of this document.
getNextResult() - Method in class edu.lehigh.swat.hawk.storage.ResultSet
Get the next result.
getObject() - Method in class edu.lehigh.swat.hawk.core.Assertion
get the obejct
getObject() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
get the obejct
getOneOfs() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the 'OneOf' objects.
getOneOfs() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the 'OneOf' objects.
getOnProperty() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the property restricted on.
getOnProperty() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the property restricted on.
getOntClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
get the specified class
getOntClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get the specified class
getOntClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get the specified class
getOntology() - Method in interface edu.lehigh.swat.hawk.core.OntObject
get the ontology that this object belongs to
getOntology() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
get the ontology that this object belongs to
getOntSeq(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the sequence number for giving ontology.
getOntSeq() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the document sequence number.
getPerspective() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Query
Get the id of the perspective ontology.
getPredicate() - Method in class edu.lehigh.swat.hawk.core.Assertion
get the predicate
getPredicate() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Atom
Return the name of the atom's predicate.
getPredicate() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
get the predicate
getPriorOnts() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get the priorVersion ontologies may be incompatibleWith
getPriorOnts() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the priorVersion ontologies may be incompatibleWith
getPriorOnts() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get the priorVersion ontologies may be incompatibleWith
getProperties() - Method in interface edu.lehigh.swat.hawk.core.Individual
Get all the related properties.
getProperties() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get all the related properties.
getProperties() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get all the related properties.
getProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
get the specified property
getProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get the specified property
getProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get the specified property
getPropertyIterator() - Method in interface edu.lehigh.swat.hawk.core.Ontology
Get the Iterator of all the properties.
getPropertyIterator() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the Iterator of all the properties.
getPropertyIterator() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Get the Iterator of all the properties.
getPropertyRestrictions() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the property restrictions.
getPropertyRestrictions() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the property restrictions.
getPropertyTypes() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the types of properties.
getQueryOntology() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the query ontology.
getRange() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
get the range
getRange() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
get the range
getReasonerUrl() - Method in class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
Set the reasoner path.
getRestriction(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
get the specified property
getRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get the specified property
getRestriction(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get the specified property
getResultsNumber() - Method in class edu.lehigh.swat.hawk.storage.ResultSet
Get the number of results.
getSameIndividualsSets() - Method in interface edu.lehigh.swat.hawk.core.Document
get sets of equivalent individuals' IDs
getSameIndividualsSets() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
get sets of equivalent individuals' IDs
getSameSet() - Method in interface edu.lehigh.swat.hawk.core.Individual
Get the set of same individuals which this individual belongs to.
getSameSet() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get the set of same individuals which this individual belongs to.
getSameSet() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get the set of same individuals which this individual belongs to.
getSeqNum(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the sequence number for giving Document
getSeqNum(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Get the sequence number for giving Document
getSeqNum(DocId) - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Get the sequence number for giving Document
getSomeValuesFrom() - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Get the specified restriction class of 'someValuesFrom'.
getSomeValuesFrom() - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Get the specified restriction class of 'someValuesFrom'.
getSource() - Method in interface edu.lehigh.swat.hawk.core.OntObject
Get the source document.
getSource() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Get the source document.
getSourceClasses() - Method in interface edu.lehigh.swat.hawk.core.Individual
Get the sourece classes.
getSourceClasses() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get the sourece classes.
getSourceClasses() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get the sourece classes.
getSourceNum() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the maximum source sequence number in the databade.
getSubject() - Method in class edu.lehigh.swat.hawk.core.Assertion
get the subejct
getSubject() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
get the subejct
getTableName(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the table name for giving id.
getType() - Method in class edu.lehigh.swat.hawk.core.DatatypeValue
Get the data type.
getUnionOfs() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Get the 'IntersectionOf' classes.
getUnionOfs() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Get the 'IntersectionOf' classes.
getUrlIndex(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get the index for given uri.
getValue() - Method in class edu.lehigh.swat.hawk.core.DatatypeValue
Get the value.
getValuesForProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Individual
Get all the values on specfied property.
getValuesForProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Get all the values on specfied property.
getValuesForProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Get all the values on specfied property.
getVersion() - Method in interface edu.lehigh.swat.hawk.core.Ontology
get the version of this ontology
getVersion() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
get the version of this ontology
getVersion() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
get the version of this ontology
getViewDefinition(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Get sql definition for giving view name.
getXMLBase() - Method in interface edu.lehigh.swat.hawk.core.Document
Get the xml:Base of this document.
getXMLBase() - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Get the xml:Base of this document.

H

hasClass(String) - Method in interface edu.lehigh.swat.hawk.core.Ontology
To see if ontology has the class.
hasClass(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
To see if ontology has the class.
hasClass(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
To see if ontology has the class.
hashCode() - Method in class edu.lehigh.swat.hawk.core.DocId
HashCode method.
hashCode() - Method in class edu.lehigh.swat.hawk.core.ObjectId
Overide hashCode method.
hasMoreResults() - Method in class edu.lehigh.swat.hawk.storage.ResultSet
Tell if the set has more element.
hasProperty(String) - Method in interface edu.lehigh.swat.hawk.core.Ontology
To see if ontology has the property.
hasProperty(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the imported property.
hasProperty(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
To see if ontology has the property.

I

importedClass(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
To tell if the ontology imorted specified class.
importedClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
To tell if the ontology imorted specified class.
importedClass(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
To tell if the ontology imorted specified class.
importedProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.Ontology
To tell if the ontology imported specified property.
importedProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
To tell if the ontology imported specified property.
importedProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
To tell if the ontology imported specified property.
Individual - Interface in edu.lehigh.swat.hawk.core
Encapsulating the individuals and their related property values.
Individual - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.Individual in memory.
Individual() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Individual
Constructor
Individual - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.Individual in memory.
Individual() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.Individual
Constructor
INFINIT - Static variable in interface edu.lehigh.swat.hawk.core.PropertyRestriction
 
INTEGER - Static variable in class edu.lehigh.swat.hawk.core.DatatypeValue
 
isAnnotation() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Tell this property is AnnotationProperty or not.
isAnnotation() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Tell this property is AnnotationProperty or not.
isDatatype() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Tell this property is ObjectProperty or DatatypeProperty.
isDatatype() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Tell this property is ObjectProperty or DatatypeProperty.
isDeprecated() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Test if this class is deprecated.
isDeprecated() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Test if this property is deprecated.
isDeprecated() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Test if this class is deprecated.
isDeprecated() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Test if this property is deprecated.
isFunctional() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Test if this property is functional.
isFunctional() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Test if this property is functional.
isInverseFunctional() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Test if this property is inverse functional.
isInverseFunctional() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Test if this property is inverse functional.
isSatisfiabele() - Method in interface edu.lehigh.swat.hawk.core.OntClass
Test if this class is satisfiable.
isSatisfiabele() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Test if this class is satisfiable.
issueQuery(Query) - Method in interface edu.lehigh.swat.hawk.storage.QueryableStorageModel
issue a query and get the results
issueQuery(Query) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Execute query and return results.
isSymmetric() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
test if this property is symetric
isSymmetric() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
test if this property is symetric
isTransitive() - Method in interface edu.lehigh.swat.hawk.core.OntProperty
test if this property is transitive
isTransitive() - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
test if this property is transitive

K

knownDocs - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
knownOntos - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
knownUrls - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 

M

maxUrlNum - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
memoryOnto - Variable in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
 
model - Variable in class edu.lehigh.swat.hawk.storage.simpledb.Document
 

O

ObjectId - Class in edu.lehigh.swat.hawk.core
encapsulating the id of each ontObject
ObjectId(String) - Constructor for class edu.lehigh.swat.hawk.core.ObjectId
Constructor
OntClass - Interface in edu.lehigh.swat.hawk.core
A general representation of the Classes.
OntClass - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.OntClass in memory.
OntClass() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.OntClass
 
OntClass - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.OntClass in memory.
OntClass() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Constructor
OntObject - Interface in edu.lehigh.swat.hawk.core
Superclass of OntClass etc.
OntObject - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.OntObject in memory.
OntObject() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.OntObject
 
OntObject - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.OntObject in memory.
OntObject() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Constructor
Ontology - Interface in edu.lehigh.swat.hawk.core
encapsulating the web ontology
Ontology - Class in edu.lehigh.swat.hawk.storage.dldb
encapsulating the web ontology
Ontology(Ontology) - Constructor for class edu.lehigh.swat.hawk.storage.dldb.Ontology
Constructor
Ontology - Class in edu.lehigh.swat.hawk.storage.dlmemory
An implementation of core.ontology, can do inference with a DL reasoner.
Ontology() - Constructor for class edu.lehigh.swat.hawk.storage.dlmemory.Ontology
Constructor.
Ontology - Class in edu.lehigh.swat.hawk.storage.simpledb
encapsulating the web ontology
Ontology(Ontology) - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Constructor
Ontology - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.ontology in memory.
Ontology() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Constructor
OntProperty - Interface in edu.lehigh.swat.hawk.core
A general representation of the Properties.
OntProperty - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.OntProperty in memory.
OntProperty() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.OntProperty
 
OntProperty - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.OntProperty in memory.
OntProperty() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Constructor
OntReader - Class in edu.lehigh.swat.hawk.core
Document reader, read a file into storage
OntReader() - Constructor for class edu.lehigh.swat.hawk.core.OntReader
Constructor
ontSeq - Variable in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
To see if ontology has imported the property.
ontSeqNum - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
OntWriter - Class in edu.lehigh.swat.hawk.core
Document writer, write the document to file.
OntWriter() - Constructor for class edu.lehigh.swat.hawk.core.OntWriter
Constructor
open() - Method in class edu.lehigh.swat.hawk.storage.PersistentStorageModel
open the repository entity
open() - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Open a connection to the database.
OwlDigWriter - Class in edu.lehigh.swat.hawk.owl
Experimental Renderer for the new DIG language.
OwlDigWriter() - Constructor for class edu.lehigh.swat.hawk.owl.OwlDigWriter
Create a new instance of the renderer
OwlRdfReader - Class in edu.lehigh.swat.hawk.owl
OWL reader, reads OWL documents.
OwlRdfReader(StorageModel) - Constructor for class edu.lehigh.swat.hawk.owl.OwlRdfReader
Constructor
OwlRdfWriter - Class in edu.lehigh.swat.hawk.owl
OWL writer, output OWL document in RDF format.
OwlRdfWriter() - Constructor for class edu.lehigh.swat.hawk.owl.OwlRdfWriter
Constructor

P

PersistentStorageModel - Class in edu.lehigh.swat.hawk.storage
Title: PersistentStorageModel.java
PersistentStorageModel() - Constructor for class edu.lehigh.swat.hawk.storage.PersistentStorageModel
Constructor
PropertyRestriction - Interface in edu.lehigh.swat.hawk.core
Wrap the property restrictions in the ontology.
PropertyRestriction - Class in edu.lehigh.swat.hawk.storage.simpledb
A simple implementation of core.PropertyRestriction in memory.
PropertyRestriction() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.PropertyRestriction
 
PropertyRestriction - Class in edu.lehigh.swat.hawk.storage.simplememory
A simple implementation of core.PropertyRestriction in memory.
PropertyRestriction() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Constructor
propertyTypes - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
pushImports(Ontology) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Add imports objects to ontology, for the use of memory-based storage model.

Q

Query - Class in edu.lehigh.swat.hawk.storage
Abstract query class.
Query() - Constructor for class edu.lehigh.swat.hawk.storage.Query
 
Query - Class in edu.lehigh.swat.hawk.storage.simpledb
 
Query() - Constructor for class edu.lehigh.swat.hawk.storage.simpledb.Query
Constructor
QueryableStorageModel - Interface in edu.lehigh.swat.hawk.storage
Title: QueryableStroageModel.java

R

read(InputStream) - Method in class edu.lehigh.swat.hawk.core.OntReader
Read the input into the model and return the corresponding docuement object.
read(InputStream) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
Use empty string as XMl base.
read(String) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
Read document from given URL
read(InputStream, String) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
Read an input in OWL format to the model and return the document object
readOntology(Ontology, Model) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
Parse and construct an ontology.
reasonerUrl - Variable in class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
 
Result - Class in edu.lehigh.swat.hawk.storage
Encapsulating one query result.
Result(String[]) - Constructor for class edu.lehigh.swat.hawk.storage.Result
Constructor
ResultSet - Class in edu.lehigh.swat.hawk.storage
Encapsulating the set of results to a query.
ResultSet() - Constructor for class edu.lehigh.swat.hawk.storage.ResultSet
Constructor

S

SerializableClass - Class in edu.lehigh.swat.hawk.storage.simplememory
 
SerializableClass() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.SerializableClass
 
setAllowUpdate(boolean) - Method in class edu.lehigh.swat.hawk.core.OntReader
set whether or not to replace loaded document
setAllValuesFrom(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the specified restriction class of 'allValuesFrom'.
setAllValuesFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the specified restriction class of 'allValuesFrom'.
setAnnotation(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Set this property to be DatatypeProperty or not.
setAnnotation(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Set this property to be DatatypeProperty or not.
setDatatype(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Set this property to be DatatypeProperty or ObjectProperty.
setDatatype(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Set this property to be DatatypeProperty or ObjectProperty.
setDeprecated(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Set the class to be deprecated.
setDeprecated(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Set the property to be deprecated.
setDeprecated(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Set the class to be deprecated.
setDeprecated(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Set the property to be deprecated.
setDescendants(Stack) - Method in interface edu.lehigh.swat.hawk.core.Document
Set descendants.
setDescendants(Stack) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Set descendants.
setDocSeq(int) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Set the document sequence number.
setDomain(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
set the domain
setDomain(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
set the domain
setFunctional(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Set the property to be functional.
setFunctional(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Set the property to be functional.
setHasValue(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the specified value of 'hasValue'.
setHasValue(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the specified value of 'hasValue'.
setID(DocId) - Method in interface edu.lehigh.swat.hawk.core.Document
set the ID of this document
setID(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntObject
set the uri of this object
setID(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
set the ID of this document
setID(DocId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
set the ID of this document
setID(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
set the uri of this object
setImplictImports(boolean) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Set whether or not include implictly imported documents.
setImplictImports(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Set whether or not include implictly imported documents.
setImplictImports(boolean) - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Set whether or not include implictly imported documents.
setInverseFuncional(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
Set the property to be inverse functional.
setInverseFuncional(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
Set the property to be inverse functional.
setLabel(String) - Method in interface edu.lehigh.swat.hawk.core.Document
Set the label.
setLabel(String) - Method in interface edu.lehigh.swat.hawk.core.OntObject
Set the label.
setLabel(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Set the label.
setLabel(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Set the label.
setLoadImports(boolean) - Method in class edu.lehigh.swat.hawk.core.OntReader
set whether or not to load imported documents
setLocalName(String) - Method in class edu.lehigh.swat.hawk.core.ObjectId
Set the local name.
setMaxCardinality(int) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the specified number of 'maxCardinality'.
setMaxCardinality(int) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the specified number of 'maxCardinality'.
setMinCardinality(int) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the specified number of 'minCardinality'.
setMinCardinality(int) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the specified number of 'minCardinality'.
setModel(StorageModel) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Set the storageModel.
setNameSpace(String) - Method in class edu.lehigh.swat.hawk.core.ObjectId
Set the namespace.
setNameSpaces(HashMap) - Method in interface edu.lehigh.swat.hawk.core.Document
Set the nameSpaces of this document.
setNameSpaces(HashMap) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Set the nameSpaces of this document.
setObject(ObjectId) - Method in class edu.lehigh.swat.hawk.core.Assertion
set the object
setObject(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
set the object
setOnProperty(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the property restricted on.
setOnProperty(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the property restricted on.
setOntology(Ontology) - Method in interface edu.lehigh.swat.hawk.core.OntObject
set the ontology that this object belongs to
setOntology(Ontology) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
set the ontology that this object belongs to
setOntSeq(int) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Set the document sequence number.
setOption(String, int) - Method in class edu.lehigh.swat.hawk.owl.OwlDigWriter
Set options for the renderer.
setPerspective(DocId) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Query
Set the perspective ontology's id.
setPredicate(ObjectId) - Method in class edu.lehigh.swat.hawk.core.Assertion
set the predicate
setPredicate(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
set the predicate
setQueryOntology(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Set the query ontology.
setRange(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
set the domain
setRange(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
set the domain
setReasonerUrl(String) - Method in class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
Set the reasoner path.
setSameSet(Collection) - Method in interface edu.lehigh.swat.hawk.core.Individual
Set the set of same individuals which this individual belongs to.
setSameSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Individual
Set the set of same individuals which this individual belongs to.
setSameSet(Collection) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Individual
Set the set of same individuals which this individual belongs to.
setSatisfiable(Boolean) - Method in interface edu.lehigh.swat.hawk.core.OntClass
Set the satisfiability of this class.
setSatisfiable(Boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntClass
Set the satisfiability of this class.
setSomeValuesFrom(ObjectId) - Method in interface edu.lehigh.swat.hawk.core.PropertyRestriction
Set the specified restriction class of 'someValuesFrom'.
setSomeValuesFrom(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
Set the specified restriction class of 'someValuesFrom'.
setSource(Document) - Method in interface edu.lehigh.swat.hawk.core.OntObject
Set the source document.
setSource(Document) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntObject
Set the source document.
setSQLStatement(Statement) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Document
Set the SQL statement.
setSQLStatement(Statement) - Method in class edu.lehigh.swat.hawk.storage.simpledb.OntObject
Set the SQL statement.
setSubject(ObjectId) - Method in class edu.lehigh.swat.hawk.core.Assertion
set the subject
setSubject(ObjectId) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Assertion
set the subject
setSymmetric(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
set the property to be symetric or not
setSymmetric(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
set the property to be symetric or not
setTransitive(boolean) - Method in interface edu.lehigh.swat.hawk.core.OntProperty
set the property to be transitive or not
setTransitive(boolean) - Method in class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
set the property to be transitive or not
setType(String) - Method in class edu.lehigh.swat.hawk.core.DatatypeValue
Set the data type.
setVersion(String) - Method in interface edu.lehigh.swat.hawk.core.Ontology
Set the version of this ontology.
setVersion(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Set the version of this ontology.
setVersion(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Ontology
Set the version of this ontology.
setXMLBase(String) - Method in interface edu.lehigh.swat.hawk.core.Document
Set the xml:Base of this document.
setXMLBase(String) - Method in class edu.lehigh.swat.hawk.storage.simplememory.Document
Set the xml:Base of this document.
SimpleMemoryStorage - Class in edu.lehigh.swat.hawk.storage.simplememory
A memory based storage model
SimpleMemoryStorage() - Constructor for class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Constructor
sourceSeqNum - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
stmt - Variable in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
 
stmt - Variable in class edu.lehigh.swat.hawk.storage.simpledb.Document
 
stmt - Variable in class edu.lehigh.swat.hawk.storage.simpledb.OntObject
 
StorageModel - Class in edu.lehigh.swat.hawk.storage
Title: StorageModel.java
StorageModel() - Constructor for class edu.lehigh.swat.hawk.storage.StorageModel
 
STRING - Static variable in class edu.lehigh.swat.hawk.core.DatatypeValue
 
StringToQuery(String) - Static method in class edu.lehigh.swat.hawk.storage.simpledb.Query
Parse a string to query.

T

toString() - Method in class edu.lehigh.swat.hawk.storage.Result
toString method.
toString() - Method in class edu.lehigh.swat.hawk.storage.ResultSet
ToString method.
toString() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Atom
 
toString() - Method in class edu.lehigh.swat.hawk.storage.simpledb.Query
 

U

unpackList(Model, Resource) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfReader
OilEd: Unpacks a RDF List into a collection of resources
updateDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
Update a document.
updateDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
Update a document.
updateDocument(Document) - Method in class edu.lehigh.swat.hawk.storage.StorageModel
Update a document.

V

viewDefToTabNames(String) - Method in class edu.lehigh.swat.hawk.storage.simpledb.Ontology
Get the table names in the view definition

W

write(OutputStream, Document) - Method in class edu.lehigh.swat.hawk.core.OntWriter
write a document to the output
write(OutputStream, Document) - Method in class edu.lehigh.swat.hawk.owl.OwlRdfWriter
write a document to output
writeOntology(Ontology, Writer) - Method in class edu.lehigh.swat.hawk.owl.OwlDigWriter
Render an ontology in SHIQ using the given writer

A C D E F G H I K M O P Q R S T U V W