Classes
All the classes that Flying Logic exposes to scripts.
Overview
| Class | Description |
|---|---|
| Application | the Flying Logic application |
| CalendarEvent | an exception to the workweek |
| Color | an immutable RGB color value |
| Date | an immutable date |
| Document | an instance of a Flying Logic document |
| Domain | a domain |
| Edge | derived class of GraphElem for an edge |
| EntityClass | an entity class in a domain |
| Entity | derived class from VertexElem for an entity |
| FontSpec | a font specification |
| GraphElemFilter | base class for filters for creating a list of GraphElem |
| GraphElem | the base class of all graph element types |
| GraphOperator | base class for user-defined graph operators |
| Group | derived class from VertexElem for a group |
| Junctor | derived class from VertexElem for a junctor |
| LayoutLine | position information for one line of a title or annotation |
| Resource | a human, capital, or production resource |
| Symbol | a symbol |
| TextEditor | class representing a modifiable text field |
| VertexElem | derived from GraphElem, base class for entity, junctor and group |
| VertexOperator | base class for system-defined operators |
| Workweek | a workweek for a resource |