Modifier and Type | Class and Description |
---|---|
class |
BaseSubNetwork<TBus extends Bus,TBranch extends Branch,TNet extends Network<TBus,TBranch>,TYmatrix,TZMatrix,TVolt>
Base class for modeling the SubNetwork concept.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSubAreaNetProcessorImpl<TBus extends Bus,TBra extends Branch,TSub extends BaseSubArea<?,?,TState>,TState>
Base Class for SubArea processing.
|
Modifier and Type | Method and Description |
---|---|
static Bus |
CoreObjectFactory.createBus(java.lang.String busId,
Network<Bus,Branch> net)
Create a Bus object
|
Modifier and Type | Method and Description |
---|---|
static NetPathWalkAlgorithm<Bus,Branch> |
CoreObjectFactory.createNetPathWalkAlgorithm()
Create a ActivePowerWalkThrough algorithm object
|
static Network<Bus,Branch> |
CoreObjectFactory.createNetwork()
Create a Network object
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<AcscBus> |
CoreObjectFactory.createAcscBus(Bus bus,
Area area,
Zone zone,
AcscNetwork net)
Create an reference AcscBus object for distribution system analysis
|
static ChildNetInterfaceBusPair |
ChildNetObjectFactory.createChildNetInterfaceBusPair(Bus parentBus,
Bus childBus)
create a ChildNetInterfaceBusPair object
|
Modifier and Type | Method and Description |
---|---|
static Branch |
CoreObjectFactory.createBranch(java.lang.String fromId,
java.lang.String toId,
Network<Bus,Branch> net)
create a branch object
|
static Bus |
CoreObjectFactory.createBus(java.lang.String busId,
Network<Bus,Branch> net)
Create a Bus object
|
static Owner |
CoreObjectFactory.createOwner(int ownerNo,
Network<Bus,Branch> net)
Create a owner object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PBus
A representation of the model object 'Acsc3 PBus'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PBusImpl
An implementation of the model object 'Acsc3 PBus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
Static3PhaseSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
Static3PhaseSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AclfBus
A representation of the model object 'Bus'.
|
interface |
BaseAclfBus<TGen extends AclfGen,TLoad extends AclfLoad>
A representation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
AclfObjAdapterSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
ContingencySwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
HvdcLineSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfBusImpl
An implementation of the model object 'Bus'.
|
class |
BaseAclfBusImpl<TGen extends AclfGen,TLoad extends AclfLoad>
An implementation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
NetAdjustSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
AclfSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AclfSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscBus
A representation of the model object 'Bus'.
|
interface |
BaseAcscBus<TGen extends AcscGen,TLoad extends AcscLoad>
A representation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
AcscFaultSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscBusImpl
An implementation of the model object 'Bus'.
|
class |
BaseAcscBusImpl<TGen extends AcscGen,TLoad extends AcscLoad>
An implementation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
AcscSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DclfAlgoAdapterSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DclfAlgorithmSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>
A base for network flow path walk algorithm implementation.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmFactory.createNetPathWalkAlgorithm()
Returns a new object of class 'Net Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
int |
IBusPathWalker.getIntoBusBranches(Bus bus)
For the bus, calculate no of un-visited branches in the into-direction (walk direction).
|
int |
IBusPathWalker.getOutBusBranches(Bus bus)
For the bus, calculate no of un-visited branches in the out-direction (walk direction).
|
void |
IBusPathWalker.init(Bus bus)
init the bus for the walk
|
boolean |
IBranchPathWalker.isFlowPathDirection(Bus bus,
Branch branch)
Starting from the bus, check the branch connecting to the bus is of the path direction, eg,
out of the bus direction.
|
boolean |
IBusPathWalker.needVisit(Bus bus)
check if the bus needs to be visited.
|
boolean |
IBranchPathWalker.needVisit(Bus bus,
Branch branch)
check if the branch connecting to the bus needs to be visited.
|
boolean |
IBusPathWalker.visit(Bus bus)
Visit the bus to do something.
|
boolean |
IBranchPathWalker.visit(Bus bus,
Branch branch)
Visit the branch to do something.
|
Modifier and Type | Class and Description |
---|---|
class |
NetPathWalkAlgorithmImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'Net Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmFactoryImpl.createNetPathWalkAlgorithm() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractBusPowerFlowPathWalker.getIntoBusBranches(Bus bus)
For the bus, calculate # of un-visited branches in the into-direction
using loadflow results, calculate # of un-visited branches whose power flow
is into the bus
|
int |
AbstractBusPowerFlowPathWalker.getOutBusBranches(Bus bus)
For the bus, calculate # of un-visited branches in the out-direction
using loadflow results, calculate # of un-visited branches whose power flow
is out the bus
|
void |
AbstractBusPathWalker.init(Bus bus) |
boolean |
AbstractBranchPowerFlowPathWalker.isFlowPathDirection(Bus bus,
Branch branch)
Starting from the bus, check the branch connecting to the bus is of the path direction, eg,
out of the bus direction.
|
boolean |
AbstractBusPathWalker.needVisit(Bus bus) |
boolean |
AbstractBranchPathWalker.needVisit(Bus bus,
Branch branch) |
boolean |
LossCalBusWalker.visit(Bus bus) |
boolean |
LossCalBranchWalker.visit(Bus bus,
Branch branch) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmSwitch.caseNetPathWalkAlgorithm(NetPathWalkAlgorithm<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Net Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
PlanningAlgorithmSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
<TBus extends Bus,TBranch extends Branch> |
PlanningAlgorithmSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Network<Bus,Branch>> |
CommonDatatypeFactoryImpl.createNetworkListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Bus> |
CommonLangFactoryImpl.createBusListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Optional<Bus> |
CommonLangFactoryImpl.createOptionalBusFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Interface and Description |
---|---|
interface |
INetBVisitor<TBus extends Bus,TBranch extends Branch>
A representation of the model object 'INet BVisitor'.
|
interface |
INetVisitor<TBus extends Bus,TBranch extends Branch>
A representation of the model object 'INet Visitor'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IBusBVisitor.visit(Bus bus) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
CommonVisitorSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
<TBus extends Bus,TBranch extends Branch> |
CommonVisitorSwitch.caseINetVisitor(INetVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet Visitor'.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Branch> |
CoreUtilFunc.getParallelBranchList(Bus b1,
Bus b2)
calculate parallel branch list between the two buses.
|
static int |
CoreUtilFunc.noParallelBranches(Bus b1,
Bus b2)
calculate no of parallel branches between the two buses.
|
boolean |
BusBranchConnectionMarkVisitor.visit(Bus elem) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
ZeroZNetEquivFunction.findBranchEquivOutagePath(Branch branch,
Bus bus)
Deprecated.
recursively find equivalent outage branch path.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ZeroZNetEquivFunction.getEquivBranchId(java.lang.String branchId,
Network<? extends Bus,? extends Branch> net)
Deprecated.
get equivalent branch Id after the net is consolidated.
|
static java.lang.String |
ZeroZNetEquivFunction.getEquivBusId(java.lang.String busId,
Network<? extends Bus,? extends Branch> net)
Deprecated.
get equivalent bus Id after the net is consolidated
|
Modifier and Type | Interface and Description |
---|---|
interface |
Network<TBus extends Bus,TBranch extends Branch>
A representation of the model object 'work'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetFactory.createNetwork()
Returns a new object of class 'Network'.
|
Modifier and Type | Method and Description |
---|---|
Bus |
NetFactory.createBus()
Returns a new object of class 'Bus'.
|
Bus |
Branch.getFromBus()
Returns the value of the 'From Bus' reference.
|
Bus |
Branch3W.getStarBus()
Returns the value of the 'Star Bus' reference.
|
Bus |
Branch3W.getTertiaryBus()
Returns the value of the 'Tertiary Bus' reference.
|
Bus |
Branch.getToBus()
Returns the value of the 'To Bus' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Bus> |
Substation.getBusList()
Returns the value of the 'Bus List' reference list.
|
java.util.Optional<Bus> |
Branch.getOppositeBus(Bus bus)
get the opposite Bus of of input bus object
|
Modifier and Type | Method and Description |
---|---|
void |
Substation.addBus(Bus bus)
add a Bus object to Substation.busList
|
java.util.Optional<Bus> |
Branch.getOppositeBus(Bus bus)
get the opposite Bus of of input bus object
|
boolean |
Branch.isFromBus(Bus bus)
Check if the input Bus object is on the from side
|
boolean |
Network.isRefBus(Bus bus)
check if the bus is a reference bus
|
boolean |
Branch.isToBus(Bus bus)
Check if the input Bus object is on the to side
|
boolean |
Branch.reconnect(Bus bus,
BranchBusSide side,
boolean deactivateExistBus)
Reconnect the branch to another bus.
|
void |
Branch.setFromBus(Bus value)
Sets the value of the '
From Bus ' reference. |
void |
Branch3W.setStarBus(Bus value)
Sets the value of the '
Star Bus ' reference. |
void |
Branch3W.setTertiaryBus(Bus value)
Sets the value of the '
Tertiary Bus ' reference. |
void |
Branch.setToBus(Bus value)
Sets the value of the '
To Bus ' reference. |
Modifier and Type | Interface and Description |
---|---|
interface |
ChildNetworkWrapper<TBus extends Bus,TBranch extends Branch>
A representation of the model object 'Child Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkFactory.createChildNetworkWrapper()
Returns a new object of class 'Wrapper'.
|
Modifier and Type | Method and Description |
---|---|
Bus |
ChildNetInterfaceBusPair.getChildBus()
Returns the value of the 'Child Bus' reference.
|
Bus |
ChildNetInterface.getInterfaceBusChildNet()
get interface bus in the child network.
|
Bus |
ChildNetInterface.getInterfaceBusParentNet()
get interface bus in the parent network.
|
Bus |
ChildNetInterfaceBusPair.getParentBus()
Returns the value of the 'Parent Bus' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceBusPair.setChildBus(Bus value)
Sets the value of the '
Child Bus ' reference. |
void |
ChildNetInterfaceBusPair.setParentBus(Bus value)
Sets the value of the '
Parent Bus ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ChildNetworkWrapperImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'Child Network'.
|
Modifier and Type | Field and Description |
---|---|
protected Bus |
ChildNetInterfaceBusPairImpl.childBus
The cached value of the '
Child Bus ' reference. |
protected Bus |
ChildNetInterfaceBusPairImpl.parentBus
The cached value of the '
Parent Bus ' reference. |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkFactoryImpl.createChildNetworkWrapper() |
Modifier and Type | Method and Description |
---|---|
Bus |
ChildNetInterfaceBusPairImpl.basicGetChildBus() |
Bus |
ChildNetInterfaceBusPairImpl.basicGetParentBus() |
Bus |
ChildNetInterfaceBusPairImpl.getChildBus() |
Bus |
ChildNetInterfaceBusImpl.getInterfaceBusChildNet() |
Bus |
ChildNetInterfaceBranchImpl.getInterfaceBusChildNet() |
Bus |
ChildNetInterfaceImpl.getInterfaceBusChildNet() |
Bus |
ChildNetInterfaceBusImpl.getInterfaceBusParentNet() |
Bus |
ChildNetInterfaceBranchImpl.getInterfaceBusParentNet() |
Bus |
ChildNetInterfaceImpl.getInterfaceBusParentNet() |
Bus |
ChildNetInterfaceBusPairImpl.getParentBus() |
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceBusPairImpl.setChildBus(Bus newChildBus) |
void |
ChildNetInterfaceBusPairImpl.setParentBus(Bus newParentBus) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkSwitch.caseChildNetworkWrapper(ChildNetworkWrapper<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Wrapper'.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'work'.
|
Modifier and Type | Class and Description |
---|---|
class |
BusImpl
An implementation of the model object 'Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected Bus |
BranchImpl.fromBus
The cached value of the '
From Bus ' reference. |
protected Bus |
Branch3WImpl.starBus
The cached value of the '
Star Bus ' reference. |
protected Bus |
Branch3WImpl.tertiaryBus
The cached value of the '
Tertiary Bus ' reference. |
protected Bus |
BranchImpl.toBus
The cached value of the '
To Bus ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Bus> |
SubstationImpl.busList
The cached value of the '
Bus List ' reference list. |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetFactoryImpl.createNetwork() |
Modifier and Type | Method and Description |
---|---|
Bus |
NetFactoryImpl.createBus() |
Bus |
BranchImpl.getFromBus() |
Bus |
Branch3WImpl.getStarBus() |
Bus |
Branch3WImpl.getTertiaryBus() |
Bus |
BranchImpl.getToBus() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Bus> |
SubstationImpl.getBusList() |
java.util.Optional<Bus> |
BranchImpl.getOppositeBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
SubstationImpl.addBus(Bus bus) |
org.eclipse.emf.common.notify.NotificationChain |
BranchImpl.basicSetFromBus(Bus newFromBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BranchImpl.basicSetToBus(Bus newToBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.util.Optional<Bus> |
BranchImpl.getOppositeBus(Bus bus) |
boolean |
BranchImpl.isFromBus(Bus bus) |
boolean |
NetworkImpl.isRefBus(Bus bus) |
boolean |
BranchImpl.isToBus(Bus bus) |
boolean |
BranchImpl.reconnect(Bus bus,
BranchBusSide side,
boolean deactivateExistBus) |
void |
BranchImpl.setFromBus(Bus newFromBus) |
void |
Branch3WImpl.setStarBus(Bus newStarBus) |
void |
Branch3WImpl.setTertiaryBus(Bus newTertiaryBus) |
void |
BranchImpl.setToBus(Bus newToBus) |
Modifier and Type | Method and Description |
---|---|
Bus |
NBNode.getBus()
Returns the value of the 'Bus' reference.
|
Bus |
NBEquipConnection.getFromBus()
Returns the value of the 'From Bus' reference.
|
Bus |
NBEquipConnection.getTertBus()
Returns the value of the 'Tert Bus' reference.
|
Bus |
NBEquipConnection.getToBus()
Returns the value of the 'To Bus' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NBNode.setBus(Bus value)
Sets the value of the '
Bus ' reference. |
void |
NBEquipConnection.setFromBus(Bus value)
Sets the value of the '
From Bus ' reference. |
void |
NBEquipConnection.setTertBus(Bus value)
Sets the value of the '
Tert Bus ' reference. |
void |
NBEquipConnection.setToBus(Bus value)
Sets the value of the '
To Bus ' reference. |
Modifier and Type | Field and Description |
---|---|
protected Bus |
NBNodeImpl.bus
The cached value of the '
Bus ' reference. |
protected Bus |
NBEquipConnectionImpl.fromBus
The cached value of the '
From Bus ' reference. |
protected Bus |
NBEquipConnectionImpl.tertBus
The cached value of the '
Tert Bus ' reference. |
protected Bus |
NBEquipConnectionImpl.toBus
The cached value of the '
To Bus ' reference. |
Modifier and Type | Method and Description |
---|---|
Bus |
NBNodeImpl.getBus() |
Bus |
NBEquipConnectionImpl.getFromBus() |
Bus |
NBEquipConnectionImpl.getTertBus() |
Bus |
NBEquipConnectionImpl.getToBus() |
Modifier and Type | Method and Description |
---|---|
void |
NBNodeImpl.setBus(Bus newBus) |
void |
NBEquipConnectionImpl.setFromBus(Bus newFromBus) |
void |
NBEquipConnectionImpl.setTertBus(Bus newTertBus) |
void |
NBEquipConnectionImpl.setToBus(Bus newToBus) |
Modifier and Type | Interface and Description |
---|---|
interface |
BusRef<TBus extends Bus>
A representation of the model object 'Adjust Bus'.
|
Modifier and Type | Class and Description |
---|---|
class |
BusRefImpl<TBus extends Bus>
An implementation of the model object 'Adjust Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected TBus |
BusRefImpl.bus
The cached value of the '
Bus ' reference. |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
NetRefSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
NetSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DcBus
A representation of the model object 'Dc Bus'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DcBus> |
DcBranch.getOppositeDcBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
int |
CurrentFlowPathBusWalker.getIntoBusBranches(Bus bus) |
int |
CurrentFlowPathBusWalker.getOutBusBranches(Bus bus) |
void |
CurrentFlowPathBusWalker.init(Bus bus) |
boolean |
CurrentFlowPathBranchWalker.isFlowPathDirection(Bus bus,
Branch bra) |
boolean |
CurrentFlowPathBusWalker.visit(Bus b) |
boolean |
CurrentFlowPathBranchWalker.visit(Bus b,
Branch bra) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DcSysAlgorithmSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
<TBus extends Bus,TBranch extends Branch> |
DcSysAlgorithmSwitch.caseNetPathWalkAlgorithm(NetPathWalkAlgorithm<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Net Path Walk Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
DcBusImpl
An implementation of the model object 'Dc Bus'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DcBus> |
DcBranchImpl.getOppositeDcBus(Bus bus) |
Modifier and Type | Interface and Description |
---|---|
interface |
PVDcBus
A representation of the model object 'PV Dc Bus'.
|
Modifier and Type | Class and Description |
---|---|
class |
PVDcBusImpl
An implementation of the model object 'PV Dc Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PVDcSystemSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
PVDcSystemSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DcSystemSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DcSystemSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistBus
A representation of the model object 'Dist Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DistAdapterSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DistPathLfHelper.atFlowIntoSide(Branch branch,
Bus bus)
check if the bus is at flow into branch side
|
protected org.apache.commons.math3.complex.Complex |
DistPathBusWalker.getBranchPowerFlow(Branch branch,
Bus bus)
out-going direction regarding the bus as positive direction.
|
protected org.apache.commons.math3.complex.Complex |
DistPathBusLfSolver.getBranchPowerFlow(Branch branch,
Bus bus)
calculate branch power at the bus side, out-going as positive direction.
|
protected org.apache.commons.math3.complex.Complex |
DistPathBusWalker.getP(Bus b,
double baseKva)
get bus power, generation as positive direction
|
protected org.apache.commons.math3.complex.Complex |
DistPathBusWalker.getVisitedBranchTotalWeight(Bus bus)
out-going direction regarding the bus as positive direction.
|
protected void |
DistPathNetLfSolver.initBusBackward(Bus bus) |
protected void |
DistPathNetInitinizer.initBusBackward(Bus b) |
protected void |
DistPathNetInitinizer.initBusForward(Bus b) |
boolean |
DistPathBusWalker.visit(Bus bus)
visit the bus and connected branches, return false if the walk of the bus is not done
|
protected void |
DistPathBusWalker.visitBranch(Branch branch,
Bus bus)
Visit the branch to calculate branch active power flow.
|
protected void |
DistPathBusLfSolver.visitBranch(Branch branch,
Bus bus)
During the bus visiting, visit the connected branch, store branch power as branch.weight,
at the into bus side.
|
protected void |
DistPathBranchWalker.visitBranchBus(Branch bra,
Bus bus)
Visit the branch and the unvisited bus, doing nothing special.
|
protected void |
DistPathBranchLfSolver.visitBranchBus(Branch bra,
Bus bus)
Calculate bus voltage based on branch active power flow during the forward walkthough process,
if the opposite bus is visited
|
protected void |
DistPathBusWalker.visitBus(Bus bus)
visit the bus and connected branch if necessary for determining branch power flow direction.
|
protected void |
DistPathBusWalker.visitUtilityBus(Bus bus)
visit the utility bus, all branches connected should be visited before the
utility bus can be visited
|
Modifier and Type | Method and Description |
---|---|
void |
DistPathNetInitinizer.visit(Network<Bus,Branch> net) |
Modifier and Type | Class and Description |
---|---|
class |
DistBusImpl
An implementation of the model object 'Dist Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DistSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
<TBus extends Bus,TBranch extends Branch> |
DistSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DistSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDStabBus<TGen extends DStabGen,TLoad extends DStabLoad>
A representation of the model object 'DStab Bus'.
|
interface |
DStabBus
A representation of the model object 'DStab Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DstabDeventSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
DStabHvdcSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabBusImpl<TGen extends DStabGen,TLoad extends DStabLoad>
An implementation of the model object 'DStab Bus'.
|
class |
DStabBusImpl
An implementation of the model object 'DStab Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DstabSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DstabSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpfBus
A representation of the model object 'Base Opf Bus'.
|
Modifier and Type | Class and Description |
---|---|
class |
OpfBusImpl
An implementation of the model object 'Base Opf Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
OpfSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
OpfSwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SEBus
A representation of the model object 'Bus'.
|
Modifier and Type | Class and Description |
---|---|
class |
SEBusImpl
An implementation of the model object 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
SESwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
SESwitch.caseBus(Bus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
Modifier and Type | Method and Description |
---|---|
void |
BusModificationImpl.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
MCaseModifySwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
void |
BusConditionImpl.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus> |
MCaseRuleSwitch.caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseConverterState.map2EObject(BaseConverter<? extends Bus> eObj) |
void |
BaseConverterState.updateEObject(BaseConverter<? extends Bus> eObj) |
Constructor and Description |
---|
BaseConverterState(BaseConverter<? extends Bus> eObj) |
Modifier and Type | Method and Description |
---|---|
static Bus |
BusState.create() |
static Bus |
BusState.create(BusState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
BusState.map2EObject(Bus eObj) |
static void |
BusState.readData(com.hazelcast.nio.ObjectDataInput in,
Bus eObj) |
void |
BusState.updateEObject(Bus eObj) |
static void |
BusState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Bus eObj) |
Constructor and Description |
---|
BusState(Bus eObj) |
Constructor and Description |
---|
NetworkState(Network<? extends Bus,? extends Branch> eObj,
int subNetFlag)
Persist a sub-set of a Network object, obj.intFlag = subNetFlag, to a JSon NetworkState object.
|