From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../doc/index-files/index-2.html | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/index-files/index-2.html (limited to 'Master/Reference Architectures and Patterns/doc/index-files/index-2.html') diff --git a/Master/Reference Architectures and Patterns/doc/index-files/index-2.html b/Master/Reference Architectures and Patterns/doc/index-files/index-2.html new file mode 100644 index 0000000..84aa400 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/index-files/index-2.html @@ -0,0 +1,154 @@ + + + + + + +B-Index + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+

+B

+
+
Book - Class in de.h_da.library.datamanagement.entity
[entity] This entity represents a type of book, identified by authors and + title (not a concrete physical book).
Book() - +Constructor for class de.h_da.library.datamanagement.entity.Book +
  +
book - +Variable in class de.h_da.library.datamanagement.entity.BookOnStock +
The book type (title and author) +
BookManagement - Interface in de.h_da.library.datamanagement.usecase
[usecase] This use case comprises all functionality used by library staff to + administer the book stock.
BookOnStock - Class in de.h_da.library.datamanagement.entity
[entity] This entity represents a concrete physical book.
BookOnStock() - +Constructor for class de.h_da.library.datamanagement.entity.BookOnStock +
  +
bookOnStock - +Variable in class de.h_da.library.datamanagement.entity.Loan +
Concrete book instance that is being borrowed. +
borrowBook(int, int) - +Method in interface de.h_da.library.borrowing.usecase.Borrowing +
[command] Generates a new Loan object. +
Borrowing - Interface in de.h_da.library.borrowing.usecase
[usecase] This use case comprises all library customer functionality for + borrowing and returning books.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+ + + -- cgit v1.2.3