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