资 源 简 介
Attempts to provide a common modeling architecture to HCIS set of projects. HCIS model allows all the entities within HCIS projects to be namespaced or marked appropriately for processing by HCIS core engine and context. In itself, HCIS-MODEL is an independent framework, that provides with type safe domain model architecture for organizations to follow. Core goals that hcis-model helps achieve are:
Type Safe Model Architecture : All models are generically parameterized with appropriate constituent types, that allows them to be type safe.
Re-usable models and entities : Allows models with same purpose but different constituent types to reside without duplication by using generics. For example a an Associate model with an identifier that could be long or a string, but we only create one associate model instead of several.
Domain Specific Models : Provides with domain specific models