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

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

public abstract class P_Path2
extends PathBase


Method Summary
 Path getLeft()
           
 Path getRight()
           
 int hashCode()
           
abstract  int hashSeed()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.path.PathBase
equals, equalTo, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.path.Path
visit
 

Method Detail

getLeft

public Path getLeft()

getRight

public Path getRight()

hashSeed

public abstract int hashSeed()

hashCode

public final int hashCode()
Specified by:
hashCode in class PathBase


Licenced under the Apache License, Version 2.0