com.hp.hpl.jena.sparql.algebra.op
Class OpTable

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.PrintSerializableBase
      extended by com.hp.hpl.jena.sparql.algebra.op.OpBase
          extended by com.hp.hpl.jena.sparql.algebra.op.Op0
              extended by com.hp.hpl.jena.sparql.algebra.op.OpTable
All Implemented Interfaces:
Op, Named, PrintSerializable, Printable

public class OpTable
extends Op0


Method Summary
 Op apply(Transform transform)
           
 Op copy()
           
static OpTable create(Table table)
           
static OpTable empty()
           
 boolean equalTo(Op other, NodeIsomorphismMap labelMap)
           
 String getName()
           
 Table getTable()
           
 int hashCode()
           
 boolean isJoinIdentity()
           
static OpTable unit()
           
 void visit(OpVisitor opVisitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.OpBase
equals, output, output
 
Methods inherited from class com.hp.hpl.jena.sparql.util.PrintSerializableBase
toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable
toString
 

Method Detail

unit

public static OpTable unit()

create

public static OpTable create(Table table)

empty

public static OpTable empty()

isJoinIdentity

public boolean isJoinIdentity()

getTable

public Table getTable()

getName

public String getName()

visit

public void visit(OpVisitor opVisitor)

apply

public Op apply(Transform transform)
Specified by:
apply in class Op0

copy

public Op copy()
Specified by:
copy in class Op0

hashCode

public int hashCode()
Specified by:
hashCode in class OpBase

equalTo

public boolean equalTo(Op other,
                       NodeIsomorphismMap labelMap)
Specified by:
equalTo in interface Op
Specified by:
equalTo in class OpBase


Licenced under the Apache License, Version 2.0