traveltimebarrierblock

This defines a particular blockage point on a travel barrier.

Syntax:

[ DynamicComponentDependency ] traveltimebarrierblock TravelTimeBarrierBlockName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
sequence Number The sequence of the polyline point this relates to.
travel_time_barrier_id String(32) The id of the barrier this belongs to.
travel_time_profile_id String(32) The id of the travel profile this belongs to.
maximum_added_time Number (minutes by default) The maximum additional time required to divert around this blockage.

Optional columns

Column Name Data Type Description Default Value
direction String(32) The direction in which this particular blockage applies.


            traveltimebarrierblock TravelTimeBarrierBlock {{SelectName}} {
               SELECT
                     ..                  sequence,
                     ..                  travel_time_barrier_id,
                     ..                  travel_time_profile_id,
                     ..                  maximum_added_time,
                  -- optional columns
                     ..                  direction
               FROM {{sourceTableName}}
               WHERE ...;
            }

Note:   All selected columns must have correct aliases that match a IFS Scheduling TravelTimeBarrierBlock.

TravelTimeBarrierBlockName

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:49.