"pDES" is a project design tool by using Discrete-Event Simulation.
This software can evaluate a project including product structure, workflow and organization structure by using discrete event simulation. We can define a complex project considering relationship between each component, each task and each team and workers easily by using the interface of pDES.
Application examples of pDES are as followings:
- Engineering design project
- Heavy industry (Shipbuilding, Steel, etc.)
- Software development project (Waterfall, Agile, Hybrid, etc.)
This software is developed by Eclipse Rich Client Platform (RCP) and Graphical Editing Framework(GEF3). Simulator is implemented based on previous our researches.
- Java (1.8 or later)
Update soon...
-
Download Eclipse
- For using this source on pure or old eclipse, you might have to install as following softwares:
- Eclipse Plug-in Development Environment
- Eclipse RCP Plug-in Developer Resources
- Eclipse Graphical Editing Framework (GEF3)
- From Eclipse 4.7 (Oxygen), GEF3 is already installed initially.
- For using this source on pure or old eclipse, you might have to install as following softwares:
-
Fork it (http://github.com/taiga4112/pDES/fork).
-
Clone pDES project.
$ cd 'yourworkspace' $ git clone [email protected]:youraccount/pDES.git
-
Add your explorer of eclipse workspace.
- Import.. -> Existing Projects into Workspace -> Select pDES project
-
Run
- Right click on pDES project on Explorer -> Run as -> Eclipse Application
- Fork it ( http://github.com/taiga4112/pDES/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request