Transition

Type that describes one transition in the process. This information is associated with every edge in the graph.

Type
{
sourceLabel: string
targetLabel: string
heat?: HeatData
capacity?: number
}