| Methods in com.hp.hpl.jena.sdb.exprmatch with parameters of type MapAction |
static MapResult |
ExprMatcher.match(com.hp.hpl.jena.sparql.expr.Expr expression,
com.hp.hpl.jena.sparql.expr.Expr pattern,
MapAction mapAction)
|
static MapResult |
ExprMatcher.match(com.hp.hpl.jena.sparql.expr.Expr expression,
com.hp.hpl.jena.sparql.expr.Expr pattern,
MapAction mapAction,
MapCallout mapCallout)
|
static MapResult |
ExprMatcher.match(com.hp.hpl.jena.sparql.expr.Expr expression,
com.hp.hpl.jena.sparql.expr.Expr pattern,
MapAction mapAction,
MapCallout mapCallout,
MapResult mapResult)
Match an expression against a pattern. |
static MapResult |
ExprMatcher.match(String expression,
String pattern,
MapAction mapAction)
|