Commit 2f284643 authored by panos's avatar panos Committed by Jérome Perrin

change the JSON file, it will be used as input in the Knowledge extraction tool example

parent 798653c2
...@@ -23,15 +23,13 @@ ...@@ -23,15 +23,13 @@
"id": "S1" "id": "S1"
}, },
{ {
"processingTime": {
"standarddeviation": "2.13383045031",
"distributionType": "Normal",
"mean": "4.95573039885"
},
"name": "Machine1",
"predecessorList": [ "predecessorList": [
"DummyQ" "DummyQ"
], ],
"name": "Machine1",
"processingTime": {
},
"successorList": [ "successorList": [
"Q1" "Q1"
], ],
...@@ -45,15 +43,13 @@ ...@@ -45,15 +43,13 @@
"id": "M1" "id": "M1"
}, },
{ {
"processingTime": {
"standarddeviation": "0.976553538405",
"distributionType": "Normal",
"mean": "7.90482941621"
},
"name": "Machine2",
"predecessorList": [ "predecessorList": [
"Q1" "Q1"
], ],
"name": "Machine2",
"processingTime": {
},
"successorList": [ "successorList": [
"E1" "E1"
], ],
...@@ -102,10 +98,10 @@ ...@@ -102,10 +98,10 @@
} }
], ],
"general": { "general": {
"maxSimTime": "1440", "trace": "Yes",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"numberOfReplications": "1", "numberOfReplications": "1",
"trace": "Yes", "maxSimTime": "1440",
"confidenceLevel": "0.95" "confidenceLevel": "0.95"
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment