@return Optional notes about the tree
()
| 1202 | |
| 1203 | /** @return Optional notes about the tree */ |
| 1204 | public String getNotes() { |
| 1205 | return notes; |
| 1206 | } |
| 1207 | |
| 1208 | /** @return Whether or not strict matching is enabled */ |
| 1209 | public boolean getStrictMatch() { |
no outgoing calls