Uses of Class
be.ugent.rml.store.Quad
-
Packages that use Quad Package Description be.ugent.rml be.ugent.rml.store -
-
Uses of Quad in be.ugent.rml
Method parameters in be.ugent.rml with type arguments of type Quad Modifier and Type Method Description static List<String>Utils. getLiteralObjectsFromQuads(List<Quad> quads)static List<Term>Utils. getObjectsFromQuads(List<Quad> quads)static List<Term>Utils. getSubjectsFromQuads(List<Quad> quads) -
Uses of Quad in be.ugent.rml.store
Methods in be.ugent.rml.store that return Quad Modifier and Type Method Description QuadQuadStore. getQuad(Term subject, Term predicate, Term object)Helper functionQuadQuadStore. getQuad(Term subject, Term predicate, Term object, Term graph)Helper functionMethods in be.ugent.rml.store that return types with arguments of type Quad Modifier and Type Method Description List<Quad>QuadStore. getQuads(Term subject, Term predicate, Term object)Helper functionabstract List<Quad>QuadStore. getQuads(Term subject, Term predicate, Term object, Term graph)Get all Quads in store matching arguments.List<Quad>RDF4JStore. getQuads(Term subject, Term predicate, Term object, Term graph)List<Quad>SimpleQuadStore. getQuads(Term subject, Term predicate, Term object, Term graph)Methods in be.ugent.rml.store with parameters of type Quad Modifier and Type Method Description voidQuadStore. addQuad(Quad q)Helper functionintQuad. compareTo(Quad o)voidQuadStore. removeQuads(Quad quad)Method parameters in be.ugent.rml.store with type arguments of type Quad Modifier and Type Method Description voidQuadStore. addQuads(List<Quad> quads)Add all quads in given listvoidQuadStore. removeQuads(List<Quad> quads)
-