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 ModuleCollection<IModuleFeature> getFeaturesForUnit(UNIT unit)
unit - as UNITIModuleFeatureCopyright © 2018. All rights reserved.