|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementList | |
|---|---|
| org.topbraid.spin.arq | Converter from Jena ARQ to the SPIN object model. |
| org.topbraid.spin.model | The SPIN object model (subclasses of Jena Resource). |
| Uses of ElementList in org.topbraid.spin.arq |
|---|
| Methods in org.topbraid.spin.arq that return ElementList | |
|---|---|
ElementList |
ARQ2SPIN.createElementList(Element pattern)
Creates a SPIN ElementList from a given ARQ Element pattern. |
| Uses of ElementList in org.topbraid.spin.model |
|---|
| Methods in org.topbraid.spin.model that return ElementList | |
|---|---|
static ElementList |
SPINFactory.createElementList(Model model,
Element[] elements)
Creates a new ElementList in a given Model. |
static ElementList |
SPINFactory.createElementList(Model model,
java.util.Iterator<Element> elements)
Creates a new ElementList in a given Model. |
ElementList |
Query.getWhere()
Gets the ElementList of the WHERE clause of this query. |
| Methods in org.topbraid.spin.model with parameters of type ElementList | |
|---|---|
static Ask |
SPINFactory.createAsk(Model model,
ElementList where)
Creates an Ask query for a given WHERE clause. |
static Optional |
SPINFactory.createOptional(Model model,
ElementList elements)
Creates a new Optional as a blank node in a given Model. |
static Union |
SPINFactory.createUnion(Model model,
ElementList elements)
Creates a new UNION element as a blank node in a given Model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||