Package | Description |
---|---|
com.bigdata.rdf.internal.constraints |
Modifier and Type | Class and Description |
---|---|
class |
AndBOp
Imposes the constraint
x AND y . |
class |
CompareBOp
Perform open-world value comparison operations per the SPARQL spec (the LT
operator).
|
class |
ComputedIN
"IN" and "NOT IN" operator based on testing of the enumerated value
expressions.
|
class |
EBVBOp
Calculates the "effective boolean value" of an IValueExpression.
|
class |
FalseBOp
Always evaluates to false.
|
class |
InBinaryBOp
A constraint that a variable may only take on the bindings enumerated by some
set.
|
class |
InBOp
Abstract base class for "IN"
IConstraint implementations. |
class |
InHashBOp
A constraint that a value expression which may only take on the bindings
enumerated by some set of constants.
|
class |
IsBNodeBOp
Imposes the constraint
isBNode(x) . |
class |
IsBoundBOp
Imposes the constraint
bound(x) for the variable x. |
class |
IsInlineBOp
Imposes the constraint
isInline(x) . |
class |
IsLiteralBOp
Imposes the constraint
isLiteral(x) . |
class |
IsMaterializedBOp
Imposes the constraint
isMaterialized(x) . |
class |
IsNumericBOp
Imposes the constraint
isLiteral(x) . |
class |
IsURIBOp
Imposes the constraint
isURI(x) . |
class |
LangMatchesBOp
Implements the langMatches
SPARQL operator.
|
class |
NeedsMaterializationBOp
Attempts to run a constraint prior to materialization.
|
class |
NotBOp
Imposes the constraint
!x . |
class |
OrBOp
Imposes the constraint
x OR y . |
class |
RegexBOp
SPARQL REGEX operator.
|
class |
SameTermBOp
Compare two terms for exact equality.
|
class |
SparqlTypeErrorBOp
Always throws a SparqlTypeError.
|
class |
StrcontainsBOp |
class |
StrendsBOp |
class |
StrstartsBOp |
class |
TrueBOp
Always evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
XSDBooleanIVValueExpression |
AndBOp.get(int i) |
protected static XSDBooleanIVValueExpression |
XSDBooleanIVValueExpression.wrap(IValueExpression<? extends IV> ve)
If the operand is not known to evaluate to a boolean, wrap it with an
EBVBOp . |
Constructor and Description |
---|
InferenceBVE(XSDBooleanIVValueExpression x) |
XSDBooleanIVValueExpression(XSDBooleanIVValueExpression op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.