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
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 List<String> getVarNames()
getVars
public List<Var> getVars()
Licenced under the Apache License, Version 2.0