Commit daa3c284 authored by panos's avatar panos

JSON file ammended to follow the JSON schema

parent 456c2400
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"W1",
"M1",
{}
],
"1": [
"W1",
"M2",
{}
],
"2": [
"S1",
"DummyQ",
{}
],
"3": [
"M1",
"E1",
{}
],
"4": [
"M2",
"E1",
{}
],
"5": [
"DummyQ",
"Q1",
{}
],
"6": [
"Q1",
"M1",
{}
],
"7": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "1440",
"numberOfReplications": "1",
"trace": "No"
},
"nodes": {
"graph": {
"node": {
"DummyQ": {
"_class": "Dream.Queue",
"capacity": 1,
......@@ -68,36 +19,33 @@
"_class": "Dream.Machine",
"left": 0.6335403726708074,
"name": "MILL1",
"failures": {
"MTTF": {
"interruptions": {
"failure": {
"TTR": {
},
"MTTR": {
} ,
"repairman": "W1"
"TTF": {
}
},
"processingTime": {
"repairman": "W1"
},
"processingTime": {},
"top": 0.40931372549019607
},
"M2": {
"_class": "Dream.Machine",
"failures": {
"MTTF": {
"interruptions": {
"failure": {
"TTR": {
},
"TTF": {
}
},
"MTTR": {
} ,
"repairman": "W1"
},
"left": 0.1863354037267081,
"name": "MILL2",
"processingTime": {
},
"processingTime": {},
"top": 0.40931372549019607
},
"Q1": {
......@@ -112,8 +60,9 @@
"_class": "Dream.Source",
"entity": "Dream.Part",
"interarrivalTime": {
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"left": 0.639751552795031,
"name": "Raw Material",
......@@ -126,5 +75,63 @@
"name": "W1",
"top": 0.5906862745098039
}
},
"edge": {
"0": {
"source": "W1",
"destination": "M1",
"data": {},
"_class": "Dream.Edge"
},
"1": {
"source": "W1",
"destination": "M2",
"data": {},
"_class": "Dream.Edge"
},
"2": {
"source": "S1",
"destination": "DummyQ",
"data": {},
"_class": "Dream.Edge"
},
"3": {
"source": "M1",
"destination": "E1",
"data": {},
"_class": "Dream.Edge"
},
"4": {
"source": "DummyQ",
"destination": "Q1",
"data": {},
"_class": "Dream.Edge"
},
"5": {
"source": "M2",
"destination": "E1",
"data": {},
"_class": "Dream.Edge"
},
"6": {
"source": "Q1",
"destination": "M1",
"data": {},
"_class": "Dream.Edge"
},
"7": {
"source": "Q1",
"destination": "M2",
"data": {},
"_class": "Dream.Edge"
}
}
},
"_class": "Dream.Simulation",
"general": {
"confidenceLevel": "0.95",
"maxSimTime": "1440",
"numberOfReplications": "1",
"trace": "No"
}
}
\ 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