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()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP