public final class RuleConstructor.ActionClause extends Object
Constructor and Description |
---|
ActionClause() |
Modifier and Type | Method and 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 © 2019. All rights reserved.