public class ModelUtil extends Object
| Constructor and Description |
|---|
ModelUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Iterable<? extends org.openrdf.model.Statement> model1,
Iterable<? extends org.openrdf.model.Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
equals(Set<? extends org.openrdf.model.Statement> model1,
Set<? extends org.openrdf.model.Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
isSubset(Iterable<? extends org.openrdf.model.Statement> model1,
Iterable<? extends org.openrdf.model.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 org.openrdf.model.Statement> model1,
Set<? extends org.openrdf.model.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 org.openrdf.model.Statement> model1, Iterable<? extends org.openrdf.model.Statement> model2)
public static boolean equals(Set<? extends org.openrdf.model.Statement> model1, Set<? extends org.openrdf.model.Statement> model2)
public static boolean isSubset(Iterable<? extends org.openrdf.model.Statement> model1, Iterable<? extends org.openrdf.model.Statement> model2)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.