com.hp.hpl.jena.graph.query
Class Util
java.lang.Object
com.hp.hpl.jena.graph.query.Util
public class Util
- extends Object
Util: some utility code used by graph query that doesn't seem to belong
anywhere else that it can be put.
- Author:
- kers
Constructor Summary |
Util()
|
Method Summary |
static Set |
union(Set x,
Set y)
Answer a new set which is the union of the two argument sets. |
static Set |
variablesOf(Triple t)
Answer a new set which contains exactly the names of the variable[ node]s
in the triple. |
Util
public Util()
union
public static Set union(Set x,
Set y)
- Answer a new set which is the union of the two argument sets.
variablesOf
public static Set variablesOf(Triple t)
- Answer a new set which contains exactly the names of the variable[ node]s
in the triple.
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP