forked from OpenBEL/openbel-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the KAM store API; see OpenBEL#40
Summary: * KamStore -> KAMStore * KamStoreImpl -> KAMStoreImpl * KamStoreException -> KAMStoreException * KAMStore API changes (aims to be as backwards compatible as possible) - added exists methods to check for KAM availability - readCatalog -> getCatalog - getCatalog never throws exceptions - KAMStoreException is an unchecked exception to indicate a severe problem vice the old use of these exceptions which was admittedly poor - Improved documentation; which arguments are optional, which required, specific behavior, etc.
- Loading branch information
Nick Bargnesi
committed
Aug 10, 2012
1 parent
a61af2e
commit 83b85d0
Showing
31 changed files
with
1,553 additions
and
1,530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.