Uses of Interface
org.apache.jena.rdf.model.RDFList
Packages that use RDFList
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of RDFList in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return RDFListModifier and TypeMethodDescriptionAllDifferent.getDistinctMembers()Answer the list of distinct members for this AllDifferent declaration.DataRange.getOneOf()Answer a list of literals that defines the extension of this datarange.EnumeratedClass.getOneOf()Answer a list of individuals that defines the extension of this class.BooleanClassDescription.getOperands()Answer the list of operands for this Boolean class expression.Methods in org.apache.jena.ontology with parameters of type RDFListModifier and TypeMethodDescriptionOntClass.convertToEnumeratedClass(RDFList individuals) Answer a view of this class as an enumeration of the given individuals.OntClass.convertToIntersectionClass(RDFList classes) Answer a view of this class as an intersection of the given classes.OntClass.convertToUnionClass(RDFList classes) Answer a view of this class as a union of the given classes.OntModel.createAllDifferent(RDFList differentMembers) Deprecated, for removal: This API element is subject to removal in a future version.Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.OntModel.createDataRange(RDFList literals) Deprecated, for removal: This API element is subject to removal in a future version.Answer a data range defined as the given set of concrete data values.OntModel.createEnumeratedClass(String uri, RDFList members) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the enumeration of the given list of individualsOntModel.createIntersectionClass(String uri, RDFList members) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the intersection of the given list of class descriptions.OntModel.createUnionClass(String uri, RDFList members) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the union of the given list of class descriptionsvoidAllDifferent.setDistinctMembers(RDFList members) Assert that the list of distinct individuals in this AllDifferent declaration is the given list.voidAssert that this data range is exactly the enumeration of the given individuals.voidAssert that this class is exactly the enumeration of the given individuals.voidBooleanClassDescription.setOperands(RDFList operands) Assert that the operands for this boolean class expression are the classes in the given list. -
Uses of RDFList in org.apache.jena.ontology.impl
Methods in org.apache.jena.ontology.impl that return RDFListModifier and TypeMethodDescriptionOntModelImpl.createList()Answer a new empty list.AllDifferentImpl.getDistinctMembers()Answer the list of distinct members for this AllDifferent declaration.DataRangeImpl.getOneOf()Answer a list of literals that defines the extension of this datarange.EnumeratedClassImpl.getOneOf()Answer a list of individuals that defines the extension of this class.BooleanClassDescriptionImpl.getOperands()Answer the list of operands for this Boolean class expression.ComplementClassImpl.getOperands()Answer the list of operands for this Boolean class expression.Methods in org.apache.jena.ontology.impl with parameters of type RDFListModifier and TypeMethodDescriptionOntClassImpl.convertToEnumeratedClass(RDFList individuals) Answer a view of this class as an enumeration of the given individuals.OntClassImpl.convertToIntersectionClass(RDFList classes) Answer a view of this class as an intersection of the given classes.OntClassImpl.convertToUnionClass(RDFList classes) Answer a view of this class as a union of the given classes.OntModelImpl.createAllDifferent(RDFList differentMembers) Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.OntModelImpl.createDataRange(RDFList literals) Answer a data range defined as the given set of concrete data values.OntModelImpl.createEnumeratedClass(String uri, RDFList members) Answer a resource representing the class that is the enumeration of the given list of individualsOntModelImpl.createIntersectionClass(String uri, RDFList members) Answer a resource representing the class that is the intersection of the given list of class descriptions.OntModelImpl.createUnionClass(String uri, RDFList members) Answer a resource representing the class that is the union of the given list of class desctiptionsvoidAllDifferentImpl.setDistinctMembers(RDFList members) Assert that the list of distinct individuals in this AllDifferent declaration is the given list.voidAssert that this data range is exactly the enumeration of the given individuals.voidAssert that this class is exactly the enumeration of the given individuals.voidBooleanClassDescriptionImpl.setOperands(RDFList operands) Assert that the operands for this boolean class expression are the classes in the given list.voidComplementClassImpl.setOperands(RDFList operands) Assert that the operands for this boolean class expression are the classes in the given list. -
Uses of RDFList in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return RDFListModifier and TypeMethodDescriptionAnswer a new list that is formed by adding each element of this list to the head of the the list formed from the givennodes.Answer a new list that is formed by adding each element of this list to the head of the givenlist.Return a reference to a new list cell whose head isvalueand whose tail is this list.RDFList.copy()Answer a list that contains all of the elements of this list in the same order, but is a duplicate copy in the underlying model.Model.createList()Answer a new empty list.Model.createList(Iterator<? extends RDFNode> members) Answer a new list containing the resources from the given iterator, in order.Model.createList(RDFNode... members) Answer a new list containing the nodes from the given eleemnts, in order.Return a RDF List instance in this model.Return a RDF List based on a given resource.Statement.getList()Return the object of the statement as an RDF List.RDFList.getTail()Answer the list that is the tail of this list.Remove the given value from this list.RDFList.removeHead()Remove the value from the head of the list.Update the list cell at the front of the list to have the given list as tail.Answer the list that is this list with the given value added to the end of the list.Methods in org.apache.jena.rdf.model with parameters of type RDFListModifier and TypeMethodDescriptionAnswer a new list that is formed by adding each element of this list to the head of the givenlist.voidRDFList.concatenate(RDFList list) Change the tail of this list to point to the given list, so that this list becomes the list of the concatenation of the elements of both lists.booleanRDFList.sameListAs(RDFList list) Answer true if this list has the same elements in the same order as the given list.Update the list cell at the front of the list to have the given list as tail. -
Uses of RDFList in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement RDFListModifier and TypeClassDescriptionclassStandard implementation the list abstraction from rdf.model.Methods in org.apache.jena.rdf.model.impl that return RDFListModifier and TypeMethodDescriptionAnswer a new list that is formed by adding each element of this list to the head of the the list formed from the givennodes.Answer a new list that is formed by adding each element of this list to the head of the givenlist.Return a reference to a new list cell whose head isvalueand whose tail is this list.RDFListImpl.copy()Answer a list that contains all of the elements of this list in the same order, but is a duplicate copy in the underlying model.ModelCom.createList()Answer a (the) new empty list Until this is made the object or subject in the model, it will not appear in a written form.ModelCom.createList(Iterator<? extends RDFNode> members) Answer a new list containing the resources from the given iterator, in order.ModelCom.createList(RDFNode... members) Answer a new list containing the RDF nodes from the given array, in orderStatementImpl.getList()RDFListImpl.getTail()Answer the list that is the tail of this list.Remove the given value from this list.RDFListImpl.removeHead()Remove the value from the head of the list.Update the list cell at the front of the list to have the given list as tail.Answer the list that is this list with the given value added to the end of the list.Methods in org.apache.jena.rdf.model.impl that return types with arguments of type RDFListMethods in org.apache.jena.rdf.model.impl with parameters of type RDFListModifier and TypeMethodDescriptionAnswer a new list that is formed by adding each element of this list to the head of the givenlist.voidRDFListImpl.concatenate(RDFList list) Change the tail of this list to point to the given list, so that this list becomes the list of the concatenation of the elements of both lists.booleanRDFListImpl.sameListAs(RDFList list) Answer true if this list has the same elements in the same order as the given list.Update the list cell at the front of the list to have the given list as tail.