@Override
  public RuleAttribute getRuleAttribute(int id) throws EngineException {

    return ruleManipulationBackend.getRuleAttribute(id);
  }