org.openrdf.sesame.sail.query
Class DirectSubClassOf

java.lang.Object
  extended byorg.openrdf.sesame.sail.query.TriplePattern
      extended byorg.openrdf.sesame.sail.query.DirectSubClassOf
All Implemented Interfaces:
PathExpression

public class DirectSubClassOf
extends TriplePattern

Author:
Arjohn Kampman

Constructor Summary
DirectSubClassOf(Var subjectVar, Var objectVar)
           
 
Method Summary
 void getVariables(Collection variables)
          Gets all variables that are used in this PathExpression.
 String toString()
           
 
Methods inherited from class org.openrdf.sesame.sail.query.TriplePattern
clear, getObjectVar, getPredicateVar, getSubjectVar, initialize, selectNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectSubClassOf

public DirectSubClassOf(Var subjectVar,
                        Var objectVar)
Method Detail

getVariables

public void getVariables(Collection variables)
Description copied from interface: PathExpression
Gets all variables that are used in this PathExpression.

Specified by:
getVariables in interface PathExpression
Overrides:
getVariables in class TriplePattern

toString

public String toString()
Overrides:
toString in class TriplePattern


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.