Uses of Class
com.hp.hpl.jena.sparql.expr.ExprNode

Packages that use ExprNode
com.hp.hpl.jena.sparql.expr   
com.hp.hpl.jena.sparql.expr.nodevalue   
 

Uses of ExprNode in com.hp.hpl.jena.sparql.expr
 

Subclasses of ExprNode in com.hp.hpl.jena.sparql.expr
 class E_Add
           
 class E_BNode
           
 class E_Bound
           
 class E_Call
           
 class E_Cast
           
 class E_Coalesce
          SPARQL coalesce special form.
 class E_Conditional
          IF(expr, expr, expr)
 class E_Datatype
           
 class E_DateTimeDay
           
 class E_DateTimeHours
           
 class E_DateTimeMinutes
           
 class E_DateTimeMonth
           
 class E_DateTimeSeconds
           
 class E_DateTimeTimezone
           
 class E_DateTimeTZ
           
 class E_DateTimeYear
           
 class E_Divide
           
 class E_Equals
           
 class E_Exists
           
 class E_Function
          SPARQL filter function
 class E_FunctionDynamic
           
 class E_GreaterThan
           
 class E_GreaterThanOrEqual
           
 class E_IRI
           
 class E_IsBlank
           
 class E_IsIRI
           
 class E_IsLiteral
           
 class E_IsNumeric
           
 class E_IsURI
           
 class E_Lang
           
 class E_LangMatches
           
 class E_LessThan
           
 class E_LessThanOrEqual
           
 class E_LogicalAnd
           
 class E_LogicalNot
           
 class E_LogicalOr
           
 class E_MD5
           
 class E_Multiply
           
 class E_NotEquals
           
 class E_NotExists
           
 class E_NotOneOf
           
 class E_Now
           
 class E_NumAbs
           
 class E_NumCeiling
           
 class E_NumFloor
           
 class E_NumRound
           
 class E_OneOf
           
 class E_OneOfBase
           
 class E_Random
           
 class E_Regex
          Indirect to the choosen regular expression implementation
 class E_SameTerm
           
 class E_Scalar
          A scalar subquery that returns a single row/column.
 class E_SHA1
           
 class E_SHA224
           
 class E_SHA256
           
 class E_SHA384
           
 class E_SHA512
           
 class E_Str
           
 class E_StrAfter
           
 class E_StrBefore
           
 class E_StrConcat
          SPARQL CONCATs
 class E_StrContains
           
 class E_StrDatatype
          Create a literal from lexical form and datatype URI
 class E_StrEncodeForURI
           
 class E_StrEndsWith
           
 class E_StrLang
          Create a literal from lexical form and language tag
 class E_StrLength
           
 class E_StrLowerCase
           
 class E_StrReplace
           
 class E_StrStartsWith
           
 class E_StrSubstring
           
 class E_StrUpperCase
           
 class E_Subtract
           
 class E_UnaryMinus
           
 class E_UnaryPlus
           
 class E_URI
           
 class E_UUID
           
 class E_Version
           
 class ExprAggregator
          Group aggregation functions calculated a value during grouping and placed in the output binding.
 class ExprDigest
           
 class ExprFunction
          A function in the expression hierarchy.
 class ExprFunction0
          An expression that is constant (does not depend on evaluating a sub expression).
 class ExprFunction1
          A function that has a single argument
 class ExprFunction2
          A function of two arguments
 class ExprFunction3
          A function of three arguments
 class ExprFunctionN
          A function which takes N arguments (N may be variable e.g.
 class ExprFunctionOp
          A "function" that executes over a pattern
 class ExprSystem
           
 class ExprVar
          An expression that is a variable in an expression.
 class NodeValue
           
 

Uses of ExprNode in com.hp.hpl.jena.sparql.expr.nodevalue
 

Subclasses of ExprNode in com.hp.hpl.jena.sparql.expr.nodevalue
 class NodeValueBoolean
           
 class NodeValueDate
          XSD Date (which is unrelated to XSD dateTime in the datatype hierarchy)
 class NodeValueDateTime
          XSD dateTime (which is unrelated to XSD date in the datatype hierarchy)
 class NodeValueDecimal
           
 class NodeValueDouble
           
 class NodeValueDuration
          XSD Duration (which is unrelated to XSD dateTime in the datatype hierarchy)
 class NodeValueFloat
           
 class NodeValueGDay
           
 class NodeValueGMonth
           
 class NodeValueGMonthDay
           
 class NodeValueGYear
           
 class NodeValueGYearMonth
           
 class NodeValueInteger
           
 class NodeValueNode
          A NodeValue that isn't anything else - unrecognized literals, URIs and blank nodes.
 class NodeValueString
           
 class NodeValueTime
          XSD Date (which is unrelated to XSD dateTime in the datatype hierarchy)
 



Licenced under the Apache License, Version 2.0