talx x1.0.5

wizx.util
Class VariableStore

java.lang.Object
  extended bywizx.util.VariableStore
Direct Known Subclasses:
TalStore, TrainingStore

public class VariableStore
extends java.lang.Object


Constructor Summary
VariableStore()
           
 
Method Summary
 void addProperty(java.lang.String variableName, Value v)
           
 void define(java.lang.String variableName, Value v)
           
 Value lookup(java.lang.String variableName)
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableStore

public VariableStore()
              throws java.io.IOException
Method Detail

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

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.