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.


Field Summary
static Variable x
           
static Variable y
           
static Variable z
           
 
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
 

Field Detail

x

static final Variable x

y

static final Variable y

z

static final Variable z
Method Detail

getName

java.lang.String getName()
The list of the variables for the language of this term.



Copyright 2003 Ralph Freese. All Rights Reserved.