Uses of Class
org.eclipse.rdf4j.sail.shacl.wrapper.data.ConnectionsGroup.StatementPosition
-
Packages that use ConnectionsGroup.StatementPosition Package Description org.eclipse.rdf4j.sail.shacl.wrapper.data -
-
Uses of ConnectionsGroup.StatementPosition in org.eclipse.rdf4j.sail.shacl.wrapper.data
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return ConnectionsGroup.StatementPosition Modifier and Type Method Description static ConnectionsGroup.StatementPosition
ConnectionsGroup.StatementPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionsGroup.StatementPosition[]
ConnectionsGroup.StatementPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type ConnectionsGroup.StatementPosition Modifier and Type Method Description <T extends Value>
TConnectionsGroup. getSailSpecificValue(T value, ConnectionsGroup.StatementPosition statementPosition, SailConnection connection)
This method is a performance optimization for converting a more general value object, like RDF.TYPE, to the specific Value object that the underlying sail would use for that node.
-