Uses of Enum
org.eclipse.rdf4j.sail.shacl.wrapper.data.ConnectionsGroup.StatementPosition
-
Uses of ConnectionsGroup.StatementPosition in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeMethodDescriptionReturns 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.Modifier and TypeMethodDescription<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.