Returns a String representation of the Function, so that it can be restored to LST. @return A String representation of the Function, so that it can be restored to LST
()
| 101 | * @return A String representation of the Function, so that it can be restored to LST |
| 102 | */ |
| 103 | public String getFormulaString() |
| 104 | { |
| 105 | return formulaString; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Applies the conversion Function in this MoveClone to the given baseMove value. |
no outgoing calls