Uses of Interface
org.eclipse.rdf4j.model.Model
-
Packages that use Model Package Description org.eclipse.rdf4j.model The RDF Model API -
-
Uses of Model in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Model Modifier and Type Method Description ModelModelFactory. createEmptyModel()ModelModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.ModelModel. unmodifiable()Returns an unmodifiable view of this model.
-