public class BusShiftFactor
extends java.lang.Object
Constructor and Description |
---|
BusShiftFactor(PAModel model) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String... args) |
void |
outputResults(java.io.PrintWriter pw) |
void |
run(Bus source,
Bus sink)
Calculate shift factors
|
void |
run(Gen source,
Gen sink) |
public BusShiftFactor(PAModel model)
public void run(Gen source, Gen sink) throws PAModelException
PAModelException
public void run(Bus source, Bus sink) throws PAModelException
source
- bus to inject 100MWsink
- bus to absorb 100MWPAModelException
public void outputResults(java.io.PrintWriter pw) throws PAModelException
PAModelException
public static void main(java.lang.String... args) throws java.lang.Exception
java.lang.Exception