Modifier and Type | Method and Description |
---|---|
BaseCuttingBranch<TState>[] |
SubAreaNetProcessor.getCuttingBranches()
return the cutting branch set
|
Modifier and Type | Method and Description |
---|---|
void |
SubAreaNetProcessor.setCuttingBranches(BaseCuttingBranch<TState>[] cuttingBranches)
set the cutting branch set
|
Modifier and Type | Field and Description |
---|---|
protected BaseCuttingBranch<TState>[] |
BaseSubAreaNetProcessorImpl.cuttingBranches |
Modifier and Type | Method and Description |
---|---|
BaseCuttingBranch<TState>[] |
BaseSubAreaNetProcessorImpl.getCuttingBranches()
return the cutting branch set
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSubAreaNetProcessorImpl.setCuttingBranches(BaseCuttingBranch<TState>[] cuttingBranches)
set the cutting branch set
|
Constructor and Description |
---|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net,
BaseCuttingBranch<TState>[] cuttingBranches)
Constructor
|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net,
BaseCuttingBranch<TState>[] cuttingBranches,
boolean isLargeSize)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
CuttingBranch012
Class for modeling the cutting branch concept with current of Complex[3] for 012 sub-network
|
Constructor and Description |
---|
SubAreaAcscProcessorImpl(AcscNetwork net,
BaseCuttingBranch<Complex3x1>[] cuttingBranches)
Constructor
|
SubNetworkAcscProcessorImpl(AcscNetwork net,
BaseCuttingBranch<Complex3x1>[] cuttingBranches)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
CuttingBranchPos
Class for modeling the cutting branch concept with current of Complex type
for single phase or positive sequence network analysis
|
Constructor and Description |
---|
SubAreaPosProcessorImpl(AclfNetwork net,
BaseCuttingBranch<org.apache.commons.math3.complex.Complex>[] cuttingBranches)
Constructor
|
SubAreaPosProcessorImpl(AclfNetwork net,
BaseCuttingBranch<org.apache.commons.math3.complex.Complex>[] cuttingBranches,
boolean isLargeSize)
Constructor
|
SubNetworkPosProcessorImpl(AclfNetwork net,
BaseCuttingBranch<org.apache.commons.math3.complex.Complex>[] cuttingBranches)
Constructor
|