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

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

public abstract class P_Path0
extends PathBase


Method Summary
 com.hp.hpl.jena.graph.Node getNode()
           
abstract  boolean isForward()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.path.PathBase
equals, equalTo, hashCode, 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

isForward

public abstract boolean isForward()

getNode

public com.hp.hpl.jena.graph.Node getNode()


Licenced under the Apache License, Version 2.0