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
PAModelExceptionpublic void run(Bus source, Bus sink) throws PAModelException
source - bus to inject 100MWsink - bus to absorb 100MWPAModelExceptionpublic void outputResults(java.io.PrintWriter pw)
throws PAModelException
PAModelExceptionpublic static void main(java.lang.String... args)
throws java.lang.Exception
java.lang.Exception