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, isIRIMethods inherited from interface Resource
isResource 
- 
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
 
 -