com.franz.ag
Class UPI

java.lang.Object
  extended bycom.franz.ag.UPI

public class UPI
extends java.lang.Object

This class represents instances of Universal Part Identifiers. UPIs are used to denote nodes and literals in AllegroGraph 2.0. 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.

There are no public constructors or accessors.


Method Summary
 boolean equals(java.lang.Object x)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object x)

hashCode

public int hashCode()

toString

public java.lang.String toString()