com.carlosbcruz.controller
Class OnlyOneTranslator

java.lang.Object
  extended by com.carlosbcruz.controller.OnlyOneTranslator

public class OnlyOneTranslator
extends java.lang.Object

Link the brute force algorithm to the gui control

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Nested Class Summary
 class OnlyOneTranslator.StartAdapter
          Control the start of the algorithm
 class OnlyOneTranslator.StopAdapter
          Control the stop of the algorithm
 
Constructor Summary
OnlyOneTranslator(OnlyOneGUI gui, BruteForce bf)
          Constructor that link the brute force algorithmwith the interface
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnlyOneTranslator

public OnlyOneTranslator(OnlyOneGUI gui,
                         BruteForce bf)
Constructor that link the brute force algorithmwith the interface

Parameters:
gui - the gui control
bf - the brute force algorithm