SelectionSort Class Reference

Inheritance diagram for SelectionSort:

Inheritance graph
[legend]
Collaboration diagram for SelectionSort:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void run ()
void doSort (int[] array)
void setSettings (int[] aArray, Panel aPanel, Label aLabel)

Private Member Functions

void vertausche (int[] array, int x, int y)
int minimum (int[] array, int anfang, int ende)

Detailed Description

Definition at line 3 of file SelectionSort.java.


Member Function Documentation

void SelectionSort.doSort int[]  array  ) 
 

Definition at line 42 of file SelectionSort.java.

References Sort.calcRuntime(), and minimum().

Here is the call graph for this function:

int SelectionSort.minimum int[]  array,
int  anfang,
int  ende
[private]
 

Definition at line 28 of file SelectionSort.java.

Referenced by doSort().

void SelectionSort.run  ) 
 

Reimplemented from Sort.

Definition at line 6 of file SelectionSort.java.

References Sort.calcRuntime(), and Sort.theArray.

Here is the call graph for this function:

void SelectionSort.setSettings int[]  aArray,
Panel  aPanel,
Label  aLabel
 

Definition at line 57 of file SelectionSort.java.

Referenced by DoxygenExample.sortArrays(), and DoxygenExample.startSelectionSort().

void SelectionSort.vertausche int[]  array,
int  x,
int  y
[private]
 

Definition at line 19 of file SelectionSort.java.


The documentation for this class was generated from the following file:
Generated on Mon Jun 19 18:06:05 2006 for Doxygen Example (Java) by  doxygen 1.4.5