/**
* Constructor.
*/
public ScanFunctionsController() {
view = new ScanFunctionsView(this);
Behaviour[] behavioursValues = Behaviour.values();
Option[] behavioursArray = new Option[behavioursValues.length];
Behaviour behaviour;
for(int behaviourIndex = 0; behaviourIndex < behavioursValues.length; ++behaviourIndex) {