Artificial Intelligence
Artificial Intelligence
Information

Conclusion class


      Represents an action that will be triggered when the whole premises of a rule is satisfied.


Namespace : ielib
Assembly : ielib.dll
   C#
   public class Conclusion : KnowledgeObj


Inheritance Hierarchy
     System.Object
            KnowledgeObj
                     Conclusion

Properties

Expression : Gets a string that represents the expression of the conclusion (inherited from the KnowledgeObj class). Deprecated from version 1.3.

FactObject : Gets or sets the object of the class Fact of this conclusion (inherited from the KnowledgeObj class).

Value : Gets or sets the value of the conclusion (inherited from the KnowledgeObj class).


Methods

GetExpression() : Gets a string that represents the expression of the conclusion (inherited from the KnowledgeObj class).