Uses of Interface
no.hasmac.rdf.RdfValue
-
Packages that use RdfValue Package Description no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm.no.hasmac.rdf no.hasmac.rdf.impl no.hasmac.rdf.io.nquad -
-
Uses of RdfValue in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as RdfValue Modifier and Type Field Description private RdfValue
RdfToObject. value
Methods in no.hasmac.jsonld.serialization with parameters of type RdfValue Modifier and Type Method Description static RdfToObject
RdfToObject. with(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
Constructors in no.hasmac.jsonld.serialization with parameters of type RdfValue Constructor Description RdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
Uses of RdfValue in no.hasmac.rdf
Subinterfaces of RdfValue in no.hasmac.rdf Modifier and Type Interface Description interface
RdfLiteral
TheRdfLiteral
interface describes an immutableRDF Literal
.interface
RdfResource
An immutable RDF statement's value.Methods in no.hasmac.rdf that return RdfValue Modifier and Type Method Description static RdfValue
Rdf. createValue(java.lang.String value)
RdfValue
RdfTriple. getObject()
An absolute IRI or blank node identifier orRdfLiteral
.Methods in no.hasmac.rdf that return types with arguments of type RdfValue Modifier and Type Method Description static RdfValueFactory<RdfTriple,RdfNQuad,RdfResource,RdfResource,RdfResource,RdfLiteral,RdfValue>
Rdf. createValueFactory()
Methods in no.hasmac.rdf with parameters of type RdfValue Modifier and Type Method Description static RdfNQuad
Rdf. createNQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName)
static RdfTriple
Rdf. createTriple(RdfResource subject, RdfResource predicate, RdfValue object)
-
Uses of RdfValue in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfValue Modifier and Type Class Description (package private) class
RdfLiteralImpl
(package private) class
RdfResourceImpl
Fields in no.hasmac.rdf.impl declared as RdfValue Modifier and Type Field Description private RdfValue
RdfTripleImpl. object
Fields in no.hasmac.rdf.impl with type parameters of type RdfValue Modifier and Type Field Description private java.util.Map<RdfResource,java.util.Map<RdfResource,java.util.Set<RdfValue>>>
RdfGraphImpl. index
Methods in no.hasmac.rdf.impl that return RdfValue Modifier and Type Method Description RdfValue
RdfTripleImpl. getObject()
Methods in no.hasmac.rdf.impl with parameters of type RdfValue Modifier and Type Method Description RdfNQuad
DefaultRdfProvider. createQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName)
RdfTriple
DefaultRdfProvider. createTriple(RdfResource subject, RdfResource predicate, RdfValue object)
Constructors in no.hasmac.rdf.impl with parameters of type RdfValue Constructor Description RdfNQuadImpl(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName)
RdfTripleImpl(RdfResource subject, RdfResource predicate, RdfValue object)
-
Uses of RdfValue in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfValue Modifier and Type Method Description private RdfValue
NQuadsReader. readObject()
Methods in no.hasmac.rdf.io.nquad with parameters of type RdfValue Modifier and Type Method Description void
NQuadsWriter. writeValue(RdfValue object)
-