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 @@
"id": "S1"
},
{
"processingTime": {
"standarddeviation": "2.13383045031",
"distributionType": "Normal",
"mean": "4.95573039885"
},
"name": "Machine1",
"predecessorList": [
"DummyQ"
],
"name": "Machine1",
"processingTime": {
},
"successorList": [
"Q1"
],
......@@ -45,15 +43,13 @@
"id": "M1"
},
{
"processingTime": {
"standarddeviation": "0.976553538405",
"distributionType": "Normal",
"mean": "7.90482941621"
},
"name": "Machine2",
"predecessorList": [
"Q1"
],
"name": "Machine2",
"processingTime": {
},
"successorList": [
"E1"
],
......@@ -102,10 +98,10 @@
}
],
"general": {
"maxSimTime": "1440",
"trace": "Yes",
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"trace": "Yes",
"maxSimTime": "1440",
"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