com.hp.hpl.jena.rdql
Class Environment

java.lang.Object
  extended by com.hp.hpl.jena.rdql.ResultBindingImpl
      extended by com.hp.hpl.jena.rdql.Environment
All Implemented Interfaces:
ResultBinding

public class Environment
extends ResultBindingImpl


Constructor Summary
Environment()
          Deprecated. Renamed as ResultBindingImpl
 
Method Summary
 int add(java.lang.String varName, RDFNode node)
          Deprecated. This class has been renamed as ResultBindingImpl
 int add(java.lang.String varName, Value value)
          Deprecated. This class has been renamed as ResultBindingImpl
 void check()
          Deprecated. This class has been renamed as ResultBindingImpl
 java.lang.Object get(java.lang.String varName)
          Deprecated. This class has been renamed as ResultBindingImpl
 ResultBindingIterator iterator()
          Deprecated. This class has been renamed as ResultBindingImpl
 int size()
          Deprecated. This class has been renamed as ResultBindingImpl
 
Methods inherited from class com.hp.hpl.jena.rdql.ResultBindingImpl
addTriple, getTriples, mergeTriples, names, setQuery, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Deprecated. Renamed as ResultBindingImpl

Method Detail

add

public int add(java.lang.String varName,
               Value value)
Deprecated. This class has been renamed as ResultBindingImpl

Overrides:
add in class ResultBindingImpl

add

public int add(java.lang.String varName,
               RDFNode node)
Deprecated. This class has been renamed as ResultBindingImpl

Overrides:
add in class ResultBindingImpl

iterator

public ResultBindingIterator iterator()
Deprecated. This class has been renamed as ResultBindingImpl

Description copied from interface: ResultBinding
Return an iterator of the items in this result binding. This iterator has operations to access the current variable name and variable value.

Specified by:
iterator in interface ResultBinding
Overrides:
iterator in class ResultBindingImpl
Returns:
ResultBindingIterator

get

public java.lang.Object get(java.lang.String varName)
Deprecated. This class has been renamed as ResultBindingImpl

Description copied from interface: ResultBinding
Return the value of the named variable in this binding. Object will be an RDFNode.

Specified by:
get in interface ResultBinding
Overrides:
get in class ResultBindingImpl

size

public int size()
Deprecated. This class has been renamed as ResultBindingImpl

Overrides:
size in class ResultBindingImpl

check

public void check()
Deprecated. This class has been renamed as ResultBindingImpl

Check for multiple bindings of the same variable.

Overrides:
check in class ResultBindingImpl


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