| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms |
| Modifier and Type | Class and Description |
|---|---|
class |
ExprTransformerBase |
class |
ExprTransformerConcatNested
Expand all arguments of any concat expression into this expression.
|
class |
ExprTransformerLang |
class |
ExprTransformerLogicalAnd |
class |
ExprTransformerMapOld
This transformer is mainly intended for "local" transforms
of functions.
|
class |
ExprTransformerPassValue
Expr transformer for rdfTerm expressions:
the value field of such expressions is passed through
|
class |
ExprTransformerRdfTermComparator |
| Modifier and Type | Method and Description |
|---|---|
ExprTransformer |
ExprTransformerMapOld.lookup(com.hp.hpl.jena.sparql.expr.ExprFunction fn) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExprTransformer> |
ExprTransformerMapOld.getTransformerMap() |
| Constructor and Description |
|---|
ExprEvaluatorPartialOld(com.hp.hpl.jena.sparql.function.FunctionRegistry registry,
ExprTransformer exprTransformer) |
| Constructor and Description |
|---|
ExprTransformerMapOld(Map<String,ExprTransformer> idToTransformer) |
Copyright © 2014. All rights reserved.