openoptics.TimeFlowTable.TimeFlowEntry#

class openoptics.TimeFlowTable.TimeFlowEntry(dst, arrival_ts=None, hops: List[TimeFlowHop] | TimeFlowHop = None)[source]#

Bases: object

An entry in a time flow table.

dst#

The destination node

arrival_ts#

The arrival time slice. If not specified, it’s wildcard.

hops#

A list of hops

__init__(dst, arrival_ts=None, hops: List[TimeFlowHop] | TimeFlowHop = None)[source]#

Initialize a TimeFlowEntry.

Parameters:
  • dst – The destination node

  • arrival_ts – The arrival time slice. If not specified, it’s wildcard.

  • hops – A list of hops

Methods

__init__(dst[, arrival_ts, hops])

Initialize a TimeFlowEntry.