Uses of Class
org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings.PerformanceHint
-
Packages that use ShaclSail.TransactionSettings.PerformanceHint Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking. -
-
Uses of ShaclSail.TransactionSettings.PerformanceHint in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ShaclSail.TransactionSettings.PerformanceHint Modifier and Type Method Description static ShaclSail.TransactionSettings.PerformanceHint
ShaclSail.TransactionSettings.PerformanceHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShaclSail.TransactionSettings.PerformanceHint[]
ShaclSail.TransactionSettings.PerformanceHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-