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

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

public class P_Inverse
extends P_Path1


Constructor Summary
P_Inverse(Path p)
           
 
Method Summary
 boolean equalTo(Path path2, NodeIsomorphismMap isoMap)
           
 int hashCode()
           
 void visit(PathVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.path.P_Path1
getSubPath
 
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_Inverse

public P_Inverse(Path p)
Method Detail

visit

public void visit(PathVisitor visitor)

equalTo

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

hashCode

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


Licenced under the Apache License, Version 2.0