| java.lang.Object com.hp.hpl.jena.graph.query.NamedTripleBunches
NamedTripleBunches | public class NamedTripleBunches (Code) | | A NamedTripleBunches maps a [graph] name to a bunch of triples associated
with that name.
author: hedgehog |
Field Summary | |
final public static String | anon A more-or-less internal object for referring to the "default" graph in a query. |
Method Summary | |
public void | add(String name, Triple pattern) Associate another triple with the given name. | public Iterator | entrySetIterator() Answer an iterator over the entry set of the associated map: this will be
cleaned up as we refactor. |
anon | final public static String anon(Code) | | A more-or-less internal object for referring to the "default" graph in a query.
|
NamedTripleBunches | public NamedTripleBunches()(Code) | | Initialise an empty set of named bunches.
|
add | public void add(String name, Triple pattern)(Code) | | Associate another triple with the given name.
Parameters: name - the [graph] name for the buinch to add this triple to Parameters: pattern - the triple to add to the bunch |
entrySetIterator | public Iterator entrySetIterator()(Code) | | Answer an iterator over the entry set of the associated map: this will be
cleaned up as we refactor.
|
|
|