Package-level declarations

Types

Link copied to clipboard
class OverlayEdge(start: Node, end: Node) : Edge<Node>

Represents an edge in a graph specifically used for overlay purposes.

Link copied to clipboard

Represents a collection of overlay edges connected to a specific node. This class is used to manage and define relationships between nodes through overlay edges, providing both outgoing and incoming edge handling capabilities.

Link copied to clipboard

Represents a single edge in an overlay graph structure, linking nodes with specific properties.