execute method

Book execute()

launches the analyze of the data.

Implementation

Book execute() {
  jrl.execute();
  return this;
}