org.w3c.rdf.util
Class SetOperations
java.lang.Object
|
+--org.w3c.rdf.util.SetOperations
- public class SetOperations
- extends java.lang.Object
An implementation of set operations on models.
Every of these static methods first attempts to use the native implementation provided by the model if any.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SetOperations
public SetOperations()
union
public static Model union(Model m1,
Model m2)
unite
public static void unite(Model m1,
Model m2)
difference
public static Model difference(Model m1,
Model m2)
subtract
public static void subtract(Model m1,
Model m2)
intersection
public static Model intersection(Model m1,
Model m2)
intersect
public static void intersect(Model m1,
Model m2)