Modifier and Type | Method and Description |
---|---|
static AclfBranch |
CoreObjectFactory.createAclfBranch(int areaNo,
int zoneNo,
java.lang.String cirNo,
BaseAclfNetwork<?,?> net)
Create an AclfBranch object
|
static AclfBranch |
CoreObjectFactory.createAclfBranch(java.lang.String cirNo,
BaseAclfNetwork<?,?> net)
Create an AclfBranch object
|
static java.util.Optional<AclfBus> |
CoreObjectFactory.createAclfBus(java.lang.String busId,
BaseAclfNetwork<?,?> net)
Create an AclfBus object and add it to the net
|
static java.util.Optional<AclfBus> |
CoreObjectFactory.createAclfBus(java.lang.String busId,
BaseAclfNetwork<?,?> net,
java.util.function.Consumer<AclfBus> initializer)
Create an AclfBus object and add it to the net
|
static java.util.Optional<AclfBus> |
CoreObjectFactory.createAclfBus(java.lang.String busId,
int areaNo,
int zoneNo,
java.lang.String ownerId,
BaseAclfNetwork<?,?> net)
Create an AclfBus object and add the object into the Network
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net)
Create a AclfDclfAlgorithm object
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net,
AclfMethodType method)
Create a AclfDclfAlgorithm object
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net,
IDclfSolver.CacheType cacheType)
Create a AclfDclfAlgorithm object
|
static ChildNetworkWrapper<? extends AclfBus,? extends AclfBranch> |
ChildNetObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
static LoadflowAlgorithm |
CoreObjectFactory.createLoadflowAlgorithm(BaseAclfNetwork<?,?> net)
Create a LoadflowAlgorithm algorithm object
|
static LoadflowAlgorithm |
CoreObjectFactory.createLoadflowAlgorithm(BaseAclfNetwork<?,?> net,
AclfMethodType method)
Create a LoadflowAlgorithm algorithm object
|
static java.util.Optional<TapControl> |
AclfAdjustObjectFactory.createTapVControlBusVoltage(AclfBranch branch,
AclfAdjustControlType cType,
BaseAclfNetwork<?,?> net,
java.lang.String vcBusId)
Create a TapVControl object to control bus voltage.
|
static java.util.Optional<XfrZTableEntry> |
CoreObjectFactory.createXfrZTableEntry(int num,
BaseAclfNetwork<?,?> net)
create a XfrZTableEntry and added into the AclfNet
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PNetwork
A representation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PNetworkImpl
An implementation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
Static3PhaseSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AclfNetwork
A representation of the model object 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactory.createBaseAclfNetwork()
Returns a new object of class 'Base Aclf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfNetworkImpl
An implementation of the model object 'Network'.
|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactoryImpl.createBaseAclfNetwork() |
Modifier and Type | Field and Description |
---|---|
protected BaseAclfNetwork<?,?> |
BaseAclfNetHelper.net |
Constructor and Description |
---|
AclfNet3WXFormerHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
AclfNetBMatrixHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
AclfNetJMatrixHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
AclfNetYMatrixHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
BaseAclfNetHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the net instance.
|
Modifier and Type | Method and Description |
---|---|
BaseAclfNetwork<?,?> |
AclfNetAdjustment.getAclfNet()
Returns the value of the 'Aclf Net' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
AclfNetAdjustment.setAclfNet(BaseAclfNetwork<?,?> value)
Sets the value of the '
Aclf Net ' reference. |
Modifier and Type | Field and Description |
---|---|
protected BaseAclfNetwork<?,?> |
AclfNetAdjustmentImpl.aclfNet
The cached value of the '
Aclf Net ' reference. |
Modifier and Type | Method and Description |
---|---|
BaseAclfNetwork<?,?> |
AclfNetAdjustmentImpl.getAclfNet() |
Modifier and Type | Method and Description |
---|---|
void |
AclfNetAdjustmentImpl.setAclfNet(BaseAclfNetwork<?,?> newAclfNet) |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscNetwork
A representation of the model object 'Network'.
|
interface |
BaseAcscNetwork<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
A representation of the model object 'Base Acsc Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscNetworkImpl
An implementation of the model object 'Network'.
|
class |
BaseAcscNetworkImpl<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
An implementation of the model object 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AcscSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
void |
INrSolver.setAclfNet(BaseAclfNetwork<?,?> aclfNet)
set the containing AclfNet object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LoadflowAlgorithm.loadflow(java.util.function.Consumer<BaseAclfNetwork<?,?>> extAclfNetDataChecker)
perform LoadFlow calculation with an extenal AclfNetwork data checker.
|
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgorithmImpl.setNetwork(BaseAclfNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadflowAlgorithmImpl.setNetwork(BaseAclfNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
boolean |
LoadflowAlgorithmImpl.visit(BaseAclfNetwork<?,?> net) |
Modifier and Type | Method and Description |
---|---|
boolean |
LoadflowAlgorithmImpl.loadflow(java.util.function.Consumer<BaseAclfNetwork<?,?>> extAclfNetDataChecker) |
Modifier and Type | Field and Description |
---|---|
protected BaseAclfNetwork<?,?> |
DefaultNrSolver.aclfNet |
protected BaseAclfNetwork<?,?> |
BMatrixSolver.aclfNet |
protected BaseAclfNetwork<?,?> |
YMatrixSolver.aclfNet |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNrSolver.setAclfNet(BaseAclfNetwork<?,?> aclfNet) |
Constructor and Description |
---|
BMatrixSolver(BaseAclfNetwork<?,?> net)
constructor
|
BMatrixSolver(BaseAclfNetwork<?,?> net,
JacobianMatrixType type)
constructor
|
DefaultNrSolver(BaseAclfNetwork<?,?> aclfNet)
constructor
|
YMatrixSolver(BaseAclfNetwork<?,?> net)
constructor
|
ZbrNrSolver(BaseAclfNetwork<?,?> aclfNet)
constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlanningAclfNetwork
A representation of the model object 'Net Container'.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningAclfNetworkImpl
An implementation of the model object 'Net Container'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
PlanningAlgorithmSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
void |
IAclfNetVisitor.visit(BaseAclfNetwork<?,?> net) |
boolean |
IAclfNetBVisitor.visit(BaseAclfNetwork<?,?> net) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<BaseAclfNetwork<?,?>,java.lang.Long> |
AclfAdptFunction.nOfPSXfrPControl |
static java.util.function.Function<BaseAclfNetwork<?,?>,java.lang.Long> |
AclfAdptFunction.nOfRemoteQBus |
static java.util.function.Function<BaseAclfNetwork<?,?>,java.lang.Long> |
AclfAdptFunction.nOfTapControl |
Modifier and Type | Method and Description |
---|---|
static AclfNetwork |
CoreCopyFunc.createSubAclfNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
int subNetFlag,
boolean equivHvdc)
deep copy of the subNet
|
static AclfNetwork |
CoreCopyFunc.createSubAclfNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
java.util.Set<java.lang.String> busIdSet,
boolean equivHvdc)
deep copy of the bus and branch set
|
static AclfNetwork |
CoreCopyFunc.createSubAclfNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
java.util.Set<java.lang.String> busIdSet,
java.util.function.Predicate<AclfBranch> excludeBranchPredicate,
boolean equivHvdc)
deep copy of the bus and branch set
|
static AclfNetwork |
CoreCopyFunc.createSubAclfNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
java.util.Set<java.lang.String> busIdSet,
java.util.Set<java.lang.String> branchIdSet,
boolean equivHvdc)
deep copy of the bus and branch set
|
static AcscNetwork |
CoreCopyFunc.createSubAcscNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
java.util.Set<java.lang.String> busIdSet,
java.util.Set<java.lang.String> branchIdSet)
deep copy of the bus and branch set from an AclfNetwork to an AcscNetwork
|
static void |
CoreCopyFunc.setSubNetFlag(BaseAclfNetwork<AclfBus,AclfBranch> net,
int subNetFlag,
java.util.Set<java.lang.String> busIdSet,
java.util.function.Predicate<AclfBranch> excludeBranchPredicate)
Set network subNetFlag
|
static void |
CoreCopyFunc.setSubNetFlag(BaseAclfNetwork<AclfBus,AclfBranch> net,
int subNetFlag,
java.util.Set<java.lang.String> busIdSet,
java.util.Set<java.lang.String> branchIdSet)
Set network subNetFlag
|
Constructor and Description |
---|
AclfNetHelper(BaseAclfNetwork<?,?> net)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<BaseConverter<?>> |
HvdcUtilFunc.getHvdcConverters(BaseAclfNetwork<?,?> aclfNet)
Returns a list of BaseConverter objects from the given AclfNetwork.
|
static java.util.List<HvdcLine2T<?>> |
HvdcUtilFunc.getHvdcLines(BaseAclfNetwork<?,?> aclfNet)
Returns a list of HvdcLine2T objects from the given AclfNetwork.
|
Constructor and Description |
---|
AclfNetZeroZBranchHelper(BaseAclfNetwork<?,?> net)
Constructor
|
AclfNetZeroZDeconsolidator(BaseAclfNetwork<?,?> net)
Constructor
|
Modifier and Type | Field and Description |
---|---|
static FunctionX<BaseAclfNetwork<?,?>,java.util.List<Branch>> |
ZeroZBranchFunction.findObsoleteBranchInNet
Deprecated.
find obsolete branches in the network.
|
static ConsumerX<BaseAclfNetwork<?,?>> |
ZeroZBranchFunction.markZeroZBranch
Deprecated.
mark small Z branch regarding to the threshold value.
|
static Consumer2X<BaseAclfNetwork<?,?>,java.lang.Boolean> |
ZeroZBranchFunction.markZeroZBranch2
Deprecated.
mark small Z branch regarding to the threshold value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ZeroZBranchProcesor.visit(BaseAclfNetwork<?,?> net)
Deprecated.
set contingency list for protected branch
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetworkProcessor.InterfaceBusMapper.map(java.lang.String busId,
Network<?,?> parentNet,
BaseAclfNetwork<?,?> childAclfNet)
map an interface bus in the parent network to the child network
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDStabNetwork<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
A representation of the model object 'DStability Network'.
|
interface |
DStabilityNetwork
A representation of the model object 'DStability Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabNetworkImpl<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
An implementation of the model object 'DStability Network'.
|
class |
DStabilityNetworkImpl
An implementation of the model object 'DStability Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
DstabSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpfNetwork
A representation of the model object 'Base Opf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
OpfNetworkImpl
An implementation of the model object 'Base Opf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
OpfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SENetwork
A representation of the model object 'Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
SENetworkImpl
An implementation of the model object 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
SESwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StudyCaseResult.transferAclfResult(BaseAclfNetwork<?,?> net)
Transfer Aclf Loadflow results into this object and stored in the BusRault and BranchResult.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StudyCaseResultImpl.transferAclfResult(BaseAclfNetwork<?,?> net) |
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfNetworkState.map2EObject(BaseAclfNetwork eObj) |
static void |
BaseAclfNetworkState.readData(com.hazelcast.nio.ObjectDataInput in,
BaseAclfNetwork<?,?> eObj) |
void |
BaseAclfNetworkState.updateEObject(BaseAclfNetwork eObj) |
static void |
BaseAclfNetworkState.writeData(com.hazelcast.nio.ObjectDataOutput out,
BaseAclfNetwork<?,?> eObj) |
Constructor and Description |
---|
BaseAclfNetworkState(BaseAclfNetwork eObj)
Constructor
|
BaseAclfNetworkState(BaseAclfNetwork eObj,
int subNetFlag)
Constructor
|