java.lang.Object
org.apache.jena.sparql.expr.ExprNode
org.apache.jena.sparql.expr.ExprVar
org.aksw.jena_sparql_api.concept.builder.api.E_FillerRef
All Implemented Interfaces:
org.apache.jena.sparql.expr.Expr

public class E_FillerRef extends org.apache.jena.sparql.expr.ExprVar
Expression that can be used to refer to the set of values appearing as the filler of a certain property restriction
Author:
raven
  • Field Summary

    Fields inherited from class org.apache.jena.sparql.expr.ExprVar

    varNode

    Fields inherited from interface org.apache.jena.sparql.expr.Expr

    CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL, NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
    E_FillerRef(org.apache.jena.graph.Node n)
     
  • Method Summary

    Methods inherited from class org.apache.jena.sparql.expr.ExprVar

    apply, applyNodeTransform, asSparqlExpr, asVar, copy, copySubstitute, equals, eval, format, getAsNode, getExprVar, getVarName, hashCode, isVariable, toPrefixString, toString, visit

    Methods inherited from class org.apache.jena.sparql.expr.ExprNode

    deepCopy, equals, equalsBySyntax, eval, getConstant, getExpr, getFunction, getGraphPattern, getVarsMentioned, isConstant, isExpr, isFunction, isGraphPattern, isSatisfied

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • E_FillerRef

      public E_FillerRef(org.apache.jena.graph.Node n)