public abstract static class NetworkDisruption.DisruptedLinks
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DisruptedLinks(java.util.Set<java.lang.String>... nodeSets) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
disrupt(java.lang.String node1,
java.lang.String node2)
Returns true iff network should be disrupted between the two nodes
|
java.util.Set<java.lang.String> |
nodes()
Set of all nodes that can participate in disruptions
|