Language Sentences
rule
sentence
Lets organize the knowledge (actions and
decision structure) implied in a rule
rule <action_rule_descriptor> {
(DIRECTIVE_OF_DECISION)
[GUIDE_1 | GUIDE_2] {
<action_rule_descriptor>
}
[GUIDE_I] {
<action_rule_descriptor>
}
[GUIDE_N] {
<action_rule_descriptor>
}
}