You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1284 lines
40 KiB

  1. {
  2. "jani-version":1,
  3. "features":[
  4. "derived-operators"
  5. ],
  6. "name":"Converted from PRISM by IscasMC",
  7. "type":"dtmc",
  8. "actions":[
  9. {
  10. "name":"step"
  11. }
  12. ],
  13. "variables":[
  14. {
  15. "name":"x1",
  16. "type":{
  17. "kind":"bounded",
  18. "base":"int",
  19. "lower-bound":0,
  20. "upper-bound":1
  21. }
  22. },
  23. {
  24. "name":"x2",
  25. "type":{
  26. "kind":"bounded",
  27. "base":"int",
  28. "lower-bound":0,
  29. "upper-bound":1
  30. }
  31. },
  32. {
  33. "name":"x3",
  34. "type":{
  35. "kind":"bounded",
  36. "base":"int",
  37. "lower-bound":0,
  38. "upper-bound":1
  39. }
  40. },
  41. {
  42. "name":"x4",
  43. "type":{
  44. "kind":"bounded",
  45. "base":"int",
  46. "lower-bound":0,
  47. "upper-bound":1
  48. }
  49. },
  50. {
  51. "name":"x5",
  52. "type":{
  53. "kind":"bounded",
  54. "base":"int",
  55. "lower-bound":0,
  56. "upper-bound":1
  57. }
  58. },
  59. {
  60. "name":"x6",
  61. "type":{
  62. "kind":"bounded",
  63. "base":"int",
  64. "lower-bound":0,
  65. "upper-bound":1
  66. }
  67. },
  68. {
  69. "name":"x7",
  70. "type":{
  71. "kind":"bounded",
  72. "base":"int",
  73. "lower-bound":0,
  74. "upper-bound":1
  75. }
  76. },
  77. {
  78. "name":"x8",
  79. "type":{
  80. "kind":"bounded",
  81. "base":"int",
  82. "lower-bound":0,
  83. "upper-bound":1
  84. }
  85. },
  86. {
  87. "name":"x9",
  88. "type":{
  89. "kind":"bounded",
  90. "base":"int",
  91. "lower-bound":0,
  92. "upper-bound":1
  93. }
  94. },
  95. {
  96. "name":"x10",
  97. "type":{
  98. "kind":"bounded",
  99. "base":"int",
  100. "lower-bound":0,
  101. "upper-bound":1
  102. }
  103. },
  104. {
  105. "name":"x11",
  106. "type":{
  107. "kind":"bounded",
  108. "base":"int",
  109. "lower-bound":0,
  110. "upper-bound":1
  111. }
  112. },
  113. {
  114. "name":"x12",
  115. "type":{
  116. "kind":"bounded",
  117. "base":"int",
  118. "lower-bound":0,
  119. "upper-bound":1
  120. }
  121. },
  122. {
  123. "name":"x13",
  124. "type":{
  125. "kind":"bounded",
  126. "base":"int",
  127. "lower-bound":0,
  128. "upper-bound":1
  129. }
  130. }
  131. ],
  132. "observables":[
  133. {
  134. "name":"\"steps\""
  135. }
  136. ],
  137. "initial-states":{
  138. "exp":true
  139. },
  140. "automata":[
  141. {
  142. "name":"process1",
  143. "locations":[
  144. {
  145. "name":"location",
  146. "observables":[
  147. {
  148. "ref":"\"steps\"",
  149. "value":1
  150. }
  151. ]
  152. }
  153. ],
  154. "initial-locations":[
  155. "location"
  156. ],
  157. "edges":[
  158. {
  159. "location":"location",
  160. "action":"step",
  161. "guard":{
  162. "exp":{
  163. "op":"=",
  164. "left":"x1",
  165. "right":"x13"
  166. }
  167. },
  168. "destinations":[
  169. {
  170. "probability":{
  171. "exp":0.5000000
  172. },
  173. "location":"location",
  174. "assignments":[
  175. {
  176. "ref":"x1",
  177. "value":0
  178. }
  179. ],
  180. "observables":[
  181. ]
  182. },
  183. {
  184. "probability":{
  185. "exp":{
  186. "op":"-",
  187. "left":1,
  188. "right":0.5000000
  189. }
  190. },
  191. "location":"location",
  192. "assignments":[
  193. {
  194. "ref":"x1",
  195. "value":1
  196. }
  197. ],
  198. "observables":[
  199. ]
  200. }
  201. ]
  202. },
  203. {
  204. "location":"location",
  205. "action":"step",
  206. "guard":{
  207. "exp":{
  208. "op":"¬",
  209. "exp":{
  210. "op":"=",
  211. "left":"x1",
  212. "right":"x13"
  213. }
  214. }
  215. },
  216. "destinations":[
  217. {
  218. "probability":{
  219. "exp":1
  220. },
  221. "location":"location",
  222. "assignments":[
  223. {
  224. "ref":"x1",
  225. "value":"x13"
  226. }
  227. ],
  228. "observables":[
  229. ]
  230. }
  231. ]
  232. }
  233. ]
  234. },
  235. {
  236. "name":"process2",
  237. "locations":[
  238. {
  239. "name":"location"
  240. }
  241. ],
  242. "initial-locations":[
  243. "location"
  244. ],
  245. "edges":[
  246. {
  247. "location":"location",
  248. "action":"step",
  249. "guard":{
  250. "exp":{
  251. "op":"=",
  252. "left":"x2",
  253. "right":"x1"
  254. }
  255. },
  256. "destinations":[
  257. {
  258. "probability":{
  259. "exp":0.5000000
  260. },
  261. "location":"location",
  262. "assignments":[
  263. {
  264. "ref":"x2",
  265. "value":0
  266. }
  267. ]
  268. },
  269. {
  270. "probability":{
  271. "exp":{
  272. "op":"-",
  273. "left":1,
  274. "right":0.5000000
  275. }
  276. },
  277. "location":"location",
  278. "assignments":[
  279. {
  280. "ref":"x2",
  281. "value":1
  282. }
  283. ]
  284. }
  285. ]
  286. },
  287. {
  288. "location":"location",
  289. "action":"step",
  290. "guard":{
  291. "exp":{
  292. "op":"¬",
  293. "exp":{
  294. "op":"=",
  295. "left":"x2",
  296. "right":"x1"
  297. }
  298. }
  299. },
  300. "destinations":[
  301. {
  302. "probability":{
  303. "exp":1
  304. },
  305. "location":"location",
  306. "assignments":[
  307. {
  308. "ref":"x2",
  309. "value":"x1"
  310. }
  311. ]
  312. }
  313. ]
  314. }
  315. ]
  316. },
  317. {
  318. "name":"process3",
  319. "locations":[
  320. {
  321. "name":"location"
  322. }
  323. ],
  324. "initial-locations":[
  325. "location"
  326. ],
  327. "edges":[
  328. {
  329. "location":"location",
  330. "action":"step",
  331. "guard":{
  332. "exp":{
  333. "op":"=",
  334. "left":"x3",
  335. "right":"x2"
  336. }
  337. },
  338. "destinations":[
  339. {
  340. "probability":{
  341. "exp":0.5000000
  342. },
  343. "location":"location",
  344. "assignments":[
  345. {
  346. "ref":"x3",
  347. "value":0
  348. }
  349. ]
  350. },
  351. {
  352. "probability":{
  353. "exp":{
  354. "op":"-",
  355. "left":1,
  356. "right":0.5000000
  357. }
  358. },
  359. "location":"location",
  360. "assignments":[
  361. {
  362. "ref":"x3",
  363. "value":1
  364. }
  365. ]
  366. }
  367. ]
  368. },
  369. {
  370. "location":"location",
  371. "action":"step",
  372. "guard":{
  373. "exp":{
  374. "op":"¬",
  375. "exp":{
  376. "op":"=",
  377. "left":"x3",
  378. "right":"x2"
  379. }
  380. }
  381. },
  382. "destinations":[
  383. {
  384. "probability":{
  385. "exp":1
  386. },
  387. "location":"location",
  388. "assignments":[
  389. {
  390. "ref":"x3",
  391. "value":"x2"
  392. }
  393. ]
  394. }
  395. ]
  396. }
  397. ]
  398. },
  399. {
  400. "name":"process4",
  401. "locations":[
  402. {
  403. "name":"location"
  404. }
  405. ],
  406. "initial-locations":[
  407. "location"
  408. ],
  409. "edges":[
  410. {
  411. "location":"location",
  412. "action":"step",
  413. "guard":{
  414. "exp":{
  415. "op":"=",
  416. "left":"x4",
  417. "right":"x3"
  418. }
  419. },
  420. "destinations":[
  421. {
  422. "probability":{
  423. "exp":0.5000000
  424. },
  425. "location":"location",
  426. "assignments":[
  427. {
  428. "ref":"x4",
  429. "value":0
  430. }
  431. ]
  432. },
  433. {
  434. "probability":{
  435. "exp":{
  436. "op":"-",
  437. "left":1,
  438. "right":0.5000000
  439. }
  440. },
  441. "location":"location",
  442. "assignments":[
  443. {
  444. "ref":"x4",
  445. "value":1
  446. }
  447. ]
  448. }
  449. ]
  450. },
  451. {
  452. "location":"location",
  453. "action":"step",
  454. "guard":{
  455. "exp":{
  456. "op":"¬",
  457. "exp":{
  458. "op":"=",
  459. "left":"x4",
  460. "right":"x3"
  461. }
  462. }
  463. },
  464. "destinations":[
  465. {
  466. "probability":{
  467. "exp":1
  468. },
  469. "location":"location",
  470. "assignments":[
  471. {
  472. "ref":"x4",
  473. "value":"x3"
  474. }
  475. ]
  476. }
  477. ]
  478. }
  479. ]
  480. },
  481. {
  482. "name":"process5",
  483. "locations":[
  484. {
  485. "name":"location"
  486. }
  487. ],
  488. "initial-locations":[
  489. "location"
  490. ],
  491. "edges":[
  492. {
  493. "location":"location",
  494. "action":"step",
  495. "guard":{
  496. "exp":{
  497. "op":"=",
  498. "left":"x5",
  499. "right":"x4"
  500. }
  501. },
  502. "destinations":[
  503. {
  504. "probability":{
  505. "exp":0.5000000
  506. },
  507. "location":"location",
  508. "assignments":[
  509. {
  510. "ref":"x5",
  511. "value":0
  512. }
  513. ]
  514. },
  515. {
  516. "probability":{
  517. "exp":{
  518. "op":"-",
  519. "left":1,
  520. "right":0.5000000
  521. }
  522. },
  523. "location":"location",
  524. "assignments":[
  525. {
  526. "ref":"x5",
  527. "value":1
  528. }
  529. ]
  530. }
  531. ]
  532. },
  533. {
  534. "location":"location",
  535. "action":"step",
  536. "guard":{
  537. "exp":{
  538. "op":"¬",
  539. "exp":{
  540. "op":"=",
  541. "left":"x5",
  542. "right":"x4"
  543. }
  544. }
  545. },
  546. "destinations":[
  547. {
  548. "probability":{
  549. "exp":1
  550. },
  551. "location":"location",
  552. "assignments":[
  553. {
  554. "ref":"x5",
  555. "value":"x4"
  556. }
  557. ]
  558. }
  559. ]
  560. }
  561. ]
  562. },
  563. {
  564. "name":"process6",
  565. "locations":[
  566. {
  567. "name":"location"
  568. }
  569. ],
  570. "initial-locations":[
  571. "location"
  572. ],
  573. "edges":[
  574. {
  575. "location":"location",
  576. "action":"step",
  577. "guard":{
  578. "exp":{
  579. "op":"=",
  580. "left":"x6",
  581. "right":"x5"
  582. }
  583. },
  584. "destinations":[
  585. {
  586. "probability":{
  587. "exp":0.5000000
  588. },
  589. "location":"location",
  590. "assignments":[
  591. {
  592. "ref":"x6",
  593. "value":0
  594. }
  595. ]
  596. },
  597. {
  598. "probability":{
  599. "exp":{
  600. "op":"-",
  601. "left":1,
  602. "right":0.5000000
  603. }
  604. },
  605. "location":"location",
  606. "assignments":[
  607. {
  608. "ref":"x6",
  609. "value":1
  610. }
  611. ]
  612. }
  613. ]
  614. },
  615. {
  616. "location":"location",
  617. "action":"step",
  618. "guard":{
  619. "exp":{
  620. "op":"¬",
  621. "exp":{
  622. "op":"=",
  623. "left":"x6",
  624. "right":"x5"
  625. }
  626. }
  627. },
  628. "destinations":[
  629. {
  630. "probability":{
  631. "exp":1
  632. },
  633. "location":"location",
  634. "assignments":[
  635. {
  636. "ref":"x6",
  637. "value":"x5"
  638. }
  639. ]
  640. }
  641. ]
  642. }
  643. ]
  644. },
  645. {
  646. "name":"process7",
  647. "locations":[
  648. {
  649. "name":"location"
  650. }
  651. ],
  652. "initial-locations":[
  653. "location"
  654. ],
  655. "edges":[
  656. {
  657. "location":"location",
  658. "action":"step",
  659. "guard":{
  660. "exp":{
  661. "op":"=",
  662. "left":"x7",
  663. "right":"x6"
  664. }
  665. },
  666. "destinations":[
  667. {
  668. "probability":{
  669. "exp":0.5000000
  670. },
  671. "location":"location",
  672. "assignments":[
  673. {
  674. "ref":"x7",
  675. "value":0
  676. }
  677. ]
  678. },
  679. {
  680. "probability":{
  681. "exp":{
  682. "op":"-",
  683. "left":1,
  684. "right":0.5000000
  685. }
  686. },
  687. "location":"location",
  688. "assignments":[
  689. {
  690. "ref":"x7",
  691. "value":1
  692. }
  693. ]
  694. }
  695. ]
  696. },
  697. {
  698. "location":"location",
  699. "action":"step",
  700. "guard":{
  701. "exp":{
  702. "op":"¬",
  703. "exp":{
  704. "op":"=",
  705. "left":"x7",
  706. "right":"x6"
  707. }
  708. }
  709. },
  710. "destinations":[
  711. {
  712. "probability":{
  713. "exp":1
  714. },
  715. "location":"location",
  716. "assignments":[
  717. {
  718. "ref":"x7",
  719. "value":"x6"
  720. }
  721. ]
  722. }
  723. ]
  724. }
  725. ]
  726. },
  727. {
  728. "name":"process8",
  729. "locations":[
  730. {
  731. "name":"location"
  732. }
  733. ],
  734. "initial-locations":[
  735. "location"
  736. ],
  737. "edges":[
  738. {
  739. "location":"location",
  740. "action":"step",
  741. "guard":{
  742. "exp":{
  743. "op":"=",
  744. "left":"x8",
  745. "right":"x7"
  746. }
  747. },
  748. "destinations":[
  749. {
  750. "probability":{
  751. "exp":0.5000000
  752. },
  753. "location":"location",
  754. "assignments":[
  755. {
  756. "ref":"x8",
  757. "value":0
  758. }
  759. ]
  760. },
  761. {
  762. "probability":{
  763. "exp":{
  764. "op":"-",
  765. "left":1,
  766. "right":0.5000000
  767. }
  768. },
  769. "location":"location",
  770. "assignments":[
  771. {
  772. "ref":"x8",
  773. "value":1
  774. }
  775. ]
  776. }
  777. ]
  778. },
  779. {
  780. "location":"location",
  781. "action":"step",
  782. "guard":{
  783. "exp":{
  784. "op":"¬",
  785. "exp":{
  786. "op":"=",
  787. "left":"x8",
  788. "right":"x7"
  789. }
  790. }
  791. },
  792. "destinations":[
  793. {
  794. "probability":{
  795. "exp":1
  796. },
  797. "location":"location",
  798. "assignments":[
  799. {
  800. "ref":"x8",
  801. "value":"x7"
  802. }
  803. ]
  804. }
  805. ]
  806. }
  807. ]
  808. },
  809. {
  810. "name":"process9",
  811. "locations":[
  812. {
  813. "name":"location"
  814. }
  815. ],
  816. "initial-locations":[
  817. "location"
  818. ],
  819. "edges":[
  820. {
  821. "location":"location",
  822. "action":"step",
  823. "guard":{
  824. "exp":{
  825. "op":"=",
  826. "left":"x9",
  827. "right":"x8"
  828. }
  829. },
  830. "destinations":[
  831. {
  832. "probability":{
  833. "exp":0.5000000
  834. },
  835. "location":"location",
  836. "assignments":[
  837. {
  838. "ref":"x9",
  839. "value":0
  840. }
  841. ]
  842. },
  843. {
  844. "probability":{
  845. "exp":{
  846. "op":"-",
  847. "left":1,
  848. "right":0.5000000
  849. }
  850. },
  851. "location":"location",
  852. "assignments":[
  853. {
  854. "ref":"x9",
  855. "value":1
  856. }
  857. ]
  858. }
  859. ]
  860. },
  861. {
  862. "location":"location",
  863. "action":"step",
  864. "guard":{
  865. "exp":{
  866. "op":"¬",
  867. "exp":{
  868. "op":"=",
  869. "left":"x9",
  870. "right":"x8"
  871. }
  872. }
  873. },
  874. "destinations":[
  875. {
  876. "probability":{
  877. "exp":1
  878. },
  879. "location":"location",
  880. "assignments":[
  881. {
  882. "ref":"x9",
  883. "value":"x8"
  884. }
  885. ]
  886. }
  887. ]
  888. }
  889. ]
  890. },
  891. {
  892. "name":"process10",
  893. "locations":[
  894. {
  895. "name":"location"
  896. }
  897. ],
  898. "initial-locations":[
  899. "location"
  900. ],
  901. "edges":[
  902. {
  903. "location":"location",
  904. "action":"step",
  905. "guard":{
  906. "exp":{
  907. "op":"=",
  908. "left":"x10",
  909. "right":"x9"
  910. }
  911. },
  912. "destinations":[
  913. {
  914. "probability":{
  915. "exp":0.5000000
  916. },
  917. "location":"location",
  918. "assignments":[
  919. {
  920. "ref":"x10",
  921. "value":0
  922. }
  923. ]
  924. },
  925. {
  926. "probability":{
  927. "exp":{
  928. "op":"-",
  929. "left":1,
  930. "right":0.5000000
  931. }
  932. },
  933. "location":"location",
  934. "assignments":[
  935. {
  936. "ref":"x10",
  937. "value":1
  938. }
  939. ]
  940. }
  941. ]
  942. },
  943. {
  944. "location":"location",
  945. "action":"step",
  946. "guard":{
  947. "exp":{
  948. "op":"¬",
  949. "exp":{
  950. "op":"=",
  951. "left":"x10",
  952. "right":"x9"
  953. }
  954. }
  955. },
  956. "destinations":[
  957. {
  958. "probability":{
  959. "exp":1
  960. },
  961. "location":"location",
  962. "assignments":[
  963. {
  964. "ref":"x10",
  965. "value":"x9"
  966. }
  967. ]
  968. }
  969. ]
  970. }
  971. ]
  972. },
  973. {
  974. "name":"process11",
  975. "locations":[
  976. {
  977. "name":"location"
  978. }
  979. ],
  980. "initial-locations":[
  981. "location"
  982. ],
  983. "edges":[
  984. {
  985. "location":"location",
  986. "action":"step",
  987. "guard":{
  988. "exp":{
  989. "op":"=",
  990. "left":"x11",
  991. "right":"x10"
  992. }
  993. },
  994. "destinations":[
  995. {
  996. "probability":{
  997. "exp":0.5000000
  998. },
  999. "location":"location",
  1000. "assignments":[
  1001. {
  1002. "ref":"x11",
  1003. "value":0
  1004. }
  1005. ]
  1006. },
  1007. {
  1008. "probability":{
  1009. "exp":{
  1010. "op":"-",
  1011. "left":1,
  1012. "right":0.5000000
  1013. }
  1014. },
  1015. "location":"location",
  1016. "assignments":[
  1017. {
  1018. "ref":"x11",
  1019. "value":1
  1020. }
  1021. ]
  1022. }
  1023. ]
  1024. },
  1025. {
  1026. "location":"location",
  1027. "action":"step",
  1028. "guard":{
  1029. "exp":{
  1030. "op":"¬",
  1031. "exp":{
  1032. "op":"=",
  1033. "left":"x11",
  1034. "right":"x10"
  1035. }
  1036. }
  1037. },
  1038. "destinations":[
  1039. {
  1040. "probability":{
  1041. "exp":1
  1042. },
  1043. "location":"location",
  1044. "assignments":[
  1045. {
  1046. "ref":"x11",
  1047. "value":"x10"
  1048. }
  1049. ]
  1050. }
  1051. ]
  1052. }
  1053. ]
  1054. },
  1055. {
  1056. "name":"process12",
  1057. "locations":[
  1058. {
  1059. "name":"location"
  1060. }
  1061. ],
  1062. "initial-locations":[
  1063. "location"
  1064. ],
  1065. "edges":[
  1066. {
  1067. "location":"location",
  1068. "action":"step",
  1069. "guard":{
  1070. "exp":{
  1071. "op":"=",
  1072. "left":"x12",
  1073. "right":"x11"
  1074. }
  1075. },
  1076. "destinations":[
  1077. {
  1078. "probability":{
  1079. "exp":0.5000000
  1080. },
  1081. "location":"location",
  1082. "assignments":[
  1083. {
  1084. "ref":"x12",
  1085. "value":0
  1086. }
  1087. ]
  1088. },
  1089. {
  1090. "probability":{
  1091. "exp":{
  1092. "op":"-",
  1093. "left":1,
  1094. "right":0.5000000
  1095. }
  1096. },
  1097. "location":"location",
  1098. "assignments":[
  1099. {
  1100. "ref":"x12",
  1101. "value":1
  1102. }
  1103. ]
  1104. }
  1105. ]
  1106. },
  1107. {
  1108. "location":"location",
  1109. "action":"step",
  1110. "guard":{
  1111. "exp":{
  1112. "op":"¬",
  1113. "exp":{
  1114. "op":"=",
  1115. "left":"x12",
  1116. "right":"x11"
  1117. }
  1118. }
  1119. },
  1120. "destinations":[
  1121. {
  1122. "probability":{
  1123. "exp":1
  1124. },
  1125. "location":"location",
  1126. "assignments":[
  1127. {
  1128. "ref":"x12",
  1129. "value":"x11"
  1130. }
  1131. ]
  1132. }
  1133. ]
  1134. }
  1135. ]
  1136. },
  1137. {
  1138. "name":"process13",
  1139. "locations":[
  1140. {
  1141. "name":"location"
  1142. }
  1143. ],
  1144. "initial-locations":[
  1145. "location"
  1146. ],
  1147. "edges":[
  1148. {
  1149. "location":"location",
  1150. "action":"step",
  1151. "guard":{
  1152. "exp":{
  1153. "op":"=",
  1154. "left":"x13",
  1155. "right":"x12"
  1156. }
  1157. },
  1158. "destinations":[
  1159. {
  1160. "probability":{
  1161. "exp":0.5000000
  1162. },
  1163. "location":"location",
  1164. "assignments":[
  1165. {
  1166. "ref":"x13",
  1167. "value":0
  1168. }
  1169. ]
  1170. },
  1171. {
  1172. "probability":{
  1173. "exp":{
  1174. "op":"-",
  1175. "left":1,
  1176. "right":0.5000000
  1177. }
  1178. },
  1179. "location":"location",
  1180. "assignments":[
  1181. {
  1182. "ref":"x13",
  1183. "value":1
  1184. }
  1185. ]
  1186. }
  1187. ]
  1188. },
  1189. {
  1190. "location":"location",
  1191. "action":"step",
  1192. "guard":{
  1193. "exp":{
  1194. "op":"¬",
  1195. "exp":{
  1196. "op":"=",
  1197. "left":"x13",
  1198. "right":"x12"
  1199. }
  1200. }
  1201. },
  1202. "destinations":[
  1203. {
  1204. "probability":{
  1205. "exp":1
  1206. },
  1207. "location":"location",
  1208. "assignments":[
  1209. {
  1210. "ref":"x13",
  1211. "value":"x12"
  1212. }
  1213. ]
  1214. }
  1215. ]
  1216. }
  1217. ]
  1218. }
  1219. ],
  1220. "system":{
  1221. "elements":[
  1222. {
  1223. "automaton":"process1"
  1224. },
  1225. {
  1226. "automaton":"process2"
  1227. },
  1228. {
  1229. "automaton":"process3"
  1230. },
  1231. {
  1232. "automaton":"process4"
  1233. },
  1234. {
  1235. "automaton":"process5"
  1236. },
  1237. {
  1238. "automaton":"process6"
  1239. },
  1240. {
  1241. "automaton":"process7"
  1242. },
  1243. {
  1244. "automaton":"process8"
  1245. },
  1246. {
  1247. "automaton":"process9"
  1248. },
  1249. {
  1250. "automaton":"process10"
  1251. },
  1252. {
  1253. "automaton":"process11"
  1254. },
  1255. {
  1256. "automaton":"process12"
  1257. },
  1258. {
  1259. "automaton":"process13"
  1260. }
  1261. ],
  1262. "syncs":[
  1263. {
  1264. "synchronise":[
  1265. "step",
  1266. "step",
  1267. "step",
  1268. "step",
  1269. "step",
  1270. "step",
  1271. "step",
  1272. "step",
  1273. "step",
  1274. "step",
  1275. "step",
  1276. "step",
  1277. "step"
  1278. ],
  1279. "result":"step"
  1280. }
  1281. ]
  1282. }
  1283. }