public class ModelUtil extends Object
Constructor and Description |
---|
ModelUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
equals(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
isSubset(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
static boolean |
isSubset(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
public static boolean equals(Iterable<? extends Statement> model1, Iterable<? extends Statement> model2)
public static boolean equals(Set<? extends Statement> model1, Set<? extends Statement> model2)
public static boolean isSubset(Iterable<? extends Statement> model1, Iterable<? extends Statement> model2)
Copyright © 2001-2016 Aduna. All Rights Reserved.