Artificial Intelligence
Artificial Intelligence
Information

ChainingResult class


      Represents the result following the execution of inference engine.


Namespace : ielib
Assembly : ielib.dll
   C#
   public class ChainingResult:Object


Inheritance Hierarchy
      System.Object
                 ChainingResult

Properties

ArrayRequestForExecution: Get the array containing a set of queries to run.

ContradictoryConclusion : Returns the object of the class Conclusion which is contradictory.

Count : Returns the number of results.

ExistRequestForExecution: Gets a value indicating whether there is at least a performing query.

Item : Gets the object of the class Fact to index specified.

Question : Returns the question posed by the inference engine.

Result : Gets the result following the execution of the InferenceEngine.Run() method.

RuleId : Returns the ID of the object of the class Rule.