| Package | Description |
|---|---|
| org.aksw.sparqlify.core.transformations |
| Modifier and Type | Class and Description |
|---|---|
class |
ET_IsDecimal
This function does not exist in SPARQL.
|
class |
ExprTransformerArithmetic |
class |
ExprTransformerBase1 |
class |
ExprTransformerBase2 |
class |
ExprTransformerCast |
class |
ExprTransformerConcat
Expand all arguments of any concat expression into this expression.
|
class |
ExprTransformerFunction |
class |
ExprTransformerIsNumeric
Checks whether xsd:numeric is a super class of the given expression
|
class |
ExprTransformerLang |
class |
ExprTransformerLangMatches |
class |
ExprTransformerLogicalConjunction |
class |
ExprTransformerPassAsTypedLiteral
Expr transformer for rdfTerm expressions:
the value field of such expressions is passed through
Expects that the original expression is of type E_RdfTerm!
|
class |
ExprTransformerRdfTermComparator |
class |
ExprTransformerRdfTermCtor |
class |
ExprTransformerSparqlFunctionModel |
class |
ExprTransformerStr |
| Modifier and Type | Method and Description |
|---|---|
ExprTransformer |
RdfTermEliminatorImpl.lookup(com.hp.hpl.jena.sparql.expr.ExprFunction fn) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExprTransformer> |
RdfTermEliminatorImpl.getTransformerMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
RdfTermEliminatorImpl.register(String functionSymbol,
ExprTransformer exprTransformer) |
void |
RdfTermEliminatorWriteable.register(String functionSymbol,
ExprTransformer exprTransformer) |
| Constructor and Description |
|---|
RdfTermEliminatorImpl(Map<String,ExprTransformer> idToTransformer) |
Copyright © 2014. All Rights Reserved.