com.hp.hpl.jena.sparql.algebra.table
Class TableN
java.lang.Object
com.hp.hpl.jena.sparql.algebra.table.TableBase
com.hp.hpl.jena.sparql.algebra.table.TableN
- All Implemented Interfaces:
- Table
public class TableN
- extends TableBase
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TableN
public TableN()
TableN
public TableN(QueryIterator qIter)
materialize
public void materialize(QueryIterator qIter)
addBinding
public void addBinding(Binding binding)
- Specified by:
addBinding in interface Table- Overrides:
addBinding in class TableBase
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
matchRightLeft
public QueryIterator matchRightLeft(Binding bindingLeft,
boolean includeOnNoMatch,
ExprList conditions,
ExecutionContext execContext)
iterator
public QueryIterator iterator(ExecutionContext execCxt)
closeTable
public void closeTable()
getVarNames
public java.util.List<java.lang.String> getVarNames()
getVars
public java.util.List<Var> getVars()
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.