Class AbstractIRI
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractIRI
- All Implemented Interfaces:
Serializable, IRI, Resource, Value
- Direct Known Subclasses:
SimpleIRI
-
Nested Class Summary
Nested classes/interfaces inherited from interface Value
Value.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface IRI
getLocalName, getNamespace, getType, isIRIModifier and TypeMethodDescriptionGets the local name part of this IRI.Gets the namespace part of this IRI.default Value.TypegetType()default booleanisIRI()Check if the object is an instance of the given type.Methods inherited from interface Resource
isResourceModifier and TypeMethodDescriptiondefault booleanCheck if the object is an instance of the given type.
-
Constructor Details
-
AbstractIRI
public AbstractIRI()
-
-
Method Details
-
stringValue
-
equals
Description copied from interface:IRICompares this IRI to another object.- Specified by:
equalsin interfaceIRI- Overrides:
equalsin classObject- Parameters:
o- the object to compare this IRI to- Returns:
true, if the other object is an instance ofIRIand their string values are equal;false, otherwise
-
hashCode
-
toString
-