fdda.dialog
Class AlgorithmData

java.lang.Object
  |
  +--fdda.dialog.AlgorithmData

public class AlgorithmData
extends Object

Contains the data for the algorithm dialog

Author:
Jörg Rüdenauer

Constructor Summary
AlgorithmData()
           
 
Method Summary
 String[] getAlgorithmDescriptions()
          Returns the algorithm descriptions
 String getCurrentAlgorithm()
          Returns the currently selected algorithm
 String[] getKnownAlgorithms()
          Returns the known algorithms
 void setAlgorithmDescriptions(String[] strings)
          Sets the algorithm descriptions
 void setCurrentAlgorithm(String string)
          Sets the currently selected algorithm
 void setKnownAlgorithms(String[] strings)
          Sets the known algorithms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmData

public AlgorithmData()
Method Detail

getCurrentAlgorithm

public String getCurrentAlgorithm()
Returns the currently selected algorithm

Returns:
the algorithm

setCurrentAlgorithm

public void setCurrentAlgorithm(String string)
Sets the currently selected algorithm

Parameters:
string - the algorithm

getAlgorithmDescriptions

public String[] getAlgorithmDescriptions()
Returns the algorithm descriptions

Returns:
the descriptions

getKnownAlgorithms

public String[] getKnownAlgorithms()
Returns the known algorithms

Returns:
the algorithms

setAlgorithmDescriptions

public void setAlgorithmDescriptions(String[] strings)
Sets the algorithm descriptions

Parameters:
strings - the descriptions

setKnownAlgorithms

public void setKnownAlgorithms(String[] strings)
Sets the known algorithms

Parameters:
strings - the algorithms


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.