com.franz.ag
Interface UPI


public interface UPI

This interface defines instances of Universal Part Identifiers. UPIs are used to denote nodes and literals in AllegroGraph. They are returned as values of queries or accessors, and may be used as arguments to queries and accessors. In general, UPI references are more efficient than string references.

UPIs are dicusssed in more detail in the AllegroGraph Introduction.


Method Summary
 boolean equals(java.lang.Object x)
           
 int hashCode()
           
 java.lang.String toString()
           
 

Method Detail

equals

boolean equals(java.lang.Object x)
Overrides:
equals in class java.lang.Object

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object