org.daml.rdf.jena.model
Interface Source

All Known Implementing Classes:
SourceImpl

public interface Source

The source of an RDF Statement.


Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the objects are equal.
 java.lang.String getURI()
          Returns the URI string of this source.
 

Method Detail

equals

public boolean equals(java.lang.Object object)
Returns true if the objects are equal.

Overrides:
equals in class java.lang.Object

getURI

public java.lang.String getURI()
Returns the URI string of this source.