|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.GraphUtil
public class GraphUtil
An ad-hoc collection of useful code for graphs; starting with findAll.
| Method Summary | |
|---|---|
static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
findAll(Graph g)
Answer an iterator covering all the triples in the specified graph. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findAll(Graph g)
g - the graph from which to extract triples
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||