public abstract class Constant extends java.lang.Object implements Term
| Constructor and Description |
|---|
Constant() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(StructType schema)
Binds the term to a schema.
|
boolean |
isConstant()
Returns true if the term represents a constant value.
|
java.util.Set<java.lang.String> |
variables()
Returns the list of variables used in this term.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, apply, applyAsBoolean, applyAsByte, applyAsChar, applyAsDouble, applyAsFloat, applyAsInt, applyAsLong, applyAsShort, field, isVariable, measure, name, terms, typepublic boolean isConstant()
TermisConstant in interface Termpublic java.util.Set<java.lang.String> variables()
HyperTermpublic void bind(StructType schema)
HyperTerm