Is this an optional kit task which should only be actioned if it matches a select value? @return true if this is an optional task, false if it should always be actioned.
()
| 80 | * @return true if this is an optional task, false if it should always be actioned. |
| 81 | */ |
| 82 | public boolean isOptional() |
| 83 | { |
| 84 | return bounds != null; |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Evaluate the EVAL expression |