Package jadex.rules.eca
Class RuleEvent
java.lang.Object
jadex.rules.eca.RuleEvent
- Direct Known Subclasses:
RuleIntermediateEvent
Information about execution of a rule.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the result.Get the ruleName.void
Set the result.void
setRuleName
(String rulename) Set the ruleName.toString()
Get the string representation.
-
Field Details
-
rulename
The rule that was fired. -
result
The action result.
-
-
Constructor Details
-
RuleEvent
public RuleEvent()Create a new RuleEvent. -
RuleEvent
Create a new RuleEvent.
-
-
Method Details
-
getRuleName
Get the ruleName.- Returns:
- The ruleName.
-
setRuleName
Set the ruleName.- Parameters:
ruleName
- The ruleName to set.
-
getResult
Get the result.- Returns:
- The result.
-
setResult
Set the result.- Parameters:
result
- The result to set.
-
toString
Get the string representation.
-