GrammarScope  4.0.0
Public Member Functions | Package Functions | Private Attributes | List of all members
grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV > Class Template Reference
Inheritance diagram for grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >:
Collaboration graph
[legend]

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
 

Detailed Description

cell wrapper contains all values for one node

Constructor & Destructor Documentation

◆ CellWrapper()

grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.CellWrapper ( final int  level,
final double  edgeCrossesIndicator,
final VV  vertex 
)
package

Member Function Documentation

◆ addToEdgeCrossesIndicator()

void grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.addToEdgeCrossesIndicator ( final double  addValue)
package

Adds a value to the edge crosses indicator for the wrapped cell

Parameters
addValuevalue to add to the edge crosses indicator for the wrapped cell

◆ compareTo()

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.compareTo ( final CellWrapper< VV >  compare)
See also
java.lang.Comparable::compareTo(Object)

◆ getEdgeCrossesIndicator()

double grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.getEdgeCrossesIndicator ( )
package

Get the average value for the edge crosses indicator for the wrapped cell

Returns
the average value for the edge crosses indicator for the wrapped cell

◆ getGridPosition()

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.getGridPosition ( )
package

Gets the grid position for the wrapped cell

Returns
the grid position for the wrapped cell

◆ getLevel()

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.getLevel ( )
package

Gets the level of the wrapped cell

Returns
the level of the wrapped cell

◆ getPriority()

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.getPriority ( )
package

Get the priority of this cell wrapper. The priority was used by moving the cell to its barycenter.

Returns
the priority of this cell wrapper. The priority was used by moving the cell to its barycenter.

◆ getVertexView()

VV grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.getVertexView ( )
package

Get wrapped vertex returns the wrapped Vertex

Returns
the wrapped Vertex

◆ incrementPriority()

void grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.incrementPriority ( )
package

increments the the priority of this cell wrapper. The priority was used by moving the cell to its barycenter.

◆ setGridPosition()

void grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.setGridPosition ( final int  pos)
package

Sets the grid position for the wrapped cell

Parameters
posposition

◆ toString()

String grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.toString ( )

Member Data Documentation

◆ additions

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.additions
private

counter for additions to the edgeCrossesIndicator

◆ edgeCrossesIndicator

double grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.edgeCrossesIndicator
private

sum value for edge Crosses

◆ gridPosition

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.gridPosition
private

current position in the grid

◆ level

final int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.level
private

the vertical level where the cell wrapper is inserted

◆ priority

int grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.priority
private

priority for movements to the barycenter

◆ vertex_name

final String grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.vertex_name
private

◆ wrappedVertex

final VV grammarscope.jung2.layout.SugiyamaLayout< V, E >.CellWrapper< VV >.wrappedVertex
private

reference to the wrapped cell


The documentation for this class was generated from the following file: