import detective.core.DetectiveEngine;
import detective.core.DetectiveModel;
import detective.core.DetectiveResult;
DetectiveModel model = new DetectiveModel();
DetectiveEngine engine = new DetectiveEngine();
DetectiveResult result = engine.execute(model);
<configuration>
<model>
</model>
</configuration>