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

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

public class P_ReverseLink
extends P_Path0


Constructor Summary
P_ReverseLink(Node n)
           
 
Method Summary
 boolean equalTo(Path path2, NodeIsomorphismMap isoMap)
           
 int hashCode()
           
 boolean isForward()
           
 void visit(PathVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.path.P_Path0
getNode
 
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_ReverseLink

public P_ReverseLink(Node n)
Method Detail

isForward

public boolean isForward()
Specified by:
isForward in class P_Path0

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