gridiq.network
Class Supply

java.lang.Object
  extended by gridiq.network.ElectricityPricing
      extended by gridiq.network.Supply

public class Supply
extends ElectricityPricing

Represents pricing supply attributes for electricity market simulation. This class adds several properties to its parent class ElectricityPricing.

Author:
colin

Constructor Summary
Supply()
           
 
Method Summary
 double getActualActivePowerBid()
           
 double getLossParticipationFactor()
           
 double getMaxReactivePower()
           
 double getMinReactivePower()
           
 void setActualActivePowerBid(double actualActivePowerBid)
           
 void setLossParticipationFactor(double lossParticipationFactor)
           
 void setMaxReactivePower(double maxReactivePower)
           
 void setMinReactivePower(double minReactivePower)
           
 
Methods inherited from class gridiq.network.ElectricityPricing
getActivePowerDirection, getBus, getCongestionDownCost, getCongestionUpCost, getFixedCostP, getFixedCostQ, getMaxPowerBid, getMinPowerBid, getPowerRating, getProportionalCostP, getProportionalCostQ, getQuadraticCostP, getQuadraticCostQ, getReactivePowerDirection, getTieBreakingCost, isCommitment, isConnectionStatus, setActivePowerDirection, setBus, setCommitment, setCongestionDownCost, setCongestionUpCost, setConnectionStatus, setFixedCostP, setFixedCostQ, setMaxPowerBid, setMinPowerBid, setPowerRating, setProportionalCostP, setProportionalCostQ, setQuadraticCostP, setQuadraticCostQ, setReactivePowerDirection, setTieBreakingCost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Supply

public Supply()
Method Detail

getActualActivePowerBid

public double getActualActivePowerBid()

setActualActivePowerBid

public void setActualActivePowerBid(double actualActivePowerBid)

getLossParticipationFactor

public double getLossParticipationFactor()

setLossParticipationFactor

public void setLossParticipationFactor(double lossParticipationFactor)

getMaxReactivePower

public double getMaxReactivePower()

setMaxReactivePower

public void setMaxReactivePower(double maxReactivePower)

getMinReactivePower

public double getMinReactivePower()

setMinReactivePower

public void setMinReactivePower(double minReactivePower)