strolch/li.strolch.model
Robert von Burg f023f682a8 [Major] Implemented State Model on Activity/Actions
We have three major blocks:
- In Execution Warning:
  - STOPPED
  - WARNING
  - ERROR
- in execution:
  - above including EXECUTION and EXECUTED
- in planning:
  - PLANNING and PLANNED
- CREATED
- CLOSED

EXECUTION is used if any action is EXECUTED and a prior state exists
PLANNING is used if any action is PLANNED and PLANNING or CREATED 
  state exists
CLOSED is only used if everything is CLOSED, otherwise one of the
previous states is used
2016-09-30 16:28:35 +02:00
..
src [Major] Implemented State Model on Activity/Actions 2016-09-30 16:28:35 +02:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
README.md [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
pom.xml [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00

README.md

li.strolch.model

Strolch is a generic framework for building parameterized models for modification at runtime written in Java