-
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.
- Loading branch information
Showing
7 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/controller/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| /** | ||
| * Contains classes that control certain aspects of the application, | ||
| * such as the | ||
| * {@link edu.ntnu.idi.idatt2003.g40.mappe.controller.PlayerStatusController}. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.controller; |
5 changes: 5 additions & 0 deletions
5
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/engine/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /** | ||
| * Contains classes giving a high level control of the application, | ||
| * such as {@link edu.ntnu.idi.idatt2003.g40.mappe.engine.Exchange}. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.engine; |
5 changes: 5 additions & 0 deletions
5
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/model/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /** | ||
| * Contains classes representing data in the application, | ||
| * such as shares, stocks and transactions. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.model; |
5 changes: 5 additions & 0 deletions
5
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/service/event/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /** | ||
| * Contains classes providing a flexible event system that follows | ||
| * the publisher/subscriber model. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.service.event; |
5 changes: 5 additions & 0 deletions
5
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/service/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /** | ||
| * Contains classes providing modular functionality to the application, | ||
| * such as the {@link edu.ntnu.idi.idatt2003.g40.mappe.service.FileConverter}. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.service; |
4 changes: 4 additions & 0 deletions
4
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/utils/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| /** | ||
| * Package containing utility enums and classes. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.utils; |
6 changes: 6 additions & 0 deletions
6
src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/view/package-info.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| /** | ||
| * Contains classes used for displaying views in the javafx framework, | ||
| * where a view can be considered an arrangement of | ||
| * UI elements, including their functionality and styling. | ||
| * */ | ||
| package edu.ntnu.idi.idatt2003.g40.mappe.view; |