LogoLogo
Version 4
Version 4
  • Version 4
  • Welcome to Flying Logic 4
  • πŸ“–Flying Logic Resources
  • Recommended Reading
  • Flying Logic 4 User Guide
    • 🏁Getting Started
    • πŸš€What's New
    • πŸ—žοΈSubscribing
    • πŸ“–Reader Mode
    • πŸ“„The Document Window
    • β˜‘οΈConstructing Graphs
    • πŸ€–Graph Logic
    • πŸ“¦Domains
    • βŒ›Chart View
    • πŸ’»Scripting
    • πŸ’‘Menus
    • ⌨️Keyboard Shortcuts
    • ❓Preferences
    • πŸ‘”Project Management
  • Flying Logic 4 Scripting Guide
    • 🏁Getting Started
    • Online Resources
    • Predefined Variables
    • Classes
      • Application
      • CalendarEvent
      • Color
      • Date
      • Document
      • Domain
      • Edge
      • EntityClass
      • Entity
      • FontSpec
      • GraphElemFilter
      • GraphElem
      • GraphOperator
      • Group
      • Junctor
      • LayoutLine
      • Resource
      • Symbol
      • TextEditor
      • Time
      • VertexElem
      • VertexOperator
      • Workweek
    • πŸ‘‰Constants
    • Graphic Symbol Names
    • πŸ“—Importer and Exporter Examples
    • Flying Logic Document Format
  • Thinking with Flying Logic
    • Part I: Introduction
    • About This Book
    • Keys to Great Thinking
    • Part II: The Theory of Constraints Thinking Processes
    • Overview of the Theory of Constraints
    • The Categories of Legitimate Reservation
    • Current Reality Tree
    • Evaporating Cloud: Conflict Resolution
    • Future Reality Tree
    • Prerequisite Tree
    • Transition Tree
    • Strategy & Tactics Tree
    • Part III: Other Techniques
    • Evidence-Based Analysis
    • Concept Maps
Powered by GitBook
On this page
  1. Flying Logic 4 Scripting Guide
  2. Classes

VertexOperator

PreviousVertexElemNextWorkweek

Last updated 1 year ago

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

Fields

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.

Color