C# Класс EnergyUsage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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