The index of the node in the corresponding graph.
The labels of the edges adjacent to this node.
The nodes adjacent to this one in the graph.
Stores whether a node has been traversed, used in some algorithms.
The value stored in a node.
Gets the connected component of a node in a graph. When called from a child class, the return type of this function will always match whatever the type of neighbors
is.
This function shouldn't be called directly: use getComponent
instead.
The connected component of this
.
Gets the connected component of a node in a graph.
The connected component of this
.
Connects one edge to another. Not meant to be called twice.
The node to link this
to.
Gets the numeric value of a given label.
The index of the label.
The label as a number.
Parses the node's value as a distance from a mirror.
The distance corresponding to the node.
Stores all of the possible node labels and their corresponding values.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
Stores a node in a Coxeter Diagram.