public interface IConstant<E> extends IVariableOrConstant<E>
Note: IConstant
does not implement Comparable
for two
reasons:
Constant
s wrapping different data types are not comparable. Rigid
schema data models such as SQL do not have this problem since columns have a
single data type, but schema flexible object models and RDF both have runtime
determination of the data type.Comparable
, SORT operators generally must provide their
own ordering semantics.BOp.Annotations
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
The hash code of the value that would be returned by
IVariableOrConstant.get() |
equals, get, getName, isConstant, isVar
get, toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
int hashCode()
IVariableOrConstant.get()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.