com.hp.hpl.jena.sparql.algebra.table
Class TableUnit

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.table.TableBase
      extended by com.hp.hpl.jena.sparql.algebra.table.TableUnit
All Implemented Interfaces:
Table

public class TableUnit
extends TableBase


Constructor Summary
TableUnit()
           
 
Method Summary
 void closeTable()
           
 List<String> getVarNames()
           
 List<Var> getVars()
           
 boolean isEmpty()
           
static boolean isJoinUnit(Table table)
           
 QueryIterator iterator(ExecutionContext execCxt)
           
 QueryIterator matchRightLeft(Binding bindingLeft, boolean includeOnNoMatch, ExprList conditions, ExecutionContext execCxt)
           
 int size()
           
 String toString()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.algebra.table.TableBase
addBinding, close, contains, equals, eval, hashCode, toResultSet
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableUnit

public TableUnit()
Method Detail

isJoinUnit

public static boolean isJoinUnit(Table table)

iterator

public QueryIterator iterator(ExecutionContext execCxt)

matchRightLeft

public QueryIterator matchRightLeft(Binding bindingLeft,
                                    boolean includeOnNoMatch,
                                    ExprList conditions,
                                    ExecutionContext execCxt)

closeTable

public void closeTable()

size

public int size()
Specified by:
size in interface Table
Specified by:
size in class TableBase

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Table
Specified by:
isEmpty in class TableBase

getVarNames

public List<String> getVarNames()

getVars

public List<Var> getVars()

toString

public String toString()
Overrides:
toString in class TableBase


Licenced under the Apache License, Version 2.0