com.hp.hpl.jena.sdb.exprmatch
Class ActionMatchExact

java.lang.Object
  extended by com.hp.hpl.jena.sdb.exprmatch.ActionMatchBind
      extended by com.hp.hpl.jena.sdb.exprmatch.ActionMatchExact
All Implemented Interfaces:
ActionMatch

public class ActionMatchExact
extends ActionMatchBind


Constructor Summary
ActionMatchExact(com.hp.hpl.jena.sparql.expr.Expr expr)
           
ActionMatchExact(String exprStr)
           
 
Method Summary
 boolean match(com.hp.hpl.jena.sparql.core.Var var, com.hp.hpl.jena.sparql.expr.Expr expr, MapResult resultMap)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionMatchExact

public ActionMatchExact(String exprStr)

ActionMatchExact

public ActionMatchExact(com.hp.hpl.jena.sparql.expr.Expr expr)
Method Detail

match

public boolean match(com.hp.hpl.jena.sparql.core.Var var,
                     com.hp.hpl.jena.sparql.expr.Expr expr,
                     MapResult resultMap)
Specified by:
match in interface ActionMatch
Overrides:
match in class ActionMatchBind


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