public class ZeroZBranchFunction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FunctionX<java.util.List<Bus>,java.util.List<Branch>> |
findObsoleteBranches
find obsolete branches connected to the bus set.
|
static FunctionX<BaseAclfNetwork<?,?>,java.util.List<Branch>> |
findObsoleteBranchInNet
find obsolete branches in the network.
|
static ConsumerX<BaseAclfNetwork<?,?>> |
markZeroZBranch
mark small Z branch regarding to the threshold value.
|
static Consumer2X<BaseAclfNetwork<?,?>,java.lang.Boolean> |
markZeroZBranch2
mark small Z branch regarding to the threshold value.
|
static java.util.function.Function<java.util.List<Bus>,Bus> |
selectParentBus
Select parent bus from the bus list.
|
| Constructor and Description |
|---|
ZeroZBranchFunction() |
public static java.util.function.Function<java.util.List<Bus>,Bus> selectParentBus
public static FunctionX<BaseAclfNetwork<?,?>,java.util.List<Branch>> findObsoleteBranchInNet
public static FunctionX<java.util.List<Bus>,java.util.List<Branch>> findObsoleteBranches
public static Consumer2X<BaseAclfNetwork<?,?>,java.lang.Boolean> markZeroZBranch2
public static ConsumerX<BaseAclfNetwork<?,?>> markZeroZBranch