@return the level where the rule resides
()
| 626 | |
| 627 | /** @return the level where the rule resides*/ |
| 628 | public int getLevel() { |
| 629 | return level; |
| 630 | } |
| 631 | |
| 632 | /** @return the order of rule processing within a level */ |
| 633 | public int getOrder() { |
no outgoing calls