de.fuberlin.wiwiss.d2rq.find
Class QueryContext

java.lang.Object
  extended byde.fuberlin.wiwiss.d2rq.find.QueryContext

public class QueryContext
extends java.lang.Object

Encapsulates state for the execution of a find query.

History:
08-03-2004: Initial version of this class.

Version:
V0.2
Author:
Richard Cyganiak

Field Summary
private  boolean uriPatternMatched
           
 
Constructor Summary
QueryContext()
           
 
Method Summary
 boolean isURIPatternMatched()
           
 void setURIPatternMatched(boolean matched)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uriPatternMatched

private boolean uriPatternMatched
Constructor Detail

QueryContext

public QueryContext()
Method Detail

setURIPatternMatched

public void setURIPatternMatched(boolean matched)

isURIPatternMatched

public boolean isURIPatternMatched()