@Deprecated public interface RDFTermFactory
This interface is deprecated in favour of the richer
RDF
.
RDF
Modifier and Type | Method and Description |
---|---|
default BlankNode |
createBlankNode()
Deprecated.
|
default BlankNode |
createBlankNode(String name)
Deprecated.
|
default Graph |
createGraph()
Deprecated.
|
default IRI |
createIRI(String iri)
Deprecated.
|
default Literal |
createLiteral(String lexicalForm)
Deprecated.
|
default Literal |
createLiteral(String lexicalForm,
IRI dataType)
Deprecated.
|
default Literal |
createLiteral(String lexicalForm,
String languageTag)
Deprecated.
|
default Triple |
createTriple(BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object)
Deprecated.
|
default BlankNode createBlankNode() throws UnsupportedOperationException
UnsupportedOperationException
default BlankNode createBlankNode(String name) throws UnsupportedOperationException
UnsupportedOperationException
default Graph createGraph() throws UnsupportedOperationException
UnsupportedOperationException
default IRI createIRI(String iri) throws IllegalArgumentException, UnsupportedOperationException
default Literal createLiteral(String lexicalForm) throws IllegalArgumentException, UnsupportedOperationException
default Literal createLiteral(String lexicalForm, IRI dataType) throws IllegalArgumentException, UnsupportedOperationException
default Literal createLiteral(String lexicalForm, String languageTag) throws IllegalArgumentException, UnsupportedOperationException
default Triple createTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) throws IllegalArgumentException, UnsupportedOperationException
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.