public class RegexDerivation extends Object
| Constructor and Description |
|---|
RegexDerivation() |
| Modifier and Type | Method and Description |
|---|---|
static String |
_deriveRegex(com.hp.hpl.jena.sparql.expr.E_StrConcat expr) |
static String |
_deriveRegex(E_StrConcatPermissive expr) |
static String |
_deriveRegex(com.hp.hpl.jena.sparql.expr.Expr var) |
static String |
_deriveRegex(com.hp.hpl.jena.sparql.expr.ExprVar var) |
static String |
_deriveRegex(com.hp.hpl.jena.sparql.expr.NodeValue expr) |
static String |
concatPatterns(List<com.hp.hpl.jena.sparql.expr.Expr> exprs) |
static String |
deriveRegex(com.hp.hpl.jena.sparql.expr.Expr expr) |
public static String deriveRegex(com.hp.hpl.jena.sparql.expr.Expr expr)
public static String _deriveRegex(com.hp.hpl.jena.sparql.expr.E_StrConcat expr)
public static String _deriveRegex(E_StrConcatPermissive expr)
public static String _deriveRegex(com.hp.hpl.jena.sparql.expr.NodeValue expr)
public static String _deriveRegex(com.hp.hpl.jena.sparql.expr.Expr var)
public static String _deriveRegex(com.hp.hpl.jena.sparql.expr.ExprVar var)
Copyright © 2014. All Rights Reserved.