| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method | Description |
|---|---|---|
static DynamicGraph.Status |
DynamicGraph.Status.valueOf(java.lang.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 | Description |
|---|---|---|
int |
DynamicGraph.getNodeCountWithStatus(DynamicGraph.Status status) |
|
void |
DynamicGraph.setStatus(java.util.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.
|