|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.query.NamedTripleBunches
public class NamedTripleBunches
A NamedTripleBunches maps a [graph] name to a bunch of triples associated with that name.
| Field Summary | |
|---|---|
static String |
anon
A more-or-less internal object for referring to the "default" graph in a query. |
| Constructor Summary | |
|---|---|
NamedTripleBunches()
Initialise an empty set of named bunches. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String anon
| Constructor Detail |
|---|
public NamedTripleBunches()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||