Uses of Interface
org.apache.jena.ontapi.model.RDFNodeList
Packages that use RDFNodeList
Package
Description
-
Uses of RDFNodeList in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement RDFNodeListModifier and TypeClassDescriptionclass
OntListImpl<E extends org.apache.jena.rdf.model.RDFNode>
Default OntList implementation. -
Uses of RDFNodeList in org.apache.jena.ontapi.model
Subinterfaces of RDFNodeList in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptioninterface
OntList<E extends org.apache.jena.rdf.model.RDFNode>
A parameterized analogue of theJena []-List
that behaves like a java collection. -
Uses of RDFNodeList in org.apache.jena.ontapi.utils
Methods in org.apache.jena.ontapi.utils with parameters of type RDFNodeListModifier and TypeMethodDescriptionstatic <R extends org.apache.jena.rdf.model.RDFNode>
org.apache.jena.util.iterator.ExtendedIterator<R>OntModels.listMembers
(RDFNodeList<R> list) Lists all members fromOntology List
.