Uses of Class
sav.z.Variable

Uses of Variable in sav.z
 

Methods in sav.z that return Variable
 Variable Session.var(java.lang.String name)
          Returns a Variable object corresponding to Zigzag's variable.
 Variable Session.var(java.lang.String name, int category)
          Returns a Variable object corresponding to Zigzag's variable for navigation through category values.
 

Methods in sav.z with parameters of type Variable
 void ClassNavigation.generalizeTo(java.lang.String zclass, Variable var)
          Copy general zclass values to var Zigzag Variable.
 void Variable.generalizeTo(Variable var)
          Copy general values to var Zigzag Variable.