public final class RuleConstructor.ActionClause extends Object
Constructor | Description |
---|---|
ActionClause() |
Modifier and Type | Method | Description |
---|---|---|
RuleConstructor |
doAction(String... actions) |
Definition of actions for the rule.
|
public RuleConstructor doAction(String... actions)
Definition of actions for the rule.
When called as
doAction("debug(\"killing JVM\")", "killJVM()")
rule looks
DO debug("killing JVM");
killJVM()
actions
- actions definitions to be part of the ruleCopyright © 2018. All rights reserved.