Type alias Category

Category: "UNDEF" | "FALSE" | "NEVER" | "MAYBE" | "TRUE"

Base Discrete Common Sense Logic type.

  • UNDEF – Totally unknown
  • FALSE – Certainly negative
  • NEVER – Impossible (neither positive nor negative)
  • MAYBE – Uncertain (could be either positive or negative)
  • TRUE – Certainly positive

Generated using TypeDoc