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

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

public class P_NegPropSet
extends PathBase


Constructor Summary
P_NegPropSet()
           
 
Method Summary
 void add(P_Path0 p)
           
 boolean equalTo(Path path2, NodeIsomorphismMap isoMap)
           
 List<com.hp.hpl.jena.graph.Node> getBwdNodes()
           
 List<com.hp.hpl.jena.graph.Node> getFwdNodes()
           
 List<P_Path0> getNodes()
           
 int hashCode()
           
 void visit(PathVisitor visitor)
           
 
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_NegPropSet

public P_NegPropSet()
Method Detail

add

public void add(P_Path0 p)

getNodes

public List<P_Path0> getNodes()

getFwdNodes

public List<com.hp.hpl.jena.graph.Node> getFwdNodes()

getBwdNodes

public List<com.hp.hpl.jena.graph.Node> getBwdNodes()

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