The height of this cell. Default is 0.
The maximum rank this cell occupies. Default is -1.
The minimum rank this cell occupies. Default is -1.
A cached version of the cells this cell connects to on the next layer up
A cached version of the cells this cell connects to on the next layer down
Temporary variable for general use. Generally, try to avoid carrying information between stages. Currently, the longest path layering sets temp to the rank position in fixRanks() and the crossing reduction uses this. This meant temp couldn't be used for hashing the nodes in the model dfs and so hashCode was created
The width of this cell. Default is 0.
The x position of this cell for each layer it occupies
The y position of this cell for each layer it occupies
Gets the value of temp for the specified layer
Returns the cells this cell connects to on the next layer up
Returns the cells this cell connects to on the next layer down
Gets the value of x on the specified layer
Returns whether or not this cell is an edge
Returns whether or not this cell is a node
Set the value of temp for the specified layer
Set the value of x for the specified layer
Set the value of y for the specified layer
Generated using TypeDoc
An abstraction of an internal hierarchy node or edge