| Package | Description |
|---|---|
| com.yworks.yfiles.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static BfsDirection |
BfsDirection.fromOrdinal(int ordinal) |
static BfsDirection |
BfsDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BfsDirection[] |
BfsDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeList[] |
Bfs.getLayers(Graph graph,
NodeList coreNodes,
BfsDirection direction,
INodeMap layerIDMap)
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
|
static NodeList[] |
Bfs.getLayers(Graph graph,
NodeList coreNodes,
BfsDirection direction,
INodeMap layerIDMap,
int maxLayers)
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
|