Serialized Form


Package edu.lehigh.swat.hawk.core

Class edu.lehigh.swat.hawk.core.Axiom extends java.lang.Object implements Serializable

Serialized Fields

type

int type

left

AxiomNode left

right

AxiomNode right

Class edu.lehigh.swat.hawk.core.AxiomNode extends java.lang.Object implements Serializable

Serialized Fields

joinType

int joinType

atomicNode

ObjectId atomicNode

children

java.util.Vector<E> children

minCardinality

int minCardinality

maxCardinality

int maxCardinality

allValuesFrom

AxiomNode allValuesFrom

someValuesFrom

AxiomNode someValuesFrom

hasValue

AxiomNode hasValue

onProperty

AxiomNode onProperty

restrictionId

java.lang.String restrictionId

Class edu.lehigh.swat.hawk.core.DatatypeValue extends ObjectId implements Serializable

Serialized Fields

value

java.lang.String value

type

java.lang.String type

Class edu.lehigh.swat.hawk.core.DocId extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class edu.lehigh.swat.hawk.core.ObjectId extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

nameSpace

java.lang.String nameSpace

localName

java.lang.String localName

Package edu.lehigh.swat.hawk.fol

Class edu.lehigh.swat.hawk.fol.Atom extends java.lang.Object implements Serializable

Serialized Fields

predicate

java.lang.String predicate
Constructs an Atom from a Literal


var1

int var1

var2

int var2

binary

boolean binary

primitive

boolean primitive

Class edu.lehigh.swat.hawk.fol.HornRule extends java.lang.Object implements Serializable

Serialized Fields

head

Atom head

body

java.util.Vector<E> body

variable

int variable

Package edu.lehigh.swat.hawk.storage.dldb

Class edu.lehigh.swat.hawk.storage.dldb.Ontology extends Ontology implements Serializable


Package edu.lehigh.swat.hawk.storage.dlmemory

Class edu.lehigh.swat.hawk.storage.dlmemory.Ontology extends Ontology implements Serializable


Package edu.lehigh.swat.hawk.storage.ontper.dldb

Class edu.lehigh.swat.hawk.storage.ontper.dldb.Ontology extends Ontology implements Serializable

Serialized Fields

compatibleOntos

java.util.Vector<E> compatibleOntos

Package edu.lehigh.swat.hawk.storage.ontper.simpledb

Class edu.lehigh.swat.hawk.storage.ontper.simpledb.Ontology extends Ontology implements Serializable

Serialized Fields

compatibleOntos

java.util.Vector<E> compatibleOntos
To see if ontology has imported the property.


Package edu.lehigh.swat.hawk.storage.simpledb

Class edu.lehigh.swat.hawk.storage.simpledb.Assertion extends Assertion implements Serializable

Class edu.lehigh.swat.hawk.storage.simpledb.Document extends Document implements Serializable

Serialized Fields

docSeq

int docSeq

stmt

java.sql.Statement stmt

model

DatabaseStorage model

ancestors

java.util.ArrayList<E> ancestors

Class edu.lehigh.swat.hawk.storage.simpledb.Individual extends OntObject implements Serializable

Serialized Fields

source

java.util.Vector<E> source

properties

java.util.Hashtable<K,V> properties

sameSet

java.util.Collection<E> sameSet

sameAs

java.util.Vector<E> sameAs

differentFrom

java.util.Vector<E> differentFrom

Class edu.lehigh.swat.hawk.storage.simpledb.OntClass extends OntClass implements Serializable

Class edu.lehigh.swat.hawk.storage.simpledb.OntObject extends OntObject implements Serializable

Serialized Fields

stmt

java.sql.Statement stmt

Class edu.lehigh.swat.hawk.storage.simpledb.Ontology extends Document implements Serializable

Serialized Fields

ontSeq

int ontSeq

memoryOnto

Ontology memoryOnto

dbName

java.lang.String dbName

Class edu.lehigh.swat.hawk.storage.simpledb.OntProperty extends OntProperty implements Serializable

Class edu.lehigh.swat.hawk.storage.simpledb.PropertyRestriction extends PropertyRestriction implements Serializable


Package edu.lehigh.swat.hawk.storage.simplememory

Class edu.lehigh.swat.hawk.storage.simplememory.Annotation extends Assertion implements Serializable

Class edu.lehigh.swat.hawk.storage.simplememory.Assertion extends java.lang.Object implements Serializable

Serialized Fields

subject

ObjectId subject

object

ObjectId object

predicate

ObjectId predicate

Class edu.lehigh.swat.hawk.storage.simplememory.Document extends java.lang.Object implements Serializable

Serialized Fields

assertions

java.util.Vector<E> assertions

imports

java.util.Vector<E> imports

distinctSets

