Interface ResultNode


public interface ResultNode
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.binding.Binding
    The values for the partition variables
    Get 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