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

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.OpPath
All Implemented Interfaces:
Op, Named, PrintSerializable, Printable

public class OpPath
extends Op0


Constructor Summary
OpPath(TriplePath triplePath)
           
 
Method Summary
 Op apply(Transform transform)
           
 Op copy()
           
 boolean equalTo(Op other, NodeIsomorphismMap isoMap)
           
 String getName()
           
 TriplePath getTriplePath()
           
 int hashCode()
           
 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
 

Constructor Detail

OpPath

public OpPath(TriplePath triplePath)
Method Detail

getTriplePath

public TriplePath getTriplePath()

getName

public String getName()

apply

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

copy

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

equalTo

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

hashCode

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

visit

public void visit(OpVisitor opVisitor)


Licenced under the Apache License, Version 2.0