Class: FlexSegment

FlexSegment

Represents a segment tuple, containing a source object, connection, target object, and direction. FlexSegments are typically used within a FlexJourney.

Classes

FlexSegment

Members

connection

Properties:
Name Type Description
connection FlexConnection Returns this FlexSegment's connection object

direction

Properties:
Name Type Description
direction string Returns this FlexSegment's directionality: 'Both', 'From', or 'To'

source

Properties:
Name Type Description
source FlexObject Returns this FlexSegment's source object

target

Properties:
Name Type Description
target FlexObject Returns this FlexSegment's target object