public interface IVariable<E> extends IVariableOrConstant<E>
BOp.Annotations
Modifier and Type | Field and Description |
---|---|
static IVariable<?>[] |
EMPTY
An empty
IVariable array. |
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
The hash code of the name of the variable as reported by
IVariableOrConstant.getName() |
boolean |
isAnonymous()
Return
true iff this is an anonymous variable. |
boolean |
isWildcard()
Return
true iff this is the special variable * |
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.getName()
boolean isWildcard()
true
iff this is the special variable *
boolean isAnonymous()
true
iff this is an anonymous variable.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.