fundamentals
Class navigationItem

java.lang.Object
  |
  +--fundamentals.navigationItem

public class navigationItem
extends java.lang.Object

This class holds a collection of arguments to LEA commands. These can be either a numerical value, or a reference to an entry in the testDatabase.


Field Summary
 java.lang.String menuname
           
 java.lang.String page
           
 
Constructor Summary
navigationItem(java.lang.String menuname, java.lang.String page)
          The constructor initializes a (small) Vector
 
Method Summary
 void addOperation(interagents.userLab lab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menuname

public java.lang.String menuname

page

public java.lang.String page
Constructor Detail

navigationItem

public navigationItem(java.lang.String menuname,
                      java.lang.String page)
The constructor initializes a (small) Vector

Method Detail

addOperation

public void addOperation(interagents.userLab lab)