| java.lang.Object com.hp.hpl.jena.graph.query.Util
Util | public class Util (Code) | | Util: some utility code used by graph query that doesn't seem to belong
anywhere else that it can be put.
author: kers |
Method Summary | |
public static Set | union(Set x, Set y) Answer a new set which is the union of the two argument sets. | public static Set | variablesOf(Triple t) Answer a new set which contains exactly the names of the variable[ node]s
in the triple. |
union | public static Set union(Set x, Set y)(Code) | | Answer a new set which is the union of the two argument sets.
|
variablesOf | public static Set variablesOf(Triple t)(Code) | | Answer a new set which contains exactly the names of the variable[ node]s
in the triple.
|
|
|