@Override
  public int loadRuleWithNacs(String path, String filename) {

    return ruleManipulationBackend.loadRuleWithNacs(path, filename);
  }