IBM TJ Watson Research

IBMTimeContainersParSeq

Description

A sequence that contains a rectangle followed a <par> time container. The <par> contains two additional sequences. The the nested sequences run in parallel and each contains two rectangles.

A red rectangles starts the sequence at t=0s and lasts for 5s. After the red rectangle ends (at t=5s) the two sequences commence in a par container. One sequence has a green rectangle for 5s followed by a blue rectangle for 5s. The other sequence has a yellow rectangle for 3s followed by a fuchsia rectangle for 5s.

The diagram at the top of the windows displays the timing relationships and highlights when the various rectangles exist.

Screenshot

Snapshot taken of IBMTimeContainersParSeq.mp4

t=0s
  • container <seq> begins containing red rectangle and <par>
  • red rectangle begins
ends at t=5s
t=5s
  • red rectangle ends
  • <par> begins containing 2 <seq>'s
  • first nested <seq> begins containing green and blue rectangle
  • second nested <seq> begins containing yellow and fuchsia rectangle
  • green rectangle begins
  • yellow rectangle begins
ends at t=8s
t=8s
  • yellow rectangle ends
  • fuchsia rectangle begins
ends at t=10s
t=10s
  • green rectangle ends
  • blue rectangle begins
ends at t=13s
t=13s
  • fuchsia rectangle ends
  • second nested <seq> ends
ends at t=15s
t=15s
  • blue rectangle ends
  • first nested <seq> ends
  • <par> ends
  • container <seq> ends


Back to main index