Hilbert II - Version 0.01.09

org.qedeq.kernel.bo.module
Class UsedByListBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.UsedByListBo
All Implemented Interfaces:
UsedByList

public final class UsedByListBo
extends Object
implements UsedByList

List of modules which use the current one.

Version:
$Revision: 1.2 $

Constructor Summary
UsedByListBo()
          Constructs an empty list of used by modules.
 
Method Summary
 void add(Specification specification)
          Add specification to this list.
 boolean equals(Object obj)
           
 Specification 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

UsedByListBo

public UsedByListBo()
Constructs an empty list of used by modules.

Method Detail

add

public final void add(Specification specification)
Add specification to this list.

Parameters:
specification - Specification to add.

size

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

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

get

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

Specified by:
get in interface UsedByList
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.01.09

©left GNU General Public Licence
All Rights Reserved.