MCPcopy
hub / github.com/j-easy/easy-rules / execute

Method execute

easy-rules-core/src/main/java/org/jeasy/rules/api/Rule.java:87–87  ·  view source on GitHub ↗

This method implements the rule's action(s). @throws Exception thrown if an exception occurs when performing action(s)

(Facts facts)

Source from the content-addressed store, hash-verified

85 * @throws Exception thrown if an exception occurs when performing action(s)
86 */
87 void execute(Facts facts) throws Exception;
88
89}

Implementers 1

BasicRuleeasy-rules-core/src/main/java/org/jeas

Calls

no outgoing calls