Modifier and Type | Field and Description |
---|---|
AclfBranch |
BranchCAResultRec.aclfBranch |
Constructor and Description |
---|
BranchCAResultRec(Contingency contingency,
AclfBranch aclfBranch,
double prePowerFlow,
double shiftedPowerFlow) |
Modifier and Type | Method and Description |
---|---|
static AclfBranch |
CoreObjectFactory.createAclfBranch()
Create an AclfBranch object
|
static AclfBranch |
CoreObjectFactory.createAclfBranch(java.util.function.Consumer<AclfBranch> initializer)
Create an AclfBranch object
|
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
|
Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createAclfChildNetWrapper(AclfNetwork parentNet,
java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
Create a ChildNetworkWrapper
|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createChildAclfNet(AclfNetwork parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork 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
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBranch |
DclfAlgoObjectFactory.createDclfAlgoBranch(DclfAlgorithm algo,
AclfBranch branch)
create a DclfAlgoBranch object
|
static PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningChangeBranch(AclfBranch aclfBranch)
Create an PlanningChangeBranch object
|
static PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningNewBranch(PlanningAclfNetwork planNet,
AclfBranch branch,
java.time.LocalDateTime time)
Create an PlanningChangeBranch object and added to the Planning Net
|
static java.util.Optional<PSXfrPControl> |
AclfAdjustObjectFactory.createPSXfrPControl(AclfBranch branch)
Create a PSXfrPControl object.
|
static java.util.Optional<PSXfrPControl> |
AclfAdjustObjectFactory.createPSXfrPControl(AclfBranch branch,
AclfAdjustControlType cType)
Create a PSXfrPControl object.
|
static java.util.Optional<TapControl> |
AclfAdjustObjectFactory.createTapControl(AclfBranch branch)
Create a TapVControl object to control xfr Mvar flow.
|
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<TapControl> |
AclfAdjustObjectFactory.createTapVControlMvarFlow(AclfBranch branch,
AclfAdjustControlType cType)
Create a TapVControl object to control xfr Mvar flow.
|
Modifier and Type | Method and Description |
---|---|
static AclfBranch |
CoreObjectFactory.createAclfBranch(java.util.function.Consumer<AclfBranch> initializer)
Create an AclfBranch object
|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createAclfChildNetWrapper(AclfNetwork parentNet,
java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
Create a ChildNetworkWrapper
|
static ChildNetworkWrapper<? extends AclfBus,? extends AclfBranch> |
ChildNetObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PBranch
A representation of the model object 'Acsc3 PBranch'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PBranchImpl
An implementation of the model object 'Acsc3 PBranch'.
|
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 | Method and Description |
---|---|
T |
Static3PhaseSwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseAclfNetwork<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
A representation of the model object 'Base Aclf 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 | Method and Description |
---|---|
AclfBranch |
AclfFactory.createAclfBranch()
Returns a new object of class 'Branch'.
|
AclfBranch |
Aclf3WBranch.getFromAclfBranch()
create three 2W branches (from, to, tert) and the star bus, based on fromBusId,
toBusId, and tertBusId.
|
AclfBranch |
Aclf3WBranch.getTertAclfBranch()
create three 2W branches (from, to, tert) and the star bus, based on fromBusId,
toBusId, and tertBusId.
|
AclfBranch |
Aclf3WBranch.getToAclfBranch()
create three 2W branches (from, to, tert) and the star bus, based on fromBusId,
toBusId, and tertBusId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfBranch> |
IAclfNetLookup.createAclfBranchNameLookupTable(boolean activeOnly)
cretea an AclfBranch name to object lookup table
|
java.util.Map<java.lang.String,AclfBranch> |
IAclfNetLookup.createAclfBranchNameLookupTable(boolean activeOnly,
boolean inclChildNet)
cretea an AclfBranch name to object lookup table
|
java.util.Map<java.lang.String,AclfBranch> |
IAclfNetLookup.getAclfBranchNameLookupTable()
get the AclfBranch name to object lookup table
|
Modifier and Type | Method and Description |
---|---|
AclfNetwork |
AclfNetwork.createSubNet(java.util.Set<java.lang.String> busIdSet,
java.util.function.Predicate<AclfBranch> excludeBranchPredicate,
boolean equivHvdc)
create a AclfNetwork object by coping (deepCopy) all buses identified by the
busIdAry and branches connnected to busIdSet from this object.
|
Modifier and Type | Method and Description |
---|---|
AclfBranch |
BranchFlowControl.getParentBranch()
Returns the value of the 'Parent Branch' reference.
|
AclfBranch |
RemoteQBus.getRemoteBranch()
Returns the value of the 'Remote Branch' reference.
|
Modifier and Type | Method and Description |
---|---|
double |
RemoteQBus.getMvarFlowCalculated(AclfBranch branch,
Unit.UnitType unit)
get mvar calculated of the Remote Q voltage control branch object.
|
void |
BranchFlowControl.setParentBranch(AclfBranch value)
Sets the value of the '
Parent Branch ' reference. |
void |
RemoteQBus.setRemoteBranch(AclfBranch value)
Sets the value of the '
Remote Branch ' reference. |
Modifier and Type | Field and Description |
---|---|
protected AclfBranch |
BranchFlowControlImpl.parentBranch
The cached value of the '
Parent Branch ' reference. |
protected AclfBranch |
RemoteQBusImpl.remoteBranch
The cached value of the '
Remote Branch ' reference. |
Modifier and Type | Method and Description |
---|---|
AclfBranch |
BranchFlowControlImpl.getParentBranch() |
AclfBranch |
RemoteQBusImpl.getRemoteBranch() |
Modifier and Type | Method and Description |
---|---|
double |
RemoteQBusImpl.getMvarFlowCalculated(AclfBranch branch,
Unit.UnitType unit) |
void |
BranchFlowControlImpl.setParentBranch(AclfBranch newParentBranch) |
void |
RemoteQBusImpl.setRemoteBranch(AclfBranch newRemoteBranch) |
Modifier and Type | Method and Description |
---|---|
void |
AclfBranchAdapterImpl.setBranch(AclfBranch newBranch)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowInterfaceBranchImpl.setBranch(AclfBranch newBranch)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfBranchImpl
An implementation of the model object 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactoryImpl.createBaseAclfNetwork() |
Modifier and Type | Method and Description |
---|---|
AclfBranch |
AclfFactoryImpl.createAclfBranch() |
AclfBranch |
Aclf3WBranchImpl.getFromAclfBranch() |
AclfBranch |
Aclf3WBranchImpl.getTertAclfBranch() |
AclfBranch |
Aclf3WBranchImpl.getToAclfBranch() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfBranch> |
AclfNetworkImpl.createAclfBranchNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfBranch> |
AclfNetworkImpl.createAclfBranchNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfBranch> |
AclfNetworkImpl.getAclfBranchNameLookupTable() |
Modifier and Type | Method and Description |
---|---|
AclfNetwork |
AclfNetworkImpl.createSubNet(java.util.Set<java.lang.String> busIdSet,
java.util.function.Predicate<AclfBranch> excludeBranchPredicate,
boolean equivHvdc) |
Modifier and Type | Method and Description |
---|---|
void |
TieLineInterfaceBranchImpl.setBranch(AclfBranch newBranch)
This is specialized for the more specific type known in this context.
|
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 | Method and Description |
---|---|
T |
AclfSwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscBranch
A representation of the model object 'Branch'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscBranchImpl
An implementation of the model object 'Branch'.
|
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 |
---|---|
T |
AcscSwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
double |
IBranchAngleShiftFactor.branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
IBranchAngleShiftFactor.branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch,
Unit.UnitType angUnit)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
IGenTDFactor.calGenShiftFactor(java.lang.String injectBusId,
AclfBranch branch)
get gen shift factor for the monitoring branch regarding to the injBus and the slack bus as
the withdraw bus.
|
double[] |
ContingencyAnalysisAlgorithm.calMultiOutageLODFs(AclfBranch monitorBranch,
java.lang.Object invE_PTDF)
(internal method) get LODFs after calling the calMultiOutageInvE_PTDF() for multi outage (open) branches case.
|
double |
IGenTDFactor.genTransferDistFactor(AclfBranch branch)
Calculate power transfer distribution factor for the buses in inject bus list and in withdraw bus list for
a the monitoring branch
|
double |
IDclfResult.getBranchFlow(AclfBranch branch)
get branch flow result after calculating DC Loadflow
|
double |
IDclfResult.getBranchFlow(AclfBranch branch,
Unit.UnitType unit)
get branch flow result after calculating DC Loadflow
|
double |
ILineOutageDFactor.lineOutageDFactor(CaOutageBranch outageBranch,
AclfBranch monitorBranch)
calculate and return LODF using the outageBranch for the monitor branch
|
double |
IBranchAngleShiftFactor.psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
IBranchAngleShiftFactor.psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch,
Unit.UnitType angUnit)
branch angle shift factor = dP(monitorBranch)/dBranchAngle(injectBus->withdrawBus)
|
double |
IPowerTDFactor.pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch)
Get power transfer distribution factor with inject bus and Ref bus as the withdraw bus for
the monitoring branch.
|
double |
IPowerTDFactor.pTransferDistFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch branch)
Get power transfer distribution factor with inject bus and withdraw bus list for
a monitoring branch.
|
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgoBranchImpl.setBranch(AclfBranch newBranch)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
double |
SenAnalysisAlgorithmImpl.branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch) |
double |
SenAnalysisAlgorithmImpl.branchAngleShiftFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch monitorBranch,
Unit.UnitType angUnit) |
double |
SenAnalysisAlgorithmImpl.calGenShiftFactor(java.lang.String injectBusId,
AclfBranch branch)
with regarding to the slack bus, for one pu power injection at the injection bus, calculate
the portion of the power flow on the branch *
|
double[] |
ContingencyAnalysisAlgorithmImpl.calMultiOutageLODFs(AclfBranch monitorBranch,
java.lang.Object invE_PTDFObj)
It applies to multi-outage branches
|
double |
SenAnalysisAlgorithmImpl.genTransferDistFactor(AclfBranch branch) |
double |
DclfAlgorithmImpl.getBranchFlow(AclfBranch branch) |
double |
DclfAlgorithmImpl.getBranchFlow(AclfBranch branch,
Unit.UnitType unit) |
double |
SenAnalysisAlgorithmImpl.lineOutageDFactor(CaOutageBranch outBranch,
AclfBranch transferBranch) |
double |
SenAnalysisAlgorithmImpl.psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch) |
double |
SenAnalysisAlgorithmImpl.psXfrShiftFactor(AclfBranch psXfr,
AclfBranch monitorBranch,
Unit.UnitType angUnit) |
double |
SenAnalysisAlgorithmImpl.pTransferDistFactor(java.lang.String injectBusId,
AclfBranch branch) |
double |
SenAnalysisAlgorithmImpl.pTransferDistFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId,
AclfBranch branch) |
Modifier and Type | Method and Description |
---|---|
double |
BaseDclfSolver.calBranchFlow(AclfBranch branch)
calculate branch power flow
|
double |
IDclfSolver.calBranchFlow(AclfBranch branch)
calculate branch power flow
|
double |
BaseDclfSolver.calBranchFlow(AclfBranch branch,
Unit.UnitType unit)
calculate branch power flow in the unit specified
|
double |
IDclfSolver.calBranchFlow(AclfBranch branch,
Unit.UnitType unit)
calculate branch power flow in the unit specified
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AclfBranch> |
ZbrNrSolver.zbrBranchList |
Modifier and Type | Method and Description |
---|---|
double |
LossCalBranchWalker.pFlowFactorInFlow(AclfBus bus,
AclfBranch branch)
calculate into-direction (flow path) branch power / power into the bus
|
double |
LossCalBranchWalker.pFlowFactorOutFlow(AclfBus bus,
AclfBranch branch)
calculate out-direction branch (flow path) / power out the bus
|
Modifier and Type | Method and Description |
---|---|
void |
PlanningChangeBranchImpl.setBranch(AclfBranch newBranch)
This is specialized for the more specific type known in this context.
|
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 |
---|---|
AclfBranch[] |
CommonLangFactoryImpl.createAclfBranchArrayFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfBranch> |
CommonLangFactoryImpl.createAclfBranchLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<AclfBranch,AclfBranchRating> |
AclfAdptFunction.branchRatingAptr
BranchRating adapter function BranchRatingAdapter = f(AclfBus)
|
static java.util.function.Function<AclfBranch,AclfLineAdapter> |
AclfAdptFunction.lineAptr
Line branch adapter function LineBranchAdapter = f(AclfBus)
|
static java.util.function.Function<AclfBranch,AclfPSXformerAdapter> |
AclfAdptFunction.psXfrAptr
PsXfr branch adapter function PSXfrBranchAdapter = f(AclfBus)
|
static java.util.function.Function<AclfBranch,AclfXformerAdapter> |
AclfAdptFunction.xfrAptr
Xfr branch adapter function XfrBranchAdapter = f(AclfBus)
|
Modifier and Type | Method and Description |
---|---|
static double |
CoreUtilFunc.getMvaFlowCalculated(AclfBranch branch,
boolean onFromSide,
boolean flowFrom2To,
Unit.UnitType unit)
Calculate branch q at the specified side (onFromSide) and in specified direction (flowFrom2To)
|
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.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.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
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.complex.Complex |
ZbrLfResultUtil.powerFrom2To(AclfBranch branch)
compute branch power flow, form->to direction at the from-side.
|
static org.apache.commons.math3.complex.Complex |
ZbrLfResultUtil.powerTo2From(AclfBranch branch)
compute branch power flow, to->from direction at the to-side.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<AclfBranch> |
ZeroZNetEquivFunction.getConnectedBranches(java.lang.String busId,
java.util.List<AclfBranch> branchList)
Deprecated.
In the branchList, find branch set which are connected to the bus.
|
static java.util.List<AclfBranch> |
ZeroZNetEquivFunction.getConnectedBranchesIncludePath(java.lang.String busId,
java.util.List<AclfBranch> branchList)
Deprecated.
In the branchList, find branch set which are connected to the bus or equiv outage path of the branch in the set
is connected to the bus.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
ZeroZBranchNetHelper.powerFrom2To(AclfBranch branch)
Deprecated.
compute branch power flow, form->to direction at the from-side.
|
org.apache.commons.math3.complex.Complex |
ZeroZBranchNetHelper.powerTo2From(AclfBranch branch)
Deprecated.
compute branch power flow, to->from direction at the to-side.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<AclfBranch> |
ZeroZNetEquivFunction.getConnectedBranches(java.lang.String busId,
java.util.List<AclfBranch> branchList)
Deprecated.
In the branchList, find branch set which are connected to the bus.
|
static java.util.List<AclfBranch> |
ZeroZNetEquivFunction.getConnectedBranchesIncludePath(java.lang.String busId,
java.util.List<AclfBranch> branchList)
Deprecated.
In the branchList, find branch set which are connected to the bus or equiv outage path of the branch in the set
is connected to the bus.
|
Modifier and Type | Method and Description |
---|---|
AclfBranch |
ChildNetInterfaceLoadPair.getChildBranch()
Returns the value of the 'Child Branch' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceLoadPair.setChildBranch(AclfBranch value)
Sets the value of the '
Child Branch ' reference. |
Modifier and Type | Field and Description |
---|---|
protected AclfBranch |
ChildNetInterfaceLoadPairImpl.childBranch
The cached value of the '
Child Branch ' reference. |
Modifier and Type | Method and Description |
---|---|
AclfBranch |
ChildNetInterfaceLoadPairImpl.basicGetChildBranch() |
AclfBranch |
ChildNetInterfaceLoadPairImpl.getChildBranch() |
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceLoadPairImpl.setChildBranch(AclfBranch newChildBranch) |
Modifier and Type | Interface and Description |
---|---|
interface |
DStabBranch
A representation of the model object 'DStab Branch'.
|
Modifier and Type | Class and Description |
---|---|
class |
DStabBranchImpl
An implementation of the model object 'DStab Branch'.
|
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 | Method and Description |
---|---|
T |
DstabSwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpfBranch
A representation of the model object 'Base Opf Branch'.
|
Modifier and Type | Class and Description |
---|---|
class |
OpfBranchImpl
An implementation of the model object 'Base Opf Branch'.
|
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 | Method and Description |
---|---|
T |
OpfSwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SEBranch
A representation of the model object 'Branch'.
|
Modifier and Type | Class and Description |
---|---|
class |
SEBranchImpl
An implementation of the model object 'Branch'.
|
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 |
---|---|
T |
SESwitch.caseAclfBranch(AclfBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
static AclfBranch |
AclfInputUtilFunc.addLineBranchTo(AclfNetwork net,
java.lang.String fid,
java.lang.String tid,
double r,
double x,
Unit.UnitType zUnit,
double hB,
Unit.UnitType bUnit)
Add a line branch to the network
|
static AclfBranch |
AclfInputUtilFunc.addPsXfrBranchTo(AclfNetwork net,
java.lang.String fid,
java.lang.String tid,
double r,
double x,
Unit.UnitType zUnit,
double fTap,
double tTap,
Unit.UnitType ratioUnit,
double fAng,
double tAng,
Unit.UnitType angUnit)
Add a PsXfr branch to the network
|
static AclfBranch |
AclfInputUtilFunc.addXfrBranchTo(AclfNetwork net,
java.lang.String fid,
java.lang.String tid,
double r,
double x,
Unit.UnitType zUnit,
double fTap,
double tTap,
Unit.UnitType ratioUnit)
Add a Xfr branch to the network
|
static AclfBranch |
AclfInputUtilFunc.addZbrBranchTo(AclfNetwork net,
java.lang.String fid,
java.lang.String tid) |
Modifier and Type | Method and Description |
---|---|
static AclfBranch |
AclfBranchState.create() |
static AclfBranch |
AclfBranchState.create(AclfBranchState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AclfBranchState.map2EObject(AclfBranch eObj) |
static void |
AclfBranchState.readData(com.hazelcast.nio.ObjectDataInput in,
AclfBranch eObj) |
void |
AclfBranchState.updateEObject(AclfBranch eObj) |
static void |
AclfBranchState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AclfBranch eObj) |
Constructor and Description |
---|
AclfBranchState(AclfBranch eObj) |
Modifier and Type | Method and Description |
---|---|
static TapControl |
TapControlState.create(AclfBranch branch) |
static PSXfrPControl |
PSXfrPControlState.create(AclfBranch branch) |
static PSXfrPControl |
PSXfrPControlState.create(PSXfrPControlState bean,
AclfBranch branch) |
static TapControl |
TapControlState.create(TapControlState bean,
AclfBranch branch) |
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBranch |
DclfAlgoBranchState.create(DclfAlgoBranchState bean,
AclfBranch aclfBranch) |