public class NamedTripleBunches extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
anon
A more-or-less internal object for referring to the "default" graph in a query.
|
| Constructor and Description |
|---|
NamedTripleBunches()
Initialise an empty set of named bunches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
Triple pattern)
Associate another triple with the given name.
|
Iterator<Map.Entry<String,SimpleQueryEngine.Cons>> |
entrySetIterator()
Answer an iterator over the entry set of the associated map: this will be
cleaned up as we refactor.
|
public static final String anon
public NamedTripleBunches()
public void add(String name, Triple pattern)
name - the [graph] name for the buinch to add this triple topattern - the triple to add to the bunchpublic Iterator<Map.Entry<String,SimpleQueryEngine.Cons>> entrySetIterator()
Licenced under the Apache License, Version 2.0