![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
String | toString () |
int | compareTo (final CellWrapper< VV > compare) |
Package Functions | |
CellWrapper (final int level, final double edgeCrossesIndicator, final VV vertex) | |
VV | getVertexView () |
double | getEdgeCrossesIndicator () |
void | addToEdgeCrossesIndicator (final double addValue) |
int | getLevel () |
int | getGridPosition () |
void | setGridPosition (final int pos) |
void | incrementPriority () |
int | getPriority () |
Private Attributes | |
double | edgeCrossesIndicator |
int | additions |
final int | level |
int | gridPosition |
int | priority |
final VV | wrappedVertex |
final String | vertex_name |
cell wrapper contains all values for one node
|
package |
|
package |
Adds a value to the edge crosses indicator for the wrapped cell
addValue | value to add to the edge crosses indicator for the wrapped cell |
int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.compareTo | ( | final CellWrapper< VV > | compare | ) |
|
package |
Get the average value for the edge crosses indicator for the wrapped cell
|
package |
Gets the grid position for the wrapped cell
|
package |
Gets the level of the wrapped cell
|
package |
Get the priority of this cell wrapper. The priority was used by moving the cell to its barycenter.
|
package |
Get wrapped vertex returns the wrapped Vertex
|
package |
increments the the priority of this cell wrapper. The priority was used by moving the cell to its barycenter.
|
package |
Sets the grid position for the wrapped cell
pos | position |
String grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.toString | ( | ) |
|
private |
counter for additions to the edgeCrossesIndicator
|
private |
sum value for edge Crosses
|
private |
current position in the grid
|
private |
the vertical level where the cell wrapper is inserted
|
private |
priority for movements to the barycenter
|
private |
|
private |
reference to the wrapped cell