Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
static DynamicGraph.Status |
DynamicGraph.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicGraph.Status[] |
DynamicGraph.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
DynamicGraph.getNodeCountWithStatus(DynamicGraph.Status status) |
void |
DynamicGraph.setStatus(Collection<T> nodes,
DynamicGraph.Status status)
Set the status for a set of nodes.
|
void |
DynamicGraph.setStatus(T node,
DynamicGraph.Status status)
Set the status for a node.
|
Copyright © 2024. All rights reserved.