edu.lehigh.swat.hawk.storage.simplememory
Class Annotation

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

public class Annotation
extends Assertion
implements Annotation

See Also:
Serialized Form

Constructor Summary
Annotation(ObjectId sub, ObjectId pre, ObjectId obj)
          Constructor
 
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
 
Methods inherited from interface edu.lehigh.swat.hawk.core.Assertion
getObject, getPredicate, getSubject, setObject, setPredicate, setSubject
 

Constructor Detail

Annotation

public Annotation(ObjectId sub,
                  ObjectId pre,
                  ObjectId obj)
Constructor