Class DieselEngine

A concrete implementation of Engine that uses diesel for propelling.

class DieselEngine
  : Engine ;

Fields

NameTypeDescription
vendor_ string

Properties

NameTypeDescription
vendor[set] DieselEngine
vendor[get] string
vendor[get] string

Methods

NameDescription
run
turnOff
turnOn