com.franz.ag
Class ValueObject

java.lang.Object
  extended bycom.franz.ag.ValueObject
Direct Known Subclasses:
Triple, ValueNode

public abstract class ValueObject
extends java.lang.Object

This super class implements some of the common methods defined in the org.openrdf.model interfaces.


Constructor Summary
protected ValueObject()
           
 
Method Summary
 int compareTo(java.lang.Object to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueObject

protected ValueObject()
Method Detail

compareTo

public int compareTo(java.lang.Object to)