Returns the profile plot data.
()
| 152 | |
| 153 | /** Returns the profile plot data. */ |
| 154 | public double[] getProfile() { |
| 155 | return profile; |
| 156 | } |
| 157 | |
| 158 | /** Returns the calculated minimum value. */ |
| 159 | public double getMin() { |
no outgoing calls
no test coverage detected