This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
repositories [2014/02/19 07:47] yann |
repositories [2025/01/15 21:40] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Repositories ====== | ====== Repositories ====== | ||
- | Some projects provide sets of algorithms fulfilling some common interfaces. Such a project alwas has a package ''aaa.bbb'' and a package ''aaa.bbb.repository''. In ''aaa.bbb'' are the interface(s) and the repository to dynamically access the algorithms at run-time. Repositories implements the interface ''util.repository.IRepository'' and are ''final''. In the ''aaa.bbb.repository'' are the algorithms implementing the interface(s). Repositories exist in the following projects, among others: | + | Some projects provide sets of algorithms fulfilling some common interfaces. Such a project always has a package ''aaa.bbb'' and a package ''aaa.bbb.repository''. In ''aaa.bbb'' are the interface(s) and the repository to dynamically access the algorithms at run-time. Repositories implements the interface ''util.repository.IRepository'' and are ''final''. In the ''aaa.bbb.repository'' are the algorithms implementing the interface(s). Repositories exist in the following projects, among others: |
^ Projects ^ Roles ^ Classes ^ | ^ Projects ^ Roles ^ Classes ^ |