1 package fr.ove.openmath.mfd2; 2 3 import fr.ove.openmath.exceptions.ErrorMessageException; 4 5 public interface OpenMathResultSetable { 6 public void setOpenMathResult(String result) throws ErrorMessageException; 7 }