Artificial Intelligence
Artificial Intelligence
Information

Rule. GetConclusionByName(string) method


      Gets an object of the Conclusion class with the name of a fact that it contains.


Namespace : ielib
Assembly : ielib.dll

public Conclusion GetConclusionByName(string aFactName)

Parameters

Type: System.string

aFactName: represents the name of a fact.

Return value

Type : ielib.Conclusion

Represents an object of the class Conclusion. If the name is not found then the value null will be sent.