Represents an electric vehicle route instruction.
- Source
Extends
- gem.core.Em_Object
Methods
getBeginSoC() → {number}
Get the begin state of charge
- Source
Returns:
the begin state of charge
- Type:
- number
getChargingTime() → {number}
Get the charging time
- Source
Returns:
the charging time
- Type:
- number
getEndSoC() → {number}
Get the end state of charge
- Source
Returns:
the end state of charge
- Type:
- number
isChargeStop() → {boolean}
Check if stop is a charger
- Source
Returns:
true if stop is a charger
- Type:
- boolean