Interface ResultNode
public interface ResultNode
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.engine.binding.BindingThe values for the partition variablesGet the query node which provides the schema (the set of available properties) for this result node
-
Method Details
-
getPartitionBinding
org.apache.jena.sparql.engine.binding.Binding getPartitionBinding()The values for the partition variables -
getQueryNode
NodeQueryOld getQueryNode()Get the query node which provides the schema (the set of available properties) for this result node
-