https://github.com/workflowfm/proter
A discrete event simulator for asynchronous prioritized processes
https://github.com/workflowfm/proter
business-process-management discrete-event-simulation resource-management simulation simulation-framework
Last synced: about 1 month ago
JSON representation
A discrete event simulator for asynchronous prioritized processes
- Host: GitHub
- URL: https://github.com/workflowfm/proter
- Owner: workflowfm
- License: apache-2.0
- Created: 2019-07-09T15:51:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T02:26:23.000Z (about 2 years ago)
- Last Synced: 2024-12-06T21:36:06.230Z (about 1 year ago)
- Topics: business-process-management, discrete-event-simulation, resource-management, simulation, simulation-framework
- Language: Scala
- Homepage: http://docs.workflowfm.com/proter
- Size: 17.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Proter
#+AUTHOR: Petros Papapanagiotou
#+ATTR_ORG: :width 100
[[https://raw.githubusercontent.com/workflowfm/proter/master/docs/static/images/Proter.png]]
[[../../releases/latest][https://img.shields.io/badge/version-0.7.4-brightgreen.svg]]
[[https://opensource.org/licenses/Apache-2.0][https://img.shields.io/badge/license-Apache%202.0-yellowgreen.svg]]
A [[https://en.wikipedia.org/wiki/Discrete-event_simulation][discrete event simulator]] for asynchronous prioritized processes written in Scala.
| Created by [[https://github.com/PetrosPapapa][Petros Papapanagiotou]] |
| [[https://aiml.inf.ed.ac.uk/][Artificial Intelligence Modelling Lab]] |
| [[https://web.inf.ed.ac.uk/aiai][Artificial Intelligence and its Applications Institute]] |
| [[https://www.ed.ac.uk/informatics/][School of Informatics, University of Edinburgh]] |
[[http://docs.workflowfm.com/proter][More info and documentation can be found in the main webpage.]]
* Install
Requirements:
- Java 8, Scala 2.12.12
- [[https://www.scala-sbt.org/][sbt]] v1.4.3 or higher
You can then add Proter as [[https://search.maven.org/artifact/com.workflowfm/proter_2.12][a dependency from Maven]].
e.g. in sbt:
#+BEGIN_SRC scala
libraryDependencies += "com.workflowfm" %% "proter" % "0.7.4"
#+END_SRC
* Authors
:PROPERTIES:
:CUSTOM_ID: authors
:END:
** Maintainer
[[https://github.com/PetrosPapapa][Petros Papapanagiotou]] - petros@workflowfm.com - [[https://twitter.com/petrospapapa][@PetrosPapapa]]
** Contributors
A big thank you to the following contributors in order of appearance:
- [[https://github.com/MBaczun][Michal Baczun]]
* License
Distributed under the Apache 2.0 license. See [[./LICENSE][LICENSE]] for more information.
Copyright \copy 2019-2021 [[https://www.ed.ac.uk/][The University of Edinburgh]] and [[#authors][contributors]]