Artificial Intelligence
Artificial Intelligence
Information

Premise.IsSatisfied property


      Gets a value indicating whether this premise is satisfied.


Namespace : ielib
Assembly : ielib.dll

public bool IsSatisfied { get; }

Property value

Type : System.bool

The value is true if this premise is satisfied, otherwise false.


      Note: A premise is satisfied when the comparison of the value of the Premise.Value property with the Fact.Value property of this object is satisfied.