public static class CircuitChangeJobs.Reconnect
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CircuitChangeJobs.Reconnect() |
Modifier and Type | Method and Description |
---|---|
static CircuitChangeJobs.Reconnect |
erasePassThru(NodeInst ni,
boolean allowdiffs,
boolean checkPermission)
Method to find a possible Reconnect through a given NodeInst.
|
java.util.List<ArcInst> |
reconnectArcs()
Method to implement the reconnection in this Reconnect.
|
public static CircuitChangeJobs.Reconnect erasePassThru(NodeInst ni, boolean allowdiffs, boolean checkPermission)
ni
- the NodeInst to examine.allowdiffs
- true to allow differences in the two arcs.
If this is false, then different width arcs, or arcs that are not lined up
precisely, will not be considered for reconnection.checkPermission
- true to check that the node can be changed.public java.util.List<ArcInst> reconnectArcs()