com.hp.hpl.jena.sparql.algebra
Class TableFactory

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.TableFactory

public class TableFactory
extends Object


Constructor Summary
TableFactory()
           
 
Method Summary
static Table create()
           
static Table create(QueryIterator queryIterator)
           
static Table create(Var var, com.hp.hpl.jena.graph.Node value)
           
static Table createEmpty()
           
static Table createUnit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFactory

public TableFactory()
Method Detail

createUnit

public static Table createUnit()

createEmpty

public static Table createEmpty()

create

public static Table create()

create

public static Table create(QueryIterator queryIterator)

create

public static Table create(Var var,
                           com.hp.hpl.jena.graph.Node value)


Licenced under the Apache License, Version 2.0