public interface IModuleService<UNIT>
Modifier and Type | Method and Description |
---|---|
Collection<IModuleFeature> |
getFeaturesForUnit(UNIT unit)
Get all features the UNIT is registerd with
|
void |
registerUnitWithFeature(UNIT unit,
IModuleFeature moduleFeature)
Register a unit for a Functional Feature
|
void registerUnitWithFeature(UNIT unit, IModuleFeature moduleFeature)
unit
- as UNITmoduleFeature
- as IModuleFeature
or a Module
Collection<IModuleFeature> getFeaturesForUnit(UNIT unit)
unit
- as UNITIModuleFeature
Copyright © 2018. All rights reserved.