de.fuberlin.wiwiss.d2rq.fastpath
Class StageInfo

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.fastpath.StageInfo

public class StageInfo
extends Object

Version:
$Id: StageInfo.java,v 1.3 2006/10/16 12:46:00 cyganiak Exp $
Author:
jgarbers

Constructor Summary
StageInfo(com.hp.hpl.jena.graph.query.Mapping map, com.hp.hpl.jena.graph.query.ExpressionSet constraints, com.hp.hpl.jena.graph.Triple[] triples)
           
 
Method Summary
 com.hp.hpl.jena.graph.query.Pattern compiled(int index)
           
 boolean evalGuard(com.hp.hpl.jena.graph.query.Domain domain)
           
 VarInfos vars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageInfo

public StageInfo(com.hp.hpl.jena.graph.query.Mapping map,
                 com.hp.hpl.jena.graph.query.ExpressionSet constraints,
                 com.hp.hpl.jena.graph.Triple[] triples)
Method Detail

compiled

public com.hp.hpl.jena.graph.query.Pattern compiled(int index)

vars

public VarInfos vars()

evalGuard

public boolean evalGuard(com.hp.hpl.jena.graph.query.Domain domain)