Uses of Interface
no.hasmac.rdf.RdfNQuad
Packages that use RdfNQuad
-
Uses of RdfNQuad in no.hasmac.rdf
Subinterfaces with type arguments of type RdfNQuad in no.hasmac.rdfMethods in no.hasmac.rdf that return RdfNQuadModifier and TypeMethodDescriptionstatic RdfNQuadRdf.createNQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) static RdfNQuadRdf.createNQuad(RdfTriple triple, RdfResource graphName) Methods in no.hasmac.rdf that return types with arguments of type RdfNQuadModifier and TypeMethodDescriptionstatic RdfValueFactory<RdfTriple, RdfNQuad, RdfResource, RdfResource, RdfResource, RdfLiteral, RdfValue> Rdf.createValueFactory()RdfDataset.toList()Methods in no.hasmac.rdf with parameters of type RdfNQuadModifier and TypeMethodDescriptionAddN-Quadto the dataset.default voidRdfDataset.handleQuad(RdfNQuad nquad) -
Uses of RdfNQuad in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfNQuadFields in no.hasmac.rdf.impl with type parameters of type RdfNQuadMethods in no.hasmac.rdf.impl that return RdfNQuadModifier and TypeMethodDescriptionDefaultRdfProvider.createQuad(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) DefaultRdfProvider.createQuad(RdfTriple rdfTriple, RdfResource graphName) Methods in no.hasmac.rdf.impl that return types with arguments of type RdfNQuadMethods in no.hasmac.rdf.impl with parameters of type RdfNQuad -
Uses of RdfNQuad in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfNQuadMethods in no.hasmac.rdf.io.nquad with parameters of type RdfNQuad -
Uses of RdfNQuad in no.hasmac.rdf.spi
Classes in no.hasmac.rdf.spi that implement interfaces with type arguments of type RdfNQuad