LogoLogo
Version 3
Version 3
  • Version 3
  • Welcome to Flying Logic 3
  • Flying Logic Resources
  • Recommended Reading
  • Flying Logic 3 User Guide
    • Getting Started
    • What's New
    • Reader Mode
    • The Document Window
    • Constructing Graphs
    • Graph Logic
    • Domains
    • Chart View
    • Scripting
    • Menus
    • Keyboard Shortcuts
    • Preferences
    • Project Management
  • Flying Logic 3 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
      • 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

Was this helpful?

  1. Flying Logic 3 Scripting Guide
  2. Classes

VertexElem

PreviousTextEditorNextVertexOperator

Last updated 1 year ago

Was this helpful?

VertexElem is derived class of and is a base class representing an entity, junctor and group.

Fields

Field

Type

Description

canHaveParent

boolean

Read only. Returns True.

parent

or None

The parent Group of the element or None if the element is at the top of the hierarchy

hasInEdges

boolean

Read only. True if the element has any predecessors, implying it has at least one in-edge. Ignores back edges during a call to the operate method of Document.

hasOutEdges

boolean

Read only. True if the element has any successors, implying it has at least one out-edge. Ignores back edges during a call to the operate method of Document.

inEdges

list of

Read only. A list of the element’s in-edges. Does not include back edges during a call to the operate method of Document

outEdges

list of

Read only. A list of the element’s out-edges. Does not include back edges during a call to the operate method of Document

index

integer

Read only. The index of the element in chart view or zero if canvas not in chart view

GraphElem
Group
Edge
Edge