com.hp.hpl.jena.sparql.algebra.table
Class Table1
java.lang.Object
com.hp.hpl.jena.sparql.algebra.table.TableBase
com.hp.hpl.jena.sparql.algebra.table.Table1
- All Implemented Interfaces:
- Table
public class Table1
- extends TableBase
A table of one row of one binding
Table1
public Table1(Var var,
Node value)
iterator
public QueryIterator iterator(ExecutionContext execCxt)
matchRightLeft
public QueryIterator matchRightLeft(Binding bindingLeft,
boolean includeOnNoMatch,
ExprList conditions,
ExecutionContext execContext)
closeTable
public void closeTable()
getVars
public List<Var> getVars()
getVarNames
public List<String> getVarNames()
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
toString
public String toString()
- Overrides:
toString
in class TableBase
Licenced under the Apache License, Version 2.0