use of org.apache.jena.sparql.expr.E_IsNumeric in project jena by apache.
the class TestSSE_Builder method testBuildExpr_02.
@Test
public void testBuildExpr_02() {
Expr e = SSE.parseExpr("(isNumeric ?x)");
assertTrue(e instanceof E_IsNumeric);
}
Aggregations