Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Z
A
AbstractACPFBranch
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBranch and implements ACPFBranch.
AbstractACPFBranch()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractACPFBranch
AbstractACPFBus
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBus and implements ACPFBus.
AbstractACPFBus()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractACPFBus
AbstractBranch
- Class in
snl.ccss.jpowersystem
This is an abstract implementation of the Branch interface that can be extended by objects representing branches in a power sytem.
AbstractBranch()
- Constructor for class snl.ccss.jpowersystem.
AbstractBranch
AbstractBus
- Class in
snl.ccss.jpowersystem
This is an abstract implementation of the Bus interface that can be extended by objects representing buses in a power sytem.
AbstractBus()
- Constructor for class snl.ccss.jpowersystem.
AbstractBus
AbstractBusDevice
- Class in
snl.ccss.jpowersystem
This is an abstract implementation of the BusDevice interface that can be extended by objects representing bus devices in a power sytem.
AbstractBusDevice()
- Constructor for class snl.ccss.jpowersystem.
AbstractBusDevice
AbstractDCPFBranch
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBranch and implements DCPFBranch.
AbstractDCPFBranch()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractDCPFBranch
AbstractDCPFBus
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBus and implements DCPFBus.
AbstractDCPFBus()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractDCPFBus
AbstractPFBranch
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBranch and implements ACPFBranch and DCPFBranch.
AbstractPFBranch()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractPFBranch
AbstractPFBus
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends AbstractBus and implements ACPFBus and DCPFBus.
AbstractPFBus()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractPFBus
AbstractPFPowerSystem
- Class in
snl.ccss.jpowersystem.powerflow
This is an empty abstract class that extends PowerSystem and implements PFPowerSytem.
AbstractPFPowerSystem()
- Constructor for class snl.ccss.jpowersystem.powerflow.
AbstractPFPowerSystem
AbstractPFSolver
- Class in
snl.ccss.jpowerflow
This is an abstract implementation of the PFSolver interface that can be extended by power flow simulators.
AbstractPFSolver()
- Constructor for class snl.ccss.jpowerflow.
AbstractPFSolver
ACPFBranch
- Interface in
snl.ccss.jpowerflow.ac
This interface defines all the methods needed by the AC power flow simulators for a branch object.
ACPFBus
- Interface in
snl.ccss.jpowerflow.ac
This interface defines all the methods needed by the AC power flow simulators for a bus object.
add(Branch)
- Method in class snl.ccss.jpowersystem.
AbstractBus
This method connects the given branch by adding the branch to the list of connected branch objects.
add(BusDevice)
- Method in class snl.ccss.jpowersystem.
AbstractBus
This method connects the given bus device by adding the bus device to the list of connected bus device objects.
add(Branch)
- Method in interface snl.ccss.jpowersystem.
Bus
This method should at a minimum add the given Branch object to its list of attached branch objects.
add(BusDevice)
- Method in interface snl.ccss.jpowersystem.
Bus
This method should at a minimum add the given BusDevice object to its list of attached bus device objects.
add(Bus)
- Method in class snl.ccss.jpowersystem.
PowerSystem
This method is used to add a Bus object to the power system.
add(Branch, Bus, Bus)
- Method in class snl.ccss.jpowersystem.
PowerSystem
This method is used to add a Branch object to the power system.
add(BusDevice, Bus)
- Method in class snl.ccss.jpowersystem.
PowerSystem
This method is used to add a BusDevice object to the power system.
addTo(Bus, Bus)
- Method in class snl.ccss.jpowersystem.
AbstractBranch
This method connects this branch to the given Bus objects, each bus being set as an endpoint of the branch.
addTo(PowerSystem)
- Method in class snl.ccss.jpowersystem.
AbstractBus
This method connects this bus to the given power system by setting its PowerSystem variable to the given power system.
addTo(Bus)
- Method in class snl.ccss.jpowersystem.
AbstractBusDevice
This method connects this bus device to the given Bus object, with the given bus being set as the bus this device belongs to.
addTo(Bus, Bus)
- Method in interface snl.ccss.jpowersystem.
Branch
This method should at a minimum set Bus variables to the given bus objects.
addTo(PowerSystem)
- Method in interface snl.ccss.jpowersystem.
Bus
This method should at a minimum set a PowerSystem variable to the given power system.
addTo(Bus)
- Method in interface snl.ccss.jpowersystem.
BusDevice
This method should at a minimum set a Bus variable to the given bus object.
angle
- Variable in class snl.ccss.jpowersystem.generic.
GenericBus
Voltage angle value for bus.
angle
- Variable in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBusDO
area
- Variable in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBranchDO
area
- Variable in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBusDO
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Z