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 TreeModelTreeModel.SubSet. modelMethods in org.eclipse.rdf4j.model.impl that return TreeModel Modifier and Type Method Description TreeModelTreeModelFactory. 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)
-