Support fork/join with regions

- Adding first changes for supporting fork and join
  concepts with regions.
- Change of some pseudostate concepts to have
  better model for this and future work.
- Fixes #39
This commit is contained in:
Janne Valkealahti
2015-05-05 19:58:31 +01:00
parent a26f4f08d6
commit 1186ae4a71
29 changed files with 1191 additions and 54 deletions

View File

@@ -4,5 +4,5 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2} [%t] - %m%n
log4j.category.org.springframework.statemachine=TRACE
log4j.category.org.springframework.statemachine=DEBUG