Modifier and Type | Method and Description |
---|---|
static AclfBus |
CoreObjectFactory.createAclfBus()
Create an AclfBus object
|
static AclfBus |
CoreObjectFactory.createAclfBus(java.util.function.Consumer<AclfBus> initializer)
Create an AclfBus object
|
Modifier and Type | Method and Description |
---|---|
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 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
|
static ThyConverter<AclfBus> |
HvdcObjectFactory.createThyConverter()
create a ThyConverter object
|
static ThyConverter<AclfBus> |
HvdcObjectFactory.createThyConverter(AclfBus bus)
create a ThyConverter object
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBus |
DclfAlgoObjectFactory.createDclfAlgoBus(DclfAlgorithm algo,
AclfBus bus)
create a DclfAlgoBus object
|
static PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(AclfBus aclfBus)
Create an PlanningChangeBus object
|
static PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(AclfBus aclfBus,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeBus object
|
static SenAnalysisBus |
DclfAlgoObjectFactory.createSenAnalysisBus(AclfBus bus,
DclfSourceBusType genAdjType)
Create a SenAnalysisBus object
|
static ThyConverter<AclfBus> |
HvdcObjectFactory.createThyConverter(AclfBus bus)
create a ThyConverter object
|
Modifier and Type | Method and Description |
---|---|
static AclfBus |
CoreObjectFactory.createAclfBus(java.util.function.Consumer<AclfBus> initializer)
Create an AclfBus object
|
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 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 | Method and Description |
---|---|
AclfBus |
AclfFactory.createAclfBus()
Returns a new object of class 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfBus> |
IAclfNetLookup.createAclfBusNameLookupTable(boolean activeOnly)
create an AclfBus name to object lookup table
|
java.util.Map<java.lang.String,AclfBus> |
IAclfNetLookup.createAclfBusNameLookupTable(boolean activeOnly,
boolean inclChildNet)
create an AclfBus name to object lookup table
|
java.util.Map<java.lang.String,AclfBus> |
IAclfNetLookup.getAclfBusNameLookupTable()
get the AclfBus name to object lookup table
|
Modifier and Type | Method and Description |
---|---|
boolean |
BusbarOutageContingency.addPowerLossDistBus(double dfactor,
AclfBus bus)
add the disrubtion bus (AclfBus) to the contingency
|
Modifier and Type | Method and Description |
---|---|
boolean |
BusbarOutageContingencyImpl.addPowerLossDistBus(double dfactor,
AclfBus bus) |
void |
PowerLossDistBusImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfBusImpl
An implementation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
AclfBus |
AclfFactoryImpl.createAclfBus() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfBus> |
AclfNetworkImpl.createAclfBusNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfBus> |
AclfNetworkImpl.createAclfBusNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfBus> |
AclfNetworkImpl.getAclfBusNameLookupTable() |
Modifier and Type | Method and Description |
---|---|
T |
AclfSwitch.caseAclfBus(AclfBus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
SenAnalysisBus |
SenAnalysisAlgorithm.addInjectBus(AclfBus bus,
double dfactor)
add an injection bus for the multiple bus sensitivity situation
|
SenAnalysisBus |
SenAnalysisAlgorithm.addWithdrawBus(AclfBus bus,
double dfactor)
add a withdraw bus for the multiple bus sensitivity situation
|
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgoBusImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
SenAnalysisBus |
SenAnalysisAlgorithmImpl.addInjectBus(AclfBus bus,
double df) |
SenAnalysisBus |
SenAnalysisAlgorithmImpl.addWithdrawBus(AclfBus bus,
double df) |
void |
SenAnalysisBusImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
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 |
PlanningChangeBusImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AclfBus> |
CommonLangFactoryImpl.createAclfBusListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Map<java.lang.String,AclfBus> |
CommonLangFactoryImpl.createAclfBusLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AclfBus> |
AclfNetInfoHelper.getSortedLargeMismatchBusList(AclfNetwork aclfNet,
int cnt)
Get the sorted bus list with the largest mismatch for the number of counts.
|
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
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.complex.Complex |
ZbrLfResultUtil.powerIntoNet(AclfBus bus)
compute power into the network at the bus.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
ZeroZBranchNetHelper.powerIntoNet(AclfBus bus)
Deprecated.
compute power into the network at the bus.
|
Modifier and Type | Method and Description |
---|---|
void |
BusLoadChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusGenChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
void |
BusGenChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusLoadChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
static AclfBus |
AclfInputUtilFunc.addCapacitorBusTo(AclfNetwork net,
java.lang.String busId,
double baseV,
int noArea,
int noZone,
double q,
Unit.UnitType qUnit)
Add a capacitor bus to the network
|
static AclfBus |
AclfInputUtilFunc.addLoadBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
AclfLoadCode code,
double p,
double q,
Unit.UnitType pUnit)
Add a load bus to the network
|
static AclfBus |
AclfInputUtilFunc.addNonGenNonLoadBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone)
Add a non-load and non-gen bus
|
static AclfBus |
AclfInputUtilFunc.addPQBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double p,
double q,
Unit.UnitType pUnit)
Add a PQ Gen bus to the network
|
static AclfBus |
AclfInputUtilFunc.addPVBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double p,
Unit.UnitType pUnit,
double v,
Unit.UnitType vUnit)
Add a PV bus to the network object
|
static AclfBus |
AclfInputUtilFunc.addSwingBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double vMag,
Unit.UnitType vUnit,
double vAng,
Unit.UnitType angUnit)
Add a swing bus into the network
|
Modifier and Type | Method and Description |
---|---|
static FunctionLoad |
AclfAdjInputUtilFunc.addAclfFuncLoadTo(AclfBus bus,
double baseKva,
double loadP0,
double loadQ0,
double p_a,
double p_b,
double q_a,
double q_b,
Unit.UnitType unit)
Add a FunctionLoad control to the network
|
Modifier and Type | Method and Description |
---|---|
static AclfBus |
AclfBusState.create() |
static AclfBus |
AclfBusState.create(AclfBusState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AclfBusState.map2EObject(AclfBus eObj) |
static void |
AclfBusState.readData(com.hazelcast.nio.ObjectDataInput in,
AclfBus eObj) |
static void |
AclfBusState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AclfBus eObj) |
Constructor and Description |
---|
AclfBusState(AclfBus eObj) |
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBus |
DclfAlgoBusState.create(DclfAlgoBusState bean,
AclfBus aclfBus) |