Uses of Interface
org.apache.jena.rdf.model.Selector
Packages that use Selector
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of Selector in org.apache.jena.rdf.model
Classes in org.apache.jena.rdf.model that implement SelectorModifier and TypeClassDescriptionclassA general selector class for use when querying models.Methods in org.apache.jena.rdf.model with parameters of type SelectorModifier and TypeMethodDescriptionModel.listStatements(Selector s) List the statements matching a selector.Create a new model containing the statements matching a query. -
Uses of Selector in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement SelectorModifier and TypeClassDescriptionfinal classA general selector class for use when querying models.Methods in org.apache.jena.rdf.model.impl with parameters of type SelectorModifier and TypeMethodDescriptionModelCom.findTriplesFrom(Selector s) Answer an [extended] iterator which returns the triples in this graph which are selected by the (S, P, O) triple in the selector, ignoring any special tests it may do.ModelCom.listStatements(Selector selector)