Package org.aksw.jenax.arq.util.expr
Class ExprListUtils
java.lang.Object
org.aksw.jenax.arq.util.expr.ExprListUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontains(org.apache.jena.sparql.expr.ExprList exprList, org.apache.jena.sparql.expr.Expr expr) static org.apache.jena.sparql.expr.ExprListstatic org.apache.jena.sparql.expr.ExprListnodesToExprs(Iterable<org.apache.jena.graph.Node> nodes) Apply ExprLib.nodeToExpr for an iterable of nodesConvert a list of exprlists into a set of sets
-
Constructor Details
-
ExprListUtils
public ExprListUtils()
-
-
Method Details
-
nodesToExprs
public static org.apache.jena.sparql.expr.ExprList nodesToExprs(Iterable<org.apache.jena.graph.Node> nodes) Apply ExprLib.nodeToExpr for an iterable of nodes -
toSets
public static Set<Set<org.apache.jena.sparql.expr.Expr>> toSets(List<org.apache.jena.sparql.expr.ExprList> clauses) Convert a list of exprlists into a set of sets -
contains
public static boolean contains(org.apache.jena.sparql.expr.ExprList exprList, org.apache.jena.sparql.expr.Expr expr) -
fromUris
-