public abstract class AbstractIRI extends Object implements IRI
IRI
, offering common functionality.Constructor and Description |
---|
AbstractIRI() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this IRI to another object.
|
int |
hashCode()
Computes the hash code of this IRI.
|
String |
stringValue()
Returns the String-value of a Value object.
|
String |
toString()
Returns the String-representation of this URI.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocalName, getNamespace, isIRI
isResource
public String stringValue()
Value
Literal
's label, a
IRI
's URI or a BNode
's ID.stringValue
in interface Value
public boolean equals(Object o)
IRI
public int hashCode()
IRI
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.