org.uacalc.terms
Interface Variable
- All Superinterfaces:
- Term
- All Known Implementing Classes:
- VariableImp
public interface Variable
- extends Term
The term graph; that is, term tree with possibly shared nodes. This
graph is acyclic.
|
Method Summary |
java.lang.String |
getName()
The list of the variables for the language of this term. |
| Methods inherited from interface org.uacalc.terms.Term |
depth, eval, getChildren, getVariableList, interpretation, interpretation, intEval, isaVariable, leadingOperationSymbol, length, substitute, toString, writeStringBuffer |
x
static final Variable x
y
static final Variable y
z
static final Variable z
getName
java.lang.String getName()
- The list of the variables for the language of this term.
Copyright 2003 Ralph Freese. All Rights Reserved.