- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Element, ElementGroup, org.apache.jena.graph.FrontsNode, Printable, org.apache.jena.rdf.model.RDFList, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
- All Known Implementing Classes:
- ElementListImpl
public interface ElementList
extends ElementGroup, org.apache.jena.rdf.model.RDFList
An RDFList representing a plain list of sub-Elements in a Query.
Example:
ASK WHERE {
{
?this is:partOf :ElementList
}
}
- Author:
- Holger Knublauch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jena.rdf.model.RDFList
org.apache.jena.rdf.model.RDFList.ApplyFn, org.apache.jena.rdf.model.RDFList.ReduceFn
-
Method Summary
-
Methods inherited from interface org.topbraid.spin.model.Element
visit
-
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
-
Methods inherited from interface org.apache.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Methods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith
-
Methods inherited from interface org.apache.jena.graph.FrontsNode
asNode
-
Methods inherited from interface org.apache.jena.rdf.model.RDFList
add, append, append, apply, asJavaList, concatenate, concatenate, cons, contains, copy, get, getHead, getStrict, getTail, getValidityErrorMessage, indexOf, indexOf, isEmpty, isValid, iterator, mapWith, reduce, remove, removeAll, removeHead, removeList, replace, sameListAs, setHead, setStrict, setTail, size, with
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.