예제 #1
0
 private void registerObservers() {
   algorithm.addObserver(this);
   evaluationEnvoronment.addObserver(this);
 }