org.osbl.agent.model |
|
Java Source File Name | Type | Comment |
Action.java | Interface | Actions are the second of the key components of a Rule (the other being its Conditions). |
Condition.java | Interface | Condition are the first of the two important key aspects of a Rule. |
Rule.java | Class | A rule consists principally of two key components: Conditions and Actions. |
RuleContext.java | Class | This class contains all relevant information that a Rule needs to access when its
Conditions are evaluated and its Actions executed. |