Uses of Class
org.eclipse.rdf4j.model.impl.TreeModel
-
Packages that use TreeModel Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfaces -
-
Uses of TreeModel in org.eclipse.rdf4j.model.impl
Fields in org.eclipse.rdf4j.model.impl declared as TreeModel Modifier and Type Field Description private TreeModel
TreeModel.SubSet. model
Methods in org.eclipse.rdf4j.model.impl that return TreeModel Modifier and Type Method Description TreeModel
TreeModelFactory. createEmptyModel()
Constructors in org.eclipse.rdf4j.model.impl with parameters of type TreeModel Constructor Description SubSet(TreeModel model, TreeModel.TreeStatement lo, boolean loInclusive, TreeModel.TreeStatement hi, boolean hiInclusive)
-