| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal |
| Modifier and Type | Method and Description |
|---|---|
static IDynamicGraph.Status |
IDynamicGraph.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDynamicGraph.Status[] |
IDynamicGraph.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 |
IDynamicGraph.getNodeCountWithStatus(IDynamicGraph.Status status) |
Set<T> |
IDynamicGraph.getNodesWithStatus(IDynamicGraph.Status status) |
void |
IDynamicGraph.setStatus(Collection<T> nodes,
IDynamicGraph.Status status) |
void |
IDynamicGraph.setStatus(T node,
IDynamicGraph.Status status) |
| Modifier and Type | Method and Description |
|---|---|
int |
DynamicGraph.getNodeCountWithStatus(IDynamicGraph.Status status) |
Set<T> |
DynamicGraph.getNodesWithStatus(IDynamicGraph.Status status) |
void |
DynamicGraph.setStatus(Collection<T> nodes,
IDynamicGraph.Status status)
Set the status for a set of nodes.
|
void |
DynamicGraph.setStatus(T node,
IDynamicGraph.Status status)
Set the status for a node.
|
Copyright © 2025. All rights reserved.