isac-java/src/java/isac/bridge/BridgeRMI.java
changeset 5047 eef39218005d
parent 5046 4511ddb89ed5
child 5048 e1852e033ba3
     1.1 --- a/isac-java/src/java/isac/bridge/BridgeRMI.java	Wed Mar 01 14:49:48 2017 +0100
     1.2 +++ b/isac-java/src/java/isac/bridge/BridgeRMI.java	Wed Mar 01 15:03:25 2017 +0100
     1.3 @@ -1810,8 +1810,8 @@
     1.4       */
     1.5  
     1.6      /**
     1.7 +     * <b>Do not use:</b><br></br> not impl. in Math_Engine
     1.8       * @see isac.interfaces.ICalcIterator#tryMatchMethod(MethodID)
     1.9 -     * @deprecated WN150812: not impl. in Math_Engine.
    1.10       */
    1.11      public Match initMatchMethod(int javaCalcID) throws RemoteException {
    1.12          ResponseWrapper wrapper = interpretSML(javaCalcID,
    1.13 @@ -1824,8 +1824,8 @@
    1.14      }
    1.15      
    1.16      /**
    1.17 -     * @see isac.interfaces.ICalcIterator#tryMatchProblem(HierarchyKey)
    1.18 -     * @deprecated WN150812: not impl. in Math_Engine.
    1.19 +     * <b>Do not use:</b><br></br> not impl. in Math_Engine
    1.20 +     * @see isac.interfaces.ICalcIterator#tryMatchMethod(MethodID)
    1.21       */
    1.22      public Match initMatchProblem(int javaCalcID) {
    1.23          ResponseWrapper wrapper = interpretSML(javaCalcID,
    1.24 @@ -1858,8 +1858,8 @@
    1.25      }
    1.26  
    1.27      /**
    1.28 +     * <b>Do not use:</b><br></br> not impl. in Math_Engine
    1.29       * @see isac.interfaces.ICalcIterator#tryMatchMethod(MethodID)
    1.30 -     * @deprecated is not impl. in math-engine !!!
    1.31       */
    1.32      public Match tryMatchMethod(int javaCalcID, MethodID keStoreID)
    1.33              throws RemoteException {
    1.34 @@ -1906,8 +1906,8 @@
    1.35      }
    1.36  
    1.37      /**
    1.38 +     * <b>Do not use:</b><br></br> not impl. in Math_Engine
    1.39       * @see isac.interfaces.ICalcIterator#tryRefineProblem(HierarchyKey)
    1.40 -     * @deprecated in favour of refineProblem.
    1.41       */
    1.42      public Match tryRefineProblem(int javaCalcID, ProblemID problemID) {
    1.43          ResponseWrapper wrapper = interpretSML(javaCalcID,