Facade for the Asset subsystem
Declaration :
Artifact : assetmanager
Stereotype: boundary
Operation getID |
Declaration :
Operation getAsset |
find and return corresponging object
Declaration :
Operation known |
@return true if the given id is registered in the internal asset DB
Declaration :
Operation remove |
remove the given asset <i>together with all its dependants</i> from the internal DB
Declaration :
Operation reg |
registers an asset object in the internal DB, providing its unique key
Declaration :
Relation registry (<unidirectional association>) |
@internal Table or DB holding all registered asset instances.
Declaration :