
public interface Model
The object management and configuration model destinguishes between specifications and implementations defined in modules. Specifications specify some public programming interface to be implemented by implementations. Implementations may define configuration properties and may depend on other implementations. When defining dependencies, properties defined for the implementation of the dependency may be overwritten by properties defined for the dependency.
ModelFactory| Modifier and Type | Method and Description |
|---|---|
Modules |
getModules()
Gets the modules of the model.
|
Modules getModules()
ModelError - for unrecoverable model errors.Copyright © 2005-2012 jDTAUS. All Rights Reserved.