Commit fb4a4ff1 authored by Georgios Dagkakis's avatar Georgios Dagkakis

new test for deliverOnInterruption functionality

parent 415967db
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"W1",
"M1",
{}
],
"1": [
"W1",
"M2",
{}
],
"2": [
"S1",
"DummyQ",
{}
],
"3": [
"M1",
"Q1",
{}
],
"4": [
"M2",
"E1",
{}
],
"5": [
"DummyQ",
"M1",
{}
],
"6": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "1440",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"DummyQ": {
"_class": "Dream.Queue",
"capacity": 1,
"isDummy": "1",
"left": 0.6968085106382979,
"name": "DummyQ",
"top": 0.7727272727272727
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.Machine",
"canDeliverOnInterruption": 1,
"failures": {
"MTTF": 60,
"MTTR": 5,
"distributionType": "Fixed"
},
"left": 0.4414893617021277,
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.25
},
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.Machine",
"canDeliverOnInterruption": 1,
"failures": {
"MTTF": 40,
"MTTR": 10,
"distributionType": "Fixed"
},
"left": 0.2978723404255319,
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.5
},
"top": 0.2272727272727273
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906
},
"S1": {
"_class": "Dream.Source",
"entity": "Dream.Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": 0.5
},
"left": 0.6968085106382979,
"name": "Raw Material",
"top": 0.9545454545454546
},
"W1": {
"_class": "Dream.Repairman",
"capacity": 1,
"left": 0.14893617021276595,
"name": "W1",
"top": 0.7727272727272727
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "DummyQ",
"results": {}
},
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 7.490268456375839,
"takt_time": 1.9318791946308724,
"throughput": 745
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 77.95138888888889,
"failure_ratio": 9.027777777777779,
"waiting_ratio": 0.034722222222222224,
"working_ratio": 12.98611111111111
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 19.791666666666668,
"waiting_ratio": 2.5520833333333335,
"working_ratio": 77.65625
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Repairman",
"family": "Operator",
"id": "W1",
"results": {
"waiting_ratio": 73.26388888888889,
"working_ratio": 26.73611111111111
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ 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