org.openrdf.sesame.sail.query
Class DirectType
java.lang.Object
org.openrdf.sesame.sail.query.TriplePattern
org.openrdf.sesame.sail.query.DirectType
- All Implemented Interfaces:
- PathExpression
- public class DirectType
- extends TriplePattern
- Author:
- Arjohn Kampman
DirectType
public DirectType(Var subjectVar,
Var objectVar)
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.