com.hp.hpl.jena.graph
Class GraphUtil
java.lang.Object
com.hp.hpl.jena.graph.GraphUtil
public class GraphUtil
- extends Object
An ad-hoc collection of useful code for graphs; starting with findAll.
- Author:
- kers
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. |
findAll
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findAll(Graph g)
- Answer an iterator covering all the triples in the specified graph.
- Parameters:
g
- the graph from which to extract triples
- Returns:
- an iterator over all the graph's triples
Licenced under the Apache License, Version 2.0