public interface ARTURIResource extends ARTResource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares a URI object to another object.
|
java.lang.String |
getLocalName() |
java.lang.String |
getNamespace() |
java.lang.String |
getURI() |
int |
hashCode()
The hash code of a URI is defined as follows:
namespace.hashCode() ^ localName.hashCode()
|
asBNode, asLiteral, asResource, asURIResource, getNominalValue, isBlank, isLiteral, isResource, isURIResource, toString
Copyright © 2013 ART Group, University of Rome, Tor Vergata. All Rights Reserved.