motile_plugin.core.node_type

Classes

NodeType

Types of nodes in the track graph. Currently used for standardizing

Module Contents

class motile_plugin.core.node_type.NodeType

Bases: enum.Enum

Types of nodes in the track graph. Currently used for standardizing visualization. All nodes are exactly one type.

SPLIT = 'SPLIT'
END = 'END'
CONTINUE = 'CONTINUE'