position2
Class PositionFR

java.lang.Object
  |
  +--position2.PositionFR

public class PositionFR
extends java.lang.Object
implements Position


Field Summary
 int iterations
          Anzahl der durchzuf?hrenden Iterationen
 
Constructor Summary
PositionFR()
           
 
Method Summary
 void positioniere(Process process)
          Hauptfunktion: positioniert in Anlehnung an einem Algorithmus aus der Diplom-Arbeit von Stefan Meier die in dem Process enthaltenen Zust?nde.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterations

public int iterations
Anzahl der durchzuf?hrenden Iterationen
Constructor Detail

PositionFR

public PositionFR()
Method Detail

positioniere

public void positioniere(Process process)
Hauptfunktion: positioniert in Anlehnung an einem Algorithmus aus der Diplom-Arbeit von Stefan Meier die in dem Process enthaltenen Zust?nde.
Specified by:
positioniere in interface Position
Parameters:
process - der zu positionierende Prozess