Group Members:
No | Name | Position |
---|---|---|
1. | Ng Mee Wai (254301) | Leader |
2. | Wong Kin Sin (253123) | Member |
3. | Sim Lai Yee (253290) | Member |
4. | Tan Shi Jet (245210) | Member |
5. | Li ShaoBin (231501) | Member |
Introduction
In this group project, our group are required to develop a real-time system by using Java Programming Language (Maven). The system in this project should be able to :
- Check URLs that given in the text file. This step is to determine whether the URLs given are valid or invalid.
- Count the number of players.
- Display statistics.
- Display all players from KEDAH.
- Display all Top 3 players from each category.
- Count the wining points.
- Display a player result.
Details of the group assignment: Click here for more information
Table of Contents
No | Class | Description | Details |
---|---|---|---|
1. | CheckURL | Main Class of the program. | Click |
2. | NetworkConnection | This class will check whether the URLs given are valid or invalid. | Click |
3. | LogFile | This class will store the invalid link and the link that doesn't contain any players. | Click |
4. | PropertiesFile | This class will store the information that will be read later on as the keyword. | Click |
5. | CheckTable | This class is used to check whether the table in the website contain any elements or no. | Click |
6. | ObjectTable | This class will store the information that retrieve from the table in the website. | Click |
7. | displayAll | This class will show all the information of the players based on the category. | Click |
8. | PlayerCount | This class will count the number of the players from each category and calculate the grand total of the players. | Click |
9. | DisplayStatistics | This class will display the number of the players from different state and based on the category of the players. | Click |
10. | DisplayPlayerFromKedah | This class will display all the players from KEDAH. | Click |
11. | DisplayTop3 | This class will display all the Top 3 players from each category. | Click |
12. | CountWiningPoint | This class will count the wining points for each state and based on the category of each state. | Click |
13. | DisplayPlayerResult | This class will display a player result based on the player's name that store in the properties file. | Click |