Uses of Class
org.apache.jena.ontapi.impl.objects.OntListImpl
Packages that use OntListImpl
-
Uses of OntListImpl in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntListImplModifier and TypeMethodDescription<E extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<E>OntGraphModelImpl.asOntList(org.apache.jena.rdf.model.RDFList list, OntObject subject, org.apache.jena.rdf.model.Property predicate, boolean checkRecursions, org.apache.jena.rdf.model.Resource listType, Class<E> elementType) Wraps the existing given[]-listasONT-list.<E extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<E>OntGraphModelImpl.asOntList(org.apache.jena.rdf.model.RDFList list, OntObject subject, org.apache.jena.rdf.model.Property predicate, Class<E> type) Wraps the existing given[]-listasONT-list.<E extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<E>OntGraphModelImpl.createOntList(OntObject subject, org.apache.jena.rdf.model.Property predicate, Class<E> type, Iterator<E> elements) Creates ONT-List with given elements and other settings.<E extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<E>OntGraphModelImpl.createOntList(OntObject subject, org.apache.jena.rdf.model.Property predicate, org.apache.jena.rdf.model.Resource listType, Class<E> elementType, Iterator<E> elements) Creates ONT-List with given elements and other settings. -
Uses of OntListImpl in org.apache.jena.ontapi.impl.objects
Methods in org.apache.jena.ontapi.impl.objects that return OntListImplModifier and TypeMethodDescriptionstatic <N extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<N>OntListImpl.asOntList(org.apache.jena.rdf.model.RDFList list, OntGraphModelImpl model, OntObject subject, org.apache.jena.rdf.model.Property predicate, org.apache.jena.rdf.model.Resource listType, Class<N> elementType) Wraps the existingRDFListasOntList.static <N extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<N>OntListImpl.asSafeOntList(org.apache.jena.rdf.model.RDFList list, OntGraphModelImpl model, OntObject subject, org.apache.jena.rdf.model.Property predicate, org.apache.jena.rdf.model.Resource listType, Class<N> elementType) Wraps the existingRDFListasOntList.static <N extends org.apache.jena.rdf.model.RDFNode>
OntListImpl<N>OntListImpl.create(OntGraphModelImpl model, OntObject subject, org.apache.jena.rdf.model.Property predicate, org.apache.jena.rdf.model.Resource listType, Class<N> elementType, org.apache.jena.util.iterator.ExtendedIterator<N> elements) Creates a freshOntListwith the givenelementTypeas a type constraint containing all content from the specifiedExtendedIteratorpreserving the original order.OntSWRLImpl.BuiltInAtomImpl.getArgList()OntSWRLImpl.ImpImpl.getBodyList()OntSWRLImpl.ImpImpl.getHeadList()OntClassImpl.NaryRestrictionImpl.getList()OntDisjointImpl.getList()OntDisjointImpl.IndividualsImpl.getList()Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntListImplModifier and TypeMethodDescriptionOntDisjointImpl.IndividualsImpl.findList(org.apache.jena.rdf.model.Property predicate) org.apache.jena.util.iterator.ExtendedIterator<OntListImpl<OntIndividual>>OntDisjointImpl.IndividualsImpl.lists()