de.heineken.studienarbeit

Class CScan


public class CScan
extends Algorithmus

implements the algorithm "CScan".

Field Summary

private int
anfangszahl

Fields inherited from class de.heineken.studienarbeit.Algorithmus

eingabe, eingabegroesse, fortschrittszeiger, puffer, puffergroesse

Constructor Summary

CScan(int puffergroesse, int[] eingabe, int anfangszahl)
Constructor of algorithm

Method Summary

int[]
run()
Run starts the algorithm's work

Methods inherited from class de.heineken.studienarbeit.Algorithmus

getpufferzahl, ladepuffer, run

Field Details

anfangszahl

private int anfangszahl

Constructor Details

CScan

public CScan(int puffergroesse,
             int[] eingabe,
             int anfangszahl)
Constructor of algorithm
Parameters:

Method Details

run

public int[] run()
Run starts the algorithm's work
Overrides:
run in interface Algorithmus
Returns:
number from the algorithm