edu.lehigh.swat.hawk.storage.simpledb
Class OntProperty

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.simplememory.OntObject
      extended by edu.lehigh.swat.hawk.storage.simplememory.OntProperty
          extended by edu.lehigh.swat.hawk.storage.simpledb.OntProperty
All Implemented Interfaces:
OntObject, OntProperty, java.io.Serializable, java.lang.Cloneable

public class OntProperty
extends OntProperty

A simple implementation of core.OntProperty in memory.

See Also:
Serialized Form

Constructor Summary
OntProperty()
           
 
Method Summary
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.OntProperty
addEquivalentProperty, addInverseOf, addSubProperty, addSuperProperty, deleteEquivalentProperty, deleteInverseOf, deleteSubProperty, deleteSuperProperty, getDirectSubProperties, getDirectSuperProperties, getDomain, getEquivalentProperties, getInverseOf, getRange, isAnnotation, isDatatype, isDeprecated, isFunctional, isInverseFunctional, isSymmetric, isTransitive, setAnnotation, setDatatype, setDeprecated, setDomain, setFunctional, setInverseFuncional, setRange, setSymmetric, setTransitive
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.OntObject
addDescription, clone, deleteDescription, getAllDescriptions, getDescription, getID, getLabel, getOntology, getSource, setID, setLabel, setOntology, setSource
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.lehigh.swat.hawk.core.OntObject
addDescription, clone, deleteDescription, getAllDescriptions, getDescription, getID, getLabel, getOntology, getSource, setID, setLabel, setOntology, setSource
 

Constructor Detail

OntProperty

public OntProperty()