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