public final class PartitionCellKeys extends Object
PartitionCell
.
In order to get the data of the PartitionCell
that is associated with the given key, method PartitionCell.getData(Object)
should be used.
Modifier and Type | Field and Description |
---|---|
static Object |
EDGE_LABEL_CROSSING_COST_FACTORS_KEY
The key references a
List of Double values representing factors that are multiplied by an
edge's edge label crossing costs
in case the edge crosses the corresponding edge label registered with
key EDGE_LABEL_LAYOUTS_KEY . |
static Object |
EDGE_LABEL_LAYOUTS_KEY
|
static Object |
NODE_LABEL_CROSSING_COST_FACTORS_KEY
The key references a
List of Double values representing factors that are multiplied by an
edge's node label crossing costs
in case the edge crosses the corresponding node label registered with
key NODE_LABEL_LAYOUTS_KEY . |
static Object |
NODE_LABEL_LAYOUTS_KEY
|
static Object |
NODES_IN_NODE_TO_EDGE_DISTANCE_KEY
The key references a
List of nodes being in node to edge distance to a certain
PartitionCell . |
static Object |
NODES_KEY
The key references a
List of nodes whose bounds are covering a certain
PartitionCell . |
static Object |
PARTITION_GRID_CELL_ID_KEY
|
static Object |
PARTITION_GRID_COLUMN_INDEX_KEY
The key references the column index of the
PartitionGrid cell covering a certain
PartitionCell . |
static Object |
PARTITION_GRID_ROW_INDEX_KEY
The key references the row index of the
PartitionGrid cell covering a certain
PartitionCell . |
public static final Object EDGE_LABEL_CROSSING_COST_FACTORS_KEY
List
of Double
values representing factors that are multiplied by an
edge's edge label crossing costs
in case the edge crosses the corresponding edge label
registered with
key EDGE_LABEL_LAYOUTS_KEY
.public static final Object EDGE_LABEL_LAYOUTS_KEY
public static final Object NODE_LABEL_CROSSING_COST_FACTORS_KEY
List
of Double
values representing factors that are multiplied by an
edge's node label crossing costs
in case the edge crosses the corresponding node label
registered with
key NODE_LABEL_LAYOUTS_KEY
.public static final Object NODE_LABEL_LAYOUTS_KEY
public static final Object NODES_IN_NODE_TO_EDGE_DISTANCE_KEY
List
of nodes being in node to edge distance to a certain
PartitionCell
.public static final Object NODES_KEY
List
of nodes whose bounds are covering a certain
PartitionCell
.public static final Object PARTITION_GRID_CELL_ID_KEY
public static final Object PARTITION_GRID_COLUMN_INDEX_KEY
PartitionGrid
cell covering a certain
PartitionCell
.public static final Object PARTITION_GRID_ROW_INDEX_KEY
PartitionGrid
cell covering a certain
PartitionCell
.