wizx.util
Class VariableStore
java.lang.Object
wizx.util.VariableStore
- Direct Known Subclasses:
- TalStore, TrainingStore
- public class VariableStore
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableStore
public VariableStore()
throws java.io.IOException
lookup
public Value lookup(java.lang.String variableName)
throws UndefinedVariableException
- Throws:
UndefinedVariableException
define
public void define(java.lang.String variableName,
Value v)
addProperty
public void addProperty(java.lang.String variableName,
Value v)
save
public void save()
throws java.io.IOException
- Throws:
java.io.IOException
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.