de.fuberlin.wiwiss.ng4j.triql.parser
Class ConstraintExpr

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.triql.parser.ConstraintExpr
All Implemented Interfaces:
Constraint

public class ConstraintExpr
extends Object
implements Constraint


Method Summary
 boolean isSatisfied(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isSatisfied

public boolean isSatisfied(com.hp.hpl.jena.rdql.Query q,
                           ResultBinding env)
Specified by:
isSatisfied in interface Constraint

toString

public String toString()
Overrides:
toString in class Object