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

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.simplememory.SerializableClass
      extended by edu.lehigh.swat.hawk.storage.simplememory.OntObject
          extended by edu.lehigh.swat.hawk.storage.simpledb.OntObject
All Implemented Interfaces:
OntObject, java.io.Serializable
Direct Known Subclasses:
Individual

public class OntObject
extends OntObject

A simple implementation of core.OntObject in memory.

See Also:
Serialized Form

Field Summary
protected  java.sql.Statement stmt
           
 
Constructor Summary
OntObject()
           
 
Method Summary
 void setSQLStatement(java.sql.Statement statement)
          Set the SQL statement.
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.OntObject
addDescription, deleteDescription, getAllDescriptions, getDescription, getID, getLabel, getOntology, getSource, setID, setLabel, setOntology, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stmt

protected java.sql.Statement stmt
Constructor Detail

OntObject

public OntObject()
Method Detail

setSQLStatement

public void setSQLStatement(java.sql.Statement statement)
Set the SQL statement.