com.hp.hpl.jena.sdb.exprmatch
Interface ActionMatch

All Known Implementing Classes:
ActionMatchBind, ActionMatchExact, ActionMatchNoBind, ActionMatchString, ActionMatchVar

public interface ActionMatch

Expression pattern action. return true for a match; return false or throw NoMatch for failure. The exception can have a reason string.


Method Summary
 boolean match(com.hp.hpl.jena.sparql.core.Var var, com.hp.hpl.jena.sparql.expr.Expr expr, MapResult resultMap)
           
 

Method Detail

match

boolean match(com.hp.hpl.jena.sparql.core.Var var,
              com.hp.hpl.jena.sparql.expr.Expr expr,
              MapResult resultMap)


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.