|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sail.SailUtil
Defines utility methods for working with Sails.
| Constructor Summary | |
SailUtil()
|
|
| Method Summary | |
static Sail |
findSailInStack(Sail topSail,
Class sailClass)
Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface. |
static boolean |
isSubset(RdfSource rdfSource1,
RdfSource rdfSource2)
Compares the models of two RdfSource objects and returns true if rdfSource1 is a subset of rdfSource2. |
static boolean |
modelsEqual(RdfSource rdfSource1,
RdfSource rdfSource2)
Compares the models of two RdfSource objects and returns true if they are equal. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SailUtil()
| Method Detail |
public static Sail findSailInStack(Sail topSail,
Class sailClass)
topSail - The top of the Sail stack.sailClass - A class or interface.
public static boolean modelsEqual(RdfSource rdfSource1,
RdfSource rdfSource2)
public static boolean isSubset(RdfSource rdfSource1,
RdfSource rdfSource2)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||