position1
Class PositionEmp

java.lang.Object
  |
  +--position1.PositionEmp

public class PositionEmp
extends java.lang.Object
implements Position

Empirisches Platzieren der Zustaende eines Processes. Limitierungen: Ab ca. 140 Zustaenden koennte es etwas unuebersichtlich werden ;-)

Version:
1.2b [ b=zwei schlimme, schlimme bugs entfernt :-( ]
Author:
Christian Buck ( c.buck@gmx.de )

Constructor Summary
PositionEmp()
           
 
Method Summary
 void positioniere(Process p)
          Dies ist die Implementation des Interfaces und die einzige Methode, die von extern aufgerufen wird.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionEmp

public PositionEmp()
Method Detail

positioniere

public void positioniere(Process p)
Dies ist die Implementation des Interfaces und die einzige Methode, die von extern aufgerufen wird. Externe Funktion.
Specified by:
positioniere in interface Position