Class VirusStack

java.lang.Object
  |
  +--VirusStack

public class VirusStack
extends java.lang.Object

VirusStack class.

Stack for the virus data.

See Also:
Operandum

Constructor Summary
VirusStack()
           
 
Method Summary
 void addVirus(Operandum virus)
           
 Operandum getData(java.lang.String virus)
          Retrieve the data entered by the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirusStack

public VirusStack()
Method Detail

getData

public Operandum getData(java.lang.String virus)
Retrieve the data entered by the user.

Returns:
the virus data.

addVirus

public void addVirus(Operandum virus)