Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

VertexOperator

A VertexOperator is the base class for system operators like Fuzzy And, Fuzzy Or, etc. Instances of VertexOperator are immutable.

Fields

FieldTypeDescription
namestringRead Only. User interface long name of the operator; e.g., “Fuzzy And”.
abbreviationstringRead only. User interface short name of the operator; e.g., “AND”.
asciiAbbreviationstringRead only. User interface ASCII-compliant short name of the operator; e.g., “AND” (read only)
colorColorRead only. The fill color.