com.hp.hpl.jena.rdql
Interface ResultBinding

All Known Implementing Classes:
Environment, ResultBindingImpl

public interface ResultBinding

rdql2.ResultBinding

Version:
$Id: ResultBinding.java,v 1.14 2004/07/30 17:11:00 andy_seaborne Exp $
Author:
Andy Seaborne

Method Summary
 Object get(String varName)
          Return the value of the named variable in this binding.
 Set getTriples()
           
 ResultBindingIterator iterator()
          Return an iterator of the items in this result binding.
 Model mergeTriples(Model model)
           
 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

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


names

Iterator names()
Iterator over the names in this binding


mergeTriples

Model mergeTriples(Model model)

getTriples

Set getTriples()


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