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 RdfValueRdfToObject. valueMethods in no.hasmac.jsonld.serialization with parameters of type RdfValue Modifier and Type Method Description static RdfToObjectRdfToObject. 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 interfaceRdfLiteralTheRdfLiteralinterface describes an immutableRDF Literal.interfaceRdfResourceAn immutable RDF statement's value.Methods in no.hasmac.rdf that return RdfValue Modifier and Type Method Description static RdfValueRdf. createValue(java.lang.String value)RdfValueRdfTriple. 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 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 RdfValue Modifier and Type Class Description (package private) classRdfLiteralImpl(package private) classRdfResourceImplFields in no.hasmac.rdf.impl declared as RdfValue Modifier and Type Field Description private RdfValueRdfTripleImpl. objectFields 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. indexMethods in no.hasmac.rdf.impl that return RdfValue Modifier and Type Method Description RdfValueRdfTripleImpl. getObject()Methods in no.hasmac.rdf.impl with parameters of type RdfValue Modifier and Type Method Description RdfNQuadDefaultRdfProvider. createQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName)RdfTripleDefaultRdfProvider. 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 RdfValueNQuadsReader. readObject()Methods in no.hasmac.rdf.io.nquad with parameters of type RdfValue Modifier and Type Method Description voidNQuadsWriter. writeValue(RdfValue object)
-