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
  • Fields
  • Methods

Was this helpful?

  1. Flying Logic 3 Scripting Guide
  2. Classes

Entity

PreviousEntityClassNextFontSpec

Last updated 1 year ago

Was this helpful?

Entity is derived class of and represents an entity.

Fields

Field

Type

Description

isEntity

boolean

Read only. Returns True.

title

string

The title of the Entity.

confidence

number

The confidence, as a value between 0.0 and 1.0.

canDrive

boolean

Read Only. True if this entity can drive confidence; i.e., it has no predecessors ignoring back edges.

completion

number

Read Only. The completion, as a value between 0.0 and 1.0. Zero if project management not enabled.

effortHours

number

The effort in hours, as a positive floating-point value or zero for a milestone. Zero if project management not enabled.

effort

This field is deprecated, use effortHours instead. The effort in days where one day is the document default work hours, as a positive value or zero for a milestone. Zero if project management not enabled.

startDate

The start date, as a Date. None if project management not enabled.

endDate

The end date, as a Date. None if project management not enabled.

resources

Read only. A list of resources assigned to a task. The list can be empty.

resourceAssignment

The current setting for how resources are assigned to a task.

symbol

The directly set symbol for this entity, as a Symbol, otherwise None.

inheritedSymbol

entityClass

EntityClass

The class of the Entity.

entityID

integer

Read only. The element’s entity ID. Can be zero if entityID are not currently visible.

chartRowEffortString

string

Read only. The string that would be displayed for the entity’s effort in chart view or None is project management not enabled.

preferredStartDate

The preferred start date, as a Date. None if the entity has no preferred start date or project management not enabled.

preferredFinishDate

The preferred finish date, as a Date. None if the entity has no preferred finish date or project management not enabled.

preferredDateError

boolean

Read only. Set to True if the entity exhibits a date error, otherwise False.

resourceString

string or None

Read only. The string that would be displayed for the entity’s resources in graph view, or None if no resources assigned or project management not enabled.

chartRowResourceString

string or None

Read only. The string that would be displayed for the entity’s resources in chart view, or None if no resources assigned or project management not enabled.

startDateString

Read only. The string that would be displayed for the entity’s start date, or None if project management not enabled.

finishDateString

Read only. The string that would be displayed for the entity’s finish date, or None if project management not enabled.

titleFont

Read only. The FontSpec used to render the entity title.

titleLines

Read only. A list of LayoutLines providing position information for the entity title.

Methods

equals( object )

Returns True if object represents the same entity as self.

addResource( resource )

Assigns the given resource to the task.

removeResource( resource )

Removes the given resource assigned to the task.

or None

or None

list of

or None

or None

Read only. The symbol for this entity, either the directly set Symbol or the one inherited from its . None if both values are None.

or None

or None

or None

or None

list of

VertexElem
Date
Date
Resource
Symbol
Symbol
EntityClass
Date
Date
Date
Date
FontSpec
LayoutLine
Resource Assignment Type