Station Board

This board shows one card per TransferUnit selected by the view heuristic. Cards are collapsed by default — collapsed means display-only: every value stays current behind a shut card, only the visual panel is closed. Click a header to expand. Set controls work only while the algorithm is paused. Backend logic lives in demo/transferunits/station_board.py; the driving algorithm itself is in demo/transferunits/algorithm.py.

SELECT ?resource WHERE {
  ?resource a tu:TransferUnit ; svc:hasService ?s .
  ?s svc:address ?a .
}