A B C D E G H I K L N O P Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(RdfQuad) - Method in interface com.apicatalog.rdf.model.RdfQuadSet
-
Adds
RdfQuadto the RDF graph. - add(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- add(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- add(RdfTriple) - Method in interface com.apicatalog.rdf.model.RdfGraph
-
Adds a triple to the RDF graph.
- asLiteral() - Method in interface com.apicatalog.rdf.model.RdfLiteral
- asLiteral() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Returns this term as an
RdfLiteral. - asResource() - Method in interface com.apicatalog.rdf.model.RdfResource
- asResource() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Returns this term as an
RdfResource. - asTriple() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Returns this term as an
RdfTriple. - asTriple() - Method in interface com.apicatalog.rdf.model.RdfTriple
B
- blankNode - Variable in class com.apicatalog.rdf.primitive.Resource
- blankNodeIssuer - Variable in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- blankNodeIssuer(Function<String, String>) - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
C
- com.apicatalog.rdf.model - package com.apicatalog.rdf.model
- com.apicatalog.rdf.primitive - package com.apicatalog.rdf.primitive
- com.apicatalog.rdf.primitive.flow - package com.apicatalog.rdf.primitive.flow
- com.apicatalog.rdf.primitive.set - package com.apicatalog.rdf.primitive.set
- consumer - Variable in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- contains(RdfQuad) - Method in interface com.apicatalog.rdf.model.RdfQuadSet
-
Checks if the set contains the specified
RdfQuad. - contains(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- contains(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadSet
- contains(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- contains(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.QuadSet
- contains(RdfTriple) - Method in interface com.apicatalog.rdf.model.RdfGraph
-
Checks if the RDF graph contains the specified triple.
- contains(RdfTriple) - Method in class com.apicatalog.rdf.primitive.set.OrderedTripleSet
- contains(RdfTriple) - Method in class com.apicatalog.rdf.primitive.set.TripleSet
- create(RdfQuadConsumer) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- createBlankNode(String) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates a blank node with the specified value.
- createBlankNode(String) - Static method in class com.apicatalog.rdf.primitive.Resource
- createBlankNode(String) - Method in class com.apicatalog.rdf.primitive.TermHashMap
- createBlankNode(String, String) - Static method in class com.apicatalog.rdf.primitive.Resource
- createIRI(String) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates an IRI (Internationalized Resource Identifier) with the specified value.
- createIRI(String) - Static method in class com.apicatalog.rdf.primitive.Resource
- createIRI(String) - Method in class com.apicatalog.rdf.primitive.TermHashMap
- createIRI(String, String) - Static method in class com.apicatalog.rdf.primitive.Resource
- createLangString(String, String, String, RdfLiteral.Direction) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates an RDF language-tagged string with the specified lexical value, datatype, and language tag.
- createLangString(String, String, String, RdfLiteral.Direction) - Method in class com.apicatalog.rdf.primitive.TermHashMap
- createLiteral(String, String) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates an RDF literal with the specified lexical value and datatype.
- createLiteral(String, String) - Method in class com.apicatalog.rdf.primitive.TermHashMap
- createQuad(RdfResource, RdfResource, RdfTerm, RdfResource) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates a quad consisting of a subject, predicate, object, and graph.
- createQuad(RdfResource, RdfResource, RdfTerm, RdfResource) - Method in class com.apicatalog.rdf.primitive.TermHashMap
- createTriple(RdfResource, RdfResource, RdfTerm) - Method in interface com.apicatalog.rdf.model.RdfTermFactory
-
Creates a triple consisting of a subject, predicate, and object.
- createTriple(RdfResource, RdfResource, RdfTerm) - Method in class com.apicatalog.rdf.primitive.TermHashMap
D
- datatype - Variable in class com.apicatalog.rdf.primitive.Literal
- datatype() - Method in interface com.apicatalog.rdf.model.RdfLiteral
-
Returns the absolute IRI denoting the datatype of the literal.
- datatype() - Method in class com.apicatalog.rdf.primitive.Literal
- defaultGraph - Variable in class com.apicatalog.rdf.primitive.set.GraphDataset
- defaultGraph - Variable in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- defaultGraph - Variable in class com.apicatalog.rdf.primitive.set.QuadDataset
- defaultGraph() - Method in interface com.apicatalog.rdf.model.RdfDataset
-
Returns the default graph of the dataset.
- defaultGraph() - Method in class com.apicatalog.rdf.primitive.set.GraphDataset
- defaultGraph() - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- defaultGraph() - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- defaultGraph(RdfGraph) - Method in interface com.apicatalog.rdf.model.RdfDataset
-
Replaces the default graph in the dataset with the specified graph.
- defaultGraph(RdfGraph) - Method in class com.apicatalog.rdf.primitive.set.GraphDataset
- direction - Variable in class com.apicatalog.rdf.primitive.LangString
- direction() - Method in interface com.apicatalog.rdf.model.RdfLiteral
-
Returns the direction of the literal, which can be either left-to-right (LTR) or right-to-left (RTL).
- direction() - Method in class com.apicatalog.rdf.primitive.LangString
- direction() - Method in class com.apicatalog.rdf.primitive.Literal
- Direction() - Constructor for enum com.apicatalog.rdf.model.RdfLiteral.Direction
E
- emit(RdfQuadConsumer, RdfDataset) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuadConsumer, RdfGraph, RdfResource) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuadConsumer, RdfQuad) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuadConsumer, RdfQuadSet) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuadConsumer, RdfResource, RdfResource, RdfTerm, RdfResource) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfDataset) - Method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfGraph, RdfResource) - Method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuad) - Method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfQuadSet) - Method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- emit(RdfResource, RdfResource, RdfTerm, RdfResource) - Method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- equals(Object) - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Compares this RDF term to the specified object.
- equals(Object) - Method in class com.apicatalog.rdf.primitive.LangString
- equals(Object) - Method in class com.apicatalog.rdf.primitive.Literal
- equals(Object) - Method in class com.apicatalog.rdf.primitive.Quad
- equals(Object) - Method in class com.apicatalog.rdf.primitive.Resource
- equals(Object) - Method in class com.apicatalog.rdf.primitive.Triple
G
- get() - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- getResource(String) - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- GraphDataset - Class in com.apicatalog.rdf.primitive.set
- GraphDataset() - Constructor for class com.apicatalog.rdf.primitive.set.GraphDataset
- graphName - Variable in class com.apicatalog.rdf.primitive.Quad
- graphName() - Method in interface com.apicatalog.rdf.model.RdfQuad
-
Returns the optional graph name for this N-Quad statement.
- graphName() - Method in class com.apicatalog.rdf.primitive.Quad
- graphNames() - Method in interface com.apicatalog.rdf.model.RdfDataset
-
Returns the set of graph names for all named graphs in the dataset.
- graphNames() - Method in class com.apicatalog.rdf.primitive.set.GraphDataset
- graphNames() - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- graphNames() - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- graphs - Variable in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
-
named graphs index
- graphs - Variable in class com.apicatalog.rdf.primitive.set.QuadDataset
-
named graphs index
H
- hashCode() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Returns a hash code value for this RDF term.
- hashCode() - Method in class com.apicatalog.rdf.primitive.LangString
- hashCode() - Method in class com.apicatalog.rdf.primitive.Literal
- hashCode() - Method in class com.apicatalog.rdf.primitive.Quad
- hashCode() - Method in class com.apicatalog.rdf.primitive.Resource
- hashCode() - Method in class com.apicatalog.rdf.primitive.Triple
I
- isBlank() - Method in interface com.apicatalog.rdf.model.RdfResource
-
Checks whether this resource is a blank node.
- isBlank() - Method in class com.apicatalog.rdf.primitive.Resource
- isIRI() - Method in interface com.apicatalog.rdf.model.RdfResource
-
Checks whether this resource is an IRI.
- isIRI() - Method in class com.apicatalog.rdf.primitive.Resource
- isLiteral() - Method in interface com.apicatalog.rdf.model.RdfLiteral
- isLiteral() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Indicates whether this term is an RDF literal.
- isResource() - Method in interface com.apicatalog.rdf.model.RdfResource
- isResource() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Indicates whether this term is a resource, which includes absolute IRIs and blank node identifiers.
- isTriple() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Indicates whether this term is an RDF triple.
- isTriple() - Method in interface com.apicatalog.rdf.model.RdfTriple
- iterator() - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- iterator() - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
K
- key - Variable in class com.apicatalog.rdf.primitive.Resource
- key(String, boolean) - Static method in class com.apicatalog.rdf.primitive.Resource
L
- LangString - Class in com.apicatalog.rdf.primitive
-
Represents an RDF language-tagged string.
- LangString(String, String, String, RdfLiteral.Direction) - Constructor for class com.apicatalog.rdf.primitive.LangString
- langTag - Variable in class com.apicatalog.rdf.primitive.LangString
- language() - Method in interface com.apicatalog.rdf.model.RdfLiteral
-
Returns an optional language tag associated with the literal.
- language() - Method in class com.apicatalog.rdf.primitive.LangString
- language() - Method in class com.apicatalog.rdf.primitive.Literal
- lexicalValue - Variable in class com.apicatalog.rdf.primitive.Literal
- lexicalValue() - Method in interface com.apicatalog.rdf.model.RdfLiteral
-
Returns the lexical value of the literal.
- lexicalValue() - Method in class com.apicatalog.rdf.primitive.Literal
- Literal - Class in com.apicatalog.rdf.primitive
- Literal(String, String) - Constructor for class com.apicatalog.rdf.primitive.Literal
- LTR - com.apicatalog.rdf.model.RdfLiteral.Direction
N
- namedGraph(RdfResource) - Method in interface com.apicatalog.rdf.model.RdfDataset
-
Returns the named graph corresponding to the provided graph name.
- namedGraph(RdfResource) - Method in class com.apicatalog.rdf.primitive.set.GraphDataset
- namedGraph(RdfResource) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- namedGraph(RdfResource) - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- namedGraph(RdfResource, RdfGraph) - Method in interface com.apicatalog.rdf.model.RdfDataset
-
Adds or replaces a named graph in the dataset.
- namedGraph(RdfResource, RdfGraph) - Method in class com.apicatalog.rdf.primitive.set.GraphDataset
O
- object - Variable in class com.apicatalog.rdf.primitive.Triple
- object() - Method in interface com.apicatalog.rdf.model.RdfTriple
-
Returns the object of the triple.
- object() - Method in class com.apicatalog.rdf.primitive.Triple
- of(RdfResource, RdfResource, RdfTerm) - Static method in class com.apicatalog.rdf.primitive.Triple
- of(RdfResource, RdfResource, RdfTerm, RdfResource) - Static method in class com.apicatalog.rdf.primitive.Quad
- of(String, String) - Static method in class com.apicatalog.rdf.primitive.Literal
- of(String, String, String) - Static method in class com.apicatalog.rdf.primitive.LangString
-
Factory method to create a
LangStringwith the specified lexical value, datatype, and language tag. - of(String, String, String, RdfLiteral.Direction) - Static method in class com.apicatalog.rdf.primitive.LangString
-
Factory method to create a
LangStringwith the specified lexical value, datatype, language tag, and direction. - of(String, String, String, String) - Static method in class com.apicatalog.rdf.primitive.LangString
-
Factory method to create a
LangStringwith the specified lexical value, datatype, language tag, and direction. - OrderedQuadDataset - Class in com.apicatalog.rdf.primitive.set
- OrderedQuadDataset() - Constructor for class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- OrderedQuadSet - Class in com.apicatalog.rdf.primitive.set
- OrderedQuadSet() - Constructor for class com.apicatalog.rdf.primitive.set.OrderedQuadSet
- OrderedTripleSet - Class in com.apicatalog.rdf.primitive.set
- OrderedTripleSet() - Constructor for class com.apicatalog.rdf.primitive.set.OrderedTripleSet
P
- predicate - Variable in class com.apicatalog.rdf.primitive.Triple
- predicate() - Method in interface com.apicatalog.rdf.model.RdfTriple
-
Returns the predicate of the triple.
- predicate() - Method in class com.apicatalog.rdf.primitive.Triple
- printTriple(StringBuilder, RdfResource, RdfResource, RdfTerm) - Static method in class com.apicatalog.rdf.primitive.Triple
- printTripleTerm(StringBuilder, RdfTriple) - Static method in class com.apicatalog.rdf.primitive.Triple
Q
- quad(RdfQuad) - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- quad(RdfResource, RdfResource, RdfTerm, RdfResource) - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- quad(String, String, String, String, String, String, String) - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- Quad - Class in com.apicatalog.rdf.primitive
- Quad(RdfResource, RdfResource, RdfTerm, RdfResource) - Constructor for class com.apicatalog.rdf.primitive.Quad
- QuadAcceptor - Class in com.apicatalog.rdf.primitive.flow
- QuadAcceptor() - Constructor for class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- QuadAcceptor(RdfQuadSet) - Constructor for class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- QuadAcceptor(RdfQuadSet, RdfTermFactory) - Constructor for class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- QuadAcceptor(RdfTermFactory) - Constructor for class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- QuadDataset - Class in com.apicatalog.rdf.primitive.set
- QuadDataset() - Constructor for class com.apicatalog.rdf.primitive.set.QuadDataset
- QuadEmitter - Class in com.apicatalog.rdf.primitive.flow
- QuadEmitter(RdfQuadConsumer) - Constructor for class com.apicatalog.rdf.primitive.flow.QuadEmitter
- quadSet - Variable in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- QuadSet - Class in com.apicatalog.rdf.primitive.set
- QuadSet() - Constructor for class com.apicatalog.rdf.primitive.set.QuadSet
R
- RdfDataset - Interface in com.apicatalog.rdf.model
-
Represents an RDF Dataset.
- RdfGraph - Interface in com.apicatalog.rdf.model
-
Represents an RDF graph, a collection of RDF triples.
- RdfLiteral - Interface in com.apicatalog.rdf.model
-
The
RdfLiteralinterface represents an immutable RDF literal. - RdfLiteral.Direction - Enum in com.apicatalog.rdf.model
-
Enumeration representing the direction of text.
- RdfQuad - Interface in com.apicatalog.rdf.model
-
Represents an immutable N-Quad statement in the RDF data model.
- RdfQuadSet - Interface in com.apicatalog.rdf.model
-
Represents a collection of RDF Quad statements.
- RdfResource - Interface in com.apicatalog.rdf.model
-
Represents an RDF resource, which can either be an absolute IRI or a blank node identifier.
- RdfTerm - Interface in com.apicatalog.rdf.model
-
Represents the value of an RDF statement.
- RdfTermFactory - Interface in com.apicatalog.rdf.model
-
A factory interface for creating RDF terms such as resources, literals, triples, and quads.
- RdfTriple - Interface in com.apicatalog.rdf.model
-
Represents an immutable RDF triple, consisting of a subject, predicate, and object.
- remove(RdfQuad) - Method in interface com.apicatalog.rdf.model.RdfQuadSet
-
Removes
RdfQuadfrom the RDF graph. - remove(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- remove(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadSet
- remove(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- remove(RdfQuad) - Method in class com.apicatalog.rdf.primitive.set.QuadSet
- remove(RdfTriple) - Method in interface com.apicatalog.rdf.model.RdfGraph
-
Removes a triple from the RDF graph.
- remove(RdfTriple) - Method in class com.apicatalog.rdf.primitive.set.OrderedTripleSet
- remove(RdfTriple) - Method in class com.apicatalog.rdf.primitive.set.TripleSet
- resource(RdfResource) - Static method in class com.apicatalog.rdf.primitive.flow.QuadEmitter
- Resource - Class in com.apicatalog.rdf.primitive
- Resource(String, boolean, String) - Constructor for class com.apicatalog.rdf.primitive.Resource
- RTL - com.apicatalog.rdf.model.RdfLiteral.Direction
S
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.GraphDataset
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.OrderedQuadSet
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.OrderedTripleSet
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.QuadDataset
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.QuadSet
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.set.TripleSet
- serialVersionUID - Static variable in class com.apicatalog.rdf.primitive.TermHashMap
- stream() - Method in interface com.apicatalog.rdf.model.RdfGraph
-
Returns a stream of all the triples in the RDF graph.
- stream() - Method in interface com.apicatalog.rdf.model.RdfQuadSet
-
Returns a
Streamof the RDF quads in this set. - stream() - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadDataset
- stream() - Method in class com.apicatalog.rdf.primitive.set.OrderedQuadSet
- stream() - Method in class com.apicatalog.rdf.primitive.set.OrderedTripleSet
- stream() - Method in class com.apicatalog.rdf.primitive.set.QuadDataset
- stream() - Method in class com.apicatalog.rdf.primitive.set.QuadSet
- stream() - Method in class com.apicatalog.rdf.primitive.set.TripleSet
- subject - Variable in class com.apicatalog.rdf.primitive.Triple
- subject() - Method in interface com.apicatalog.rdf.model.RdfTriple
-
Returns the subject of the triple.
- subject() - Method in class com.apicatalog.rdf.primitive.Triple
T
- TermHashMap - Class in com.apicatalog.rdf.primitive
- TermHashMap() - Constructor for class com.apicatalog.rdf.primitive.TermHashMap
- terms - Variable in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- terms() - Method in class com.apicatalog.rdf.primitive.flow.QuadAcceptor
- toString() - Method in interface com.apicatalog.rdf.model.RdfTerm
-
Returns a string representation of this RDF term.
- toString() - Method in class com.apicatalog.rdf.primitive.LangString
- toString() - Method in class com.apicatalog.rdf.primitive.Literal
- toString() - Method in class com.apicatalog.rdf.primitive.Quad
- toString() - Method in class com.apicatalog.rdf.primitive.Resource
- toString() - Method in class com.apicatalog.rdf.primitive.Triple
- Triple - Class in com.apicatalog.rdf.primitive
- Triple(RdfResource, RdfResource, RdfTerm) - Constructor for class com.apicatalog.rdf.primitive.Triple
- TripleSet - Class in com.apicatalog.rdf.primitive.set
- TripleSet() - Constructor for class com.apicatalog.rdf.primitive.set.TripleSet
V
- value - Variable in class com.apicatalog.rdf.primitive.Resource
- value() - Method in interface com.apicatalog.rdf.model.RdfResource
-
Returns the value of the resource, typically an absolute IRI or blank node identifier.
- value() - Method in class com.apicatalog.rdf.primitive.Resource
- valueOf(String) - Static method in enum com.apicatalog.rdf.model.RdfLiteral.Direction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.apicatalog.rdf.model.RdfLiteral.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages