C# 클래스 EnergyUsage

파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/SmartBuilding4 1 사용 예제들

공개 메소드들

메소드 설명
addTotalUse ( float use ) : void

Adds the total use.

addUsages ( int amt ) : void

Sets the number of usages.

getAvgUsePerSec ( ) : float

Gets The current use of energy per second of time in the simulation.

getBatteryList ( ) : List

Gets the battery list.

getIsEnergySupplied ( ) : bool

Gets if is energy supplied.

getIsOn ( ) : bool

Gets whether the energy use is currently on.

getIsUsingBattery ( ) : bool

Gets the is using battery.

getNumberOfUsages ( ) : int

Gets the number of usages.

getPlugLoad ( ) : PlugLoad,
getTotalUse ( ) : float

Gets the total use.

setAvgUsePerSec ( float amt ) : void

Sets the avg use per sec.

setIsEnergySupplied ( bool state ) : void

Sets if is energy supplied.

setIsOn ( bool state ) : void

Sets is on or off.

setIsUsingBattery ( bool state ) : void

Sets if is using battery.

setPlugLoad ( PlugLoad, pl ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

addTotalUse() 공개 메소드

Adds the total use.
public addTotalUse ( float use ) : void
use float Use... subtracts if negative.
리턴 void

addUsages() 공개 메소드

Sets the number of usages.
public addUsages ( int amt ) : void
amt int Amt.
리턴 void

getAvgUsePerSec() 공개 메소드

Gets The current use of energy per second of time in the simulation.
public getAvgUsePerSec ( ) : float
리턴 float

getBatteryList() 공개 메소드

Gets the battery list.
public getBatteryList ( ) : List
리턴 List

getIsEnergySupplied() 공개 메소드

Gets if is energy supplied.
public getIsEnergySupplied ( ) : bool
리턴 bool

getIsOn() 공개 메소드

Gets whether the energy use is currently on.
public getIsOn ( ) : bool
리턴 bool

getIsUsingBattery() 공개 메소드

Gets the is using battery.
public getIsUsingBattery ( ) : bool
리턴 bool

getNumberOfUsages() 공개 메소드

Gets the number of usages.
public getNumberOfUsages ( ) : int
리턴 int

getPlugLoad() 공개 메소드

public getPlugLoad ( ) : PlugLoad,
리턴 PlugLoad,

getTotalUse() 공개 메소드

Gets the total use.
public getTotalUse ( ) : float
리턴 float

setAvgUsePerSec() 공개 메소드

Sets the avg use per sec.
public setAvgUsePerSec ( float amt ) : void
amt float Amt.
리턴 void

setIsEnergySupplied() 공개 메소드

Sets if is energy supplied.
public setIsEnergySupplied ( bool state ) : void
state bool If set to true state.
리턴 void

setIsOn() 공개 메소드

Sets is on or off.
public setIsOn ( bool state ) : void
state bool If set to true state.
리턴 void

setIsUsingBattery() 공개 메소드

Sets if is using battery.
public setIsUsingBattery ( bool state ) : void
state bool If set to true state.
리턴 void

setPlugLoad() 공개 메소드

public setPlugLoad ( PlugLoad, pl ) : void
pl PlugLoad,
리턴 void