public interface IRI
An IRI can be split into a namespace part and a local name part, which are derived from an IRI string by splitting it in two using the following algorithm:
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this IRI to another object.
|
java.lang.String |
getLocalName()
Return the local name part of this IRI.
|
java.lang.String |
getNamespace()
Return the namespace part of this IRI.
|
int |
hashCode()
Computes the hash code of this IRI.
|
java.lang.String getNamespace()
java.lang.String getLocalName()
boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to compare this IRI totrue, if the other object is an instance of IRI and their values are equal; false, otherwiseint hashCode()
hashCode in class java.lang.ObjectCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence