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

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

public class PropertyRestriction
extends PropertyRestriction

A simple implementation of core.PropertyRestriction in memory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface edu.lehigh.swat.hawk.core.PropertyRestriction
INFINITY
 
Constructor Summary
PropertyRestriction()
           
 
Method Summary
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.PropertyRestriction
getAllValuesFrom, getHasValue, getMaxCardinality, getMinCardinality, getOnProperty, getSomeValuesFrom, setAllValuesFrom, setHasValue, setMaxCardinality, setMinCardinality, setOnProperty, setSomeValuesFrom
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.OntClass
addComplementOf, addDescendant, addDisjointWith, addEquivalentClass, addIntersectionOf, addOneOf, addPropertyRestriction, addSubClass, addSuperClass, addUnionOf, deleteComplementOf, deleteDisjointWith, deleteEquivalentClass, deleteIntersectionOf, deleteOneOf, deletePropertyRestriction, deleteSubClass, deleteSuperClass, deleteUnionOf, getComplementOfs, getDirectSubClasses, getDirectSuperClasses, getDisjointWith, getEquivalentClasses, getIntersectionAxiomNodes, getIntersectionOfs, getOneOfs, getPropertyRestrictions, getUnionAxiomNodes, getUnionOfs, isDeprecated, isSatisfiabele, setDeprecated, setSatisfiable, subsumes
 
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.OntClass
addComplementOf, addDisjointWith, addEquivalentClass, addIntersectionOf, addOneOf, addPropertyRestriction, addSubClass, addSuperClass, addUnionOf, deleteComplementOf, deleteDisjointWith, deleteEquivalentClass, deleteIntersectionOf, deleteOneOf, deletePropertyRestriction, deleteSubClass, deleteSuperClass, deleteUnionOf, getComplementOfs, getDirectSubClasses, getDirectSuperClasses, getDisjointWith, getEquivalentClasses, getIntersectionAxiomNodes, getIntersectionOfs, getOneOfs, getPropertyRestrictions, getUnionAxiomNodes, getUnionOfs, isDeprecated, isSatisfiabele, setDeprecated, setSatisfiable
 
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

PropertyRestriction

public PropertyRestriction()