com.hp.hpl.jena.sparql.path
Class P_Seq

java.lang.Object
  extended by com.hp.hpl.jena.sparql.path.PathBase
      extended by com.hp.hpl.jena.sparql.path.P_Path2
          extended by com.hp.hpl.jena.sparql.path.P_Seq
All Implemented Interfaces:
Path

public class P_Seq
extends P_Path2


Constructor Summary
P_Seq(Path p1, Path p2)
           
 
Method Summary
 boolean equalTo(Path path2, NodeIsomorphismMap isoMap)
           
 int hashSeed()
           
 void visit(PathVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.path.P_Path2
getLeft, getRight, hashCode
 
Methods inherited from class com.hp.hpl.jena.sparql.path.PathBase
equals, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

P_Seq

public P_Seq(Path p1,
             Path p2)
Method Detail

visit

public void visit(PathVisitor visitor)

hashSeed

public int hashSeed()
Specified by:
hashSeed in class P_Path2

equalTo

public boolean equalTo(Path path2,
                       NodeIsomorphismMap isoMap)
Specified by:
equalTo in interface Path
Specified by:
equalTo in class PathBase


Licenced under the Apache License, Version 2.0