Package org.eclipse.rdf4j.model.impl
Class URIImpl
- java.lang.Object
-
- org.eclipse.rdf4j.model.base.AbstractIRI
-
- org.eclipse.rdf4j.model.impl.SimpleIRI
-
- org.eclipse.rdf4j.model.impl.URIImpl
-
- All Implemented Interfaces:
Serializable
,IRI
,Resource
,URI
,Value
@Deprecated public class URIImpl extends SimpleIRI
Deprecated.since 2.0. UseSimpleIRI
instead for extending, andValueFactory
for instantiation.- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.model.impl.SimpleIRI
getLocalName, getNamespace, setIRIString, stringValue
-
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractIRI
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.model.Resource
isResource
-
-
-
-
Constructor Detail
-
URIImpl
@Deprecated public URIImpl(String uriString)
Deprecated.since 2.0. UseValueFactory.createIRI(String)
instead.
-
-