VertexOperator
Last updated
Last updated
A VertexOperator is the base class for system operators like Fuzzy And, Fuzzy Or, etc. Instances of VertexOperator are immutable.
Field
Type
Description
name
string
Read Only. User interface long name of the operator; e.g., “Fuzzy And”.
abbreviation
string
Read only. User interface short name of the operator; e.g., “AND”.
asciiAbbreviation
string
Read only. User interface ASCII-compliant short name of the operator; e.g., “AND” (read only)
color
Read only. The fill color.