java.util.Vector<E> distinctSets

sameSets

java.util.Vector<E> sameSets

comments

java.util.Vector<E> comments

individuals

java.util.Hashtable<K,V> individuals

docId

DocId docId

nameSpaces

java.util.Map<K,V> nameSpaces

xmlBase

java.lang.String xmlBase

label

java.lang.String label

size

int size

Class edu.lehigh.swat.hawk.storage.simplememory.Individual extends OntObject implements Serializable

Serialized Fields

source

java.util.Vector<E> source

properties

java.util.Hashtable<K,V> properties

sameSet

java.util.Collection<E> sameSet

sameAs

java.util.Vector<E> sameAs

differentFrom

java.util.Vector<E> differentFrom

Class edu.lehigh.swat.hawk.storage.simplememory.OntClass extends OntObject implements Serializable

Serialized Fields

satisfiable

java.lang.Boolean satisfiable

deprecated

boolean deprecated

subClasses

java.util.Vector<E> subClasses

superClasses

java.util.Vector<E> superClasses

complementOf

java.util.Vector<E> complementOf

unionOf

java.util.Vector<E> unionOf

oneOf

java.util.Vector<E> oneOf

intersectionOf

java.util.Vector<E> intersectionOf

equivalentClasses

java.util.Vector<E> equivalentClasses

disjointWith

java.util.Vector<E> disjointWith

propertyRestrictions

java.util.Vector<E> propertyRestrictions

descendants

java.util.Vector<E> descendants

Class edu.lehigh.swat.hawk.storage.simplememory.OntObject extends java.lang.Object implements Serializable

Serialized Fields

id

ObjectId id

ontology

Ontology ontology

source

Document source

label

java.lang.String label

description

java.util.Vector<E> description

Class edu.lehigh.swat.hawk.storage.simplememory.Ontology extends Document implements Serializable

serialVersionUID: 1L

Serialized Fields

classes

java.util.Hashtable<K,V> classes

properties

java.util.Hashtable<K,V> properties

restrictions

java.util.Hashtable<K,V> restrictions

importedClasses

java.util.Hashtable<K,V> importedClasses

importedProperties

java.util.Hashtable<K,V> importedProperties

assertedClasses

java.util.Vector<E> assertedClasses

assertedProperties

java.util.Vector<E> assertedProperties

priorOnts

java.util.Vector<E> priorOnts

compatiblePriorOnts

java.util.Vector<E> compatiblePriorOnts

version

java.lang.String version

classIds

java.util.Vector<E> classIds

propertyIds

java.util.Vector<E> propertyIds

axioms

java.util.Vector<E> axioms

axiomsBySubject

java.util.Hashtable<K,V> axiomsBySubject

axiomsByObject

java.util.Hashtable<K,V> axiomsByObject

axiomsByType

java.util.Hashtable<K,V> axiomsByType

axiomNodeRestrictions

java.util.Vector<E> axiomNodeRestrictions

annotations

java.util.Vector<E> annotations

annsBySubject

java.util.Hashtable<K,V> annsBySubject

annsByPredicate

java.util.Hashtable<K,V> annsByPredicate

importedAxioms

java.util.Vector<E> importedAxioms

importedAxiomsBySubject

java.util.Hashtable<K,V> importedAxiomsBySubject

importedAxiomsByObject

java.util.Hashtable<K,V> importedAxiomsByObject

importedAxiomsByType

java.util.Hashtable<K,V> importedAxiomsByType

inPlay

java.util.Vector<E> inPlay

rawRules

java.util.Hashtable<K,V> rawRules

expandedAtoms

java.util.Hashtable<K,V> expandedAtoms

cyclicRules

java.util.Hashtable<K,V> cyclicRules

Class edu.lehigh.swat.hawk.storage.simplememory.OntProperty extends OntObject implements Serializable

Serialized Fields

transitive

boolean transitive

symetric

boolean symetric

functional

boolean functional

inverseFunctional

boolean inverseFunctional

deprecated

boolean deprecated

annotation

boolean annotation

datatype

java.lang.Boolean datatype

inverseOf

java.util.Vector<E> inverseOf

subProperties

java.util.Vector<E> subProperties

superProperties

java.util.Vector<E> superProperties

equivalent

java.util.Vector<E> equivalent

domain

ObjectId domain

range

ObjectId range

Class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction extends OntClass implements Serializable

Serialized Fields

onProperty

ObjectId onProperty

allValuesFrom

ObjectId allValuesFrom

someValuesFrom

ObjectId someValuesFrom

hasValue

ObjectId hasValue

minCardinality

int minCardinality

maxCardinality

int maxCardinality

Class edu.lehigh.swat.hawk.storage.simplememory.SerializableClass extends java.lang.Object implements Serializable