NL Syntax for Sentence Rule |
Pro/3 home page - documentation overview - What is Pro/3? |
» syntaxes - What are sentence rules? - What are facts? - XML - The Summit |
Sentence rules are usually entered, viewed or updated with the rule editor. Alternatively, sentence rules can be backed up and restored to/from XML text format. Pro/3 additionally has a NL text syntax for sentence rules, however, the supported syntax at present only covers simple implication rules. The general syntax for a simple implication rule is: if [it is not true that] <Condition> [{ ,[it is not true that] <Condition> }* and [it is not true that] <Condition>] then <Conclusion> ! where the conclusion is a sentence-like structure and the conditions are sentence-like structures or variable conditions. The syntax of the sentence-like structures are based on the syntax for sentences (facts).
Refer to <SimpleImplicationRule> in the NL-syntax for all details. |