Commit 66e11605 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

new test RoutingQueue01 added for testing the RoutingQueue class

parent d6afca93
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"S1",
"Q1",
{}
],
"1": [
"Q1",
"BD1",
{}
],
"2": [
"BD1",
"M1",
{}
],
"3": [
"M1",
"Q2",
{}
],
"4": [
"Q2",
"M2",
{}
],
"5": [
"Q2",
"M4",
{}
],
"6": [
"M2",
"BR1",
{}
],
"7": [
"M4",
"BR1",
{}
],
"8": [
"BR1",
"M3",
{}
],
"9": [
"M3",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "100",
"numberOfReplications": "1",
"trace": "Yes",
"console":"No"
},
"nodes": {
"BD1": {
"_class": "Dream.BatchDecomposition",
"left": 0.4414893617021277,
"name": "Batch_Decomposition",
"numberOfSubBatches": 4,
"processingTime": {
"distributionType": "Fixed",
"mean": 1.0
},
"top": 0.5909090909090908
},
"BR1": {
"_class": "Dream.BatchReassembly",
"left": 0.4414893617021277,
"name": "Batch_Reassembly",
"numberOfSubBatches": 4,
"processingTime": {
"distributionType": "Fixed",
"mean": 0.0
},
"top": 0.5909090909090908
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.Machine",
"failures": {},
"left": 0.4414893617021277,
"name": "Station1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.5
},
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.Machine",
"left": 0.4414893617021277,
"name": "Station2",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.0
},
"top": 0.5909090909090908
},
"M4": {
"_class": "Dream.Machine",
"name": "Station4",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.0
}
},
"M3": {
"_class": "Dream.Machine",
"left": 0.4414893617021277,
"name": "Station3",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.0
},
"top": 0.5909090909090908
},
"Q1": {
"_class": "Dream.Queue",
"capacity": -1,
"left": 0.6968085106382979,
"name": "StartQueue",
"top": 0.7727272727272727
},
"Q2": {
"_class": "Dream.RoutingQueue",
"capacity": 2,
"left": 0.6968085106382979,
"name": "Queue1",
"top": 0.7727272727272727
},
"S1": {
"_class": "Dream.BatchSource",
"batchNumberOfUnits": 100,
"entity": "Dream.Batch",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": 0.5
},
"left": 0.6968085106382979,
"name": "Source",
"top": 0.9545454545454546
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 45.25,
"takt_time": 3.109375,
"throughput": 32,
"unitsThroughput": 3200
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 31.0,
"failure_ratio": 0.0,
"waiting_ratio": 2.0,
"working_ratio": 67.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 16.0,
"failure_ratio": 0.0,
"waiting_ratio": 17.5,
"working_ratio": 66.5
}
},
{
"_class": "Dream.Machine",
"id": "M3",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 68.0,
"working_ratio": 32.0
}
},
{
"_class": "Dream.Machine",
"id": "M4",
"results": {
"blockage_ratio": 15.5,
"failure_ratio": 0.0,
"waiting_ratio": 20.0,
"working_ratio": 64.5
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
},
{
"_class": "Dream.RoutingQueue",
"id": "Q2"
}
],
"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