public interface _RuleWithDetails
getDetails() is
invoked by the engine when it works in verbose mode to provide some extra
information about the rule application implementing this interface.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetails()
A string providing some extra information about the rule application.
|