Class: Fhlow::UnitFactory
- Inherits:
-
LeafFactory
- Object
- LeafFactory
- Fhlow::UnitFactory
- Defined in:
- lib/module_fhlow/leafs/Unit.rb
Overview
This is a concrete implementation of the abstract class LeafFactory . A UnitFactory creates objects of Unit.
Class Method Summary collapse
-
.getPrefix ⇒ Object
Return the prefix used by Units.
Instance Method Summary collapse
-
#create(*_args) ⇒ Object
Creates objects of Unit.
Methods inherited from LeafFactory
Class Method Details
.getPrefix ⇒ Object
Return the prefix used by Units.
147 148 149 |
# File 'lib/module_fhlow/leafs/Unit.rb', line 147 def UnitFactory.getPrefix() return "unit" end |