Uses of Enum Class
org.apache.jena.sparql.util.iso.BNodeIso.Match
Packages that use BNodeIso.Match
-
Uses of BNodeIso.Match in org.apache.jena.sparql.util.iso
Methods in org.apache.jena.sparql.util.iso that return BNodeIso.MatchModifier and TypeMethodDescriptionstatic BNodeIso.Match
Returns the enum constant of this class with the specified name.static BNodeIso.Match[]
BNodeIso.Match.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.sparql.util.iso with parameters of type BNodeIso.MatchModifier and TypeMethodDescriptionstatic boolean
IsoAlgRows.isomorphic
(List<Binding> list1, List<Binding> list2, BNodeIso.Match matching) static boolean
IsoAlgRows.isomorphic
(RowSet rowset1, RowSet rowset2, BNodeIso.Match matching)