Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Attrs

Enum for attributes of a solver.

Index

Enumeration members

CONSONANT_PREFIX

CONSONANT_PREFIX: = Attrs.DEPENDENT | (1 << 2)

Indicates that the solver contains dependent consonants.

DEPENDENT

DEPENDENT: = 1 << 1

Indicates that the solver works as a part of key combo only if followed by certain solver.

FALLBACK_ALPHABET

FALLBACK_ALPHABET: = 1 << 7

Indicates that the solver is alphabet which is not regarded as a part of roman letter input

NONE

NONE: = 0

No-op.

NUMBER

NUMBER: = 1 << 6

Indicates that the solver solves into a number.

PREF_FACTOR

PREF_FACTOR: = 1 << 4

Indicates that the solver works as a preference factor.

SINGLE_N

SINGLE_N: = Attrs.DEPENDENT | (1 << 3)

Indicates that the solver contains a single n that resolves .

SYMBOL

SYMBOL: = 1 << 5

Indicates that the solver solves into a symbol.

UNDEFINED

UNDEFINED: = 1

Indicates that the solver is not defined in the basic rules.

Generated using TypeDoc