gridiq.poweranalysis.results
Class BusResult
java.lang.Object
gridiq.poweranalysis.results.BusResult
public class BusResult
- extends java.lang.Object
This class represents the simulation result for a single bus in the network, which may contain
multiple LineResult
s.
- Author:
- colin
Constructor Summary |
BusResult(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusResult
public BusResult(java.lang.String name)
getTimestep
public int getTimestep()
setTimestep
public void setTimestep(int time)
getBusName
public java.lang.String getBusName()
setBusName
public void setBusName(java.lang.String busName)
getVoltage
public double getVoltage()
setVoltage
public void setVoltage(double voltage)
getPhase
public double getPhase()
setPhase
public void setPhase(double phase)
getPGen
public double getPGen()
setPGen
public void setPGen(double pGen)
getQGen
public double getQGen()
setQGen
public void setQGen(double qGen)
getPLoad
public double getPLoad()
setPLoad
public void setPLoad(double pLoad)
getQLoad
public double getQLoad()
setQLoad
public void setQLoad(double qLoad)
getLines
public java.util.Set<LineResult> getLines()
addFromLine
public void addFromLine(LineResult line)