forked from owlcs/owlapi
-
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.
Add freeze methods to oboformat Clause and Frame. These methods
(a) replace ArrayLists of size 0 with emptyList() (b) replace ArrayLists of size 1 with singletonList() (c) call trimToSize on ArrayLists of size >1. Modifications automatically the relevant objects. Add freezeFrames method to OBODoc, which will call freeze on all held frames.
- Loading branch information
Showing
3 changed files
with
187 additions
and
15 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