Artificial Intelligence
Artificial Intelligence
Information

KnowledgePredicate.Predicate property


      Gets a value indicating the predicate.


Namespace : ielib
Assembly : ielib.dll

public KnowledgePredicate.Predicates Predicate { get; }

Property value

Type : ielib.KnowledgePredicate.Predicates

Represents a predicate.


enum KnowledgePredicate.Predicates :

Unknown : indicates the unknown comparator.
Equal : indicates the equal compare '=='.
Greater : indicates the upper comparator '>'.
Lower : indicates the lower comparator '<'.
GreaterOrEqual : indicates the comparator greater or equal '>='.
LowerOrEqual : indicates the comparator or less '<='.
NotEqual : indicates the non-equal compare '!='.