Skip to content
Yao Jian Yap edited this page Aug 24, 2017 · 59 revisions

Welcome to 306A1 Documentation

Coding Guidelines

  • Packages - names should be lower case only, subsequent words are just appended to the end, e.g. helloworld
  • Classes - use CamelCasing for names, starting with UPPER case
  • Methods - use camelCasing for names, starting with lower case
  • Variables - use camelCasing for names, starting with lower case
  • Fields - put underscore ( _ ) before variable names

Task Scheduler's Visualisation

The Graph and Gantt Chart display the current schedule that is being examined by our task scheduler's A* implementation.

The Statistics Table displays the current progress of the A* implementation.

Graph Visualisation

The graph displayed is a proper representation of the input graph. The nodes represent the tasks and the colour changes based on the

Gantt Chart Visualisation

Statistics Table Visualisation

Clone this wiki locally