Class ClauseBase
java.lang.Object
org.aksw.jena_sparql_api.normal_form.ClauseBase
- Direct Known Subclasses:
Clause
Dnf, Clauses, and Exprs should be treated as immutable!
- Author:
- Claus Stadler <cstadler@informatik.uni-leipzig.de>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSet<org.apache.jena.sparql.expr.Expr>getExprs()Set<org.apache.jena.sparql.expr.Expr>getExprs(Collection<org.apache.jena.sparql.core.Var> vars) Get expressions having one of the given variablesSet<org.apache.jena.sparql.core.Var>inthashCode()intsize()toString()
-
Constructor Details
-
ClauseBase
-
-
Method Details
-
getExprs
public Set<org.apache.jena.sparql.expr.Expr> getExprs(Collection<org.apache.jena.sparql.core.Var> vars) Get expressions having one of the given variables- Parameters:
vars-- Returns:
-
getExprs
-
getVarsMentioned
-
size
public int size() -
toString
-
hashCode
public int hashCode() -
equals
-