com.hp.hpl.jena.rdql
Interface ResultBinding

All Known Implementing Classes:
Environment, ResultBindingImpl

public interface ResultBinding

rdql2.ResultBinding

Version:
$Id: ResultBinding.java,v 1.15 2005/02/21 12:15:25 andy_seaborne Exp $
Author:
Andy Seaborne

Method Summary
 java.lang.Object get(java.lang.String varName)
          Return the value of the named variable in this binding.
 java.util.Set getTriples()
           
 ResultBindingIterator iterator()
          Return an iterator of the items in this result binding.
 Model mergeTriples(Model model)
           
 java.util.Iterator names()
          Iterator over the names in this binding
 

Method Detail

iterator

ResultBindingIterator iterator()
Return an iterator of the items in this result binding. This iterator has operations to access the current variable name and variable value.

Returns:
ResultBindingIterator

get

java.lang.Object get(java.lang.String varName)
Return the value of the named variable in this binding. Object will be an RDFNode.


names

java.util.Iterator names()
Iterator over the names in this binding


mergeTriples

Model mergeTriples(Model model)

getTriples

java.util.Set getTriples()


Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP