Uses of Interface
no.hasmac.rdf.RdfValue
Packages that use RdfValue
Package
Description
Serialize RDF as JSON-LD Algorithm.
-
Uses of RdfValue in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as RdfValueMethods in no.hasmac.jsonld.serialization with parameters of type RdfValueModifier and TypeMethodDescriptionstatic RdfToObjectRdfToObject.with(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes) Constructors in no.hasmac.jsonld.serialization with parameters of type RdfValueModifierConstructorDescriptionprivateRdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes) -
Uses of RdfValue in no.hasmac.rdf
Subinterfaces of RdfValue in no.hasmac.rdfModifier and TypeInterfaceDescriptioninterfaceTheRdfLiteralinterface describes an immutableRDF Literal.interfaceAn immutable RDF statement's value.Methods in no.hasmac.rdf that return RdfValueModifier and TypeMethodDescriptionstatic RdfValueRdf.createValue(String value) RdfTriple.getObject()An absolute IRI or blank node identifier orRdfLiteral.Methods in no.hasmac.rdf that return types with arguments of type RdfValueModifier and TypeMethodDescriptionstatic RdfValueFactory<RdfTriple, RdfNQuad, RdfResource, RdfResource, RdfResource, RdfLiteral, RdfValue> Rdf.createValueFactory()Methods in no.hasmac.rdf with parameters of type RdfValueModifier and TypeMethodDescriptionstatic RdfNQuadRdf.createNQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) static RdfTripleRdf.createTriple(RdfResource subject, RdfResource predicate, RdfValue object) -
Uses of RdfValue in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfValueModifier and TypeClassDescription(package private) final class(package private) final classFields in no.hasmac.rdf.impl declared as RdfValueFields in no.hasmac.rdf.impl with type parameters of type RdfValueModifier and TypeFieldDescriptionprivate final Map<RdfResource, Map<RdfResource, Set<RdfValue>>> RdfGraphImpl.indexMethods in no.hasmac.rdf.impl that return RdfValueMethods in no.hasmac.rdf.impl with parameters of type RdfValueModifier and TypeMethodDescriptionDefaultRdfProvider.createQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) DefaultRdfProvider.createTriple(RdfResource subject, RdfResource predicate, RdfValue object) Constructors in no.hasmac.rdf.impl with parameters of type RdfValueModifierConstructorDescriptionprotectedRdfNQuadImpl(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) protectedRdfTripleImpl(RdfResource subject, RdfResource predicate, RdfValue object) -
Uses of RdfValue in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfValueMethods in no.hasmac.rdf.io.nquad with parameters of type RdfValue -
Uses of RdfValue in no.hasmac.rdf.spi
Classes in no.hasmac.rdf.spi that implement interfaces with type arguments of type RdfValue