Link to GitHub Repository Link to UML Class Diagram
UML Class Diagram PDF needs to be downloaded to be viewed.
Members of SCSG Group 4:
- Ng Hoe Ping
- Edmund Yeo Zi Long
- Angelina Delia Sutiarto
- Spyridon Giakoumatos
- Wu Yiqing
- Navigate to the correct working directory
.../GitHub/sc2002/sc2002
Compile and run To compile, run the following command
javac -d bin "@sources.txt"To run, run the following command
java -cp bin sc2002.main.MainJavaDoc can be accessed by index.html through here or under the directory
.../GitHub/sc2002/sc2002/docs
If the following directory is unavailable, try running the following command to regenerate the javadoc
javadoc -d docs -sourcepath src/main/java -subpackages sc2002Note: Open index.html directly in a browser to view the documentation locally.
If viewing on GitHub and not GitHub Pages, download the files first as GitHub cannot render HTML files directly.
If under the working directory, you can directly preview the javadoc by running
start docs\index.htmlIf under the working directory, you can directly preview the javadoc by running
open docs/index.html