Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class VariableListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.VariableListVo
All Implemented Interfaces:
VariableList

public class VariableListVo
extends Object
implements VariableList

List of variables.

Version:
$Revision: 1.8 $

Constructor Summary
VariableListVo()
          Constructs an empty list of variables.
 
Method Summary
 void add(Element element)
          Add variable to list.
 boolean equals(Object obj)
           
 Element get(int index)
          Get index-th element of list.
 int hashCode()
           
 int size()
          Get size of list.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableListVo

public VariableListVo()
Constructs an empty list of variables.

Method Detail

add

public final void add(Element element)
Add variable to list.

Parameters:
element - Variable.

size

public final int size()
Description copied from interface: VariableList
Get size of list.

Specified by:
size in interface VariableList
Returns:
List size.

get

public final Element get(int index)
Description copied from interface: VariableList
Get index-th element of list.

Specified by:
get in interface VariableList
Parameters:
index - Index.
Returns:
Index-th element.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.