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

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

public class Assertion
extends Assertion

A simple implementation of core.Assertion in memory.

See Also:
Serialized Form

Constructor Summary
Assertion(ObjectId sub, ObjectId pre, ObjectId obj)
           
 
Method Summary
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.Assertion
getObject, getPredicate, getSubject, setObject, setPredicate, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assertion

public Assertion(ObjectId sub,
                 ObjectId pre,
                 ObjectId obj)