Uses of Interface
no.hasmac.rdf.RdfValue
Packages that use RdfValue
-
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
Methods 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) -
Uses of RdfValue in no.hasmac.rdf.io.nquad
Methods 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