Commit 18e75454 authored by Georgios Dagkakis's avatar Georgios Dagkakis

test and dump added

parent 1ce56521
{
"_class": "Dream.Simulation",
"edges": {
"1": [
"Q1",
"M1",
{}
],
"2": [
"M1",
"Q2",
{}
],
"3": [
"Q2",
"M2",
{}
],
"4": [
"M2",
"Q3",
{}
],
"5": [
"Q3",
"M3",
{}
],
"6": [
"M3",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "100",
"numberOfReplications": "1",
"trace": "Yes",
"console": "No"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"name": "Exit"
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.Part",
"id": "P1",
"name": "Part1"
}
]
},
"M1": {
"_class": "Dream.Machine",
"loadTime": {
"distributionType": "Fixed",
"mean": 0.0
},
"name": "Machine1",
"operationType": "MT-Load-Processing",
"processingTime": {
"distributionType": "Fixed",
"mean": 7.0
},
"wip": [
{
"_class": "Dream.Part",
"id": "P2",
"name": "Part2"
}
]
},
"Q2": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q2",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.Part",
"id": "P3",
"name": "Part3"
}
]
},
"M2": {
"_class": "Dream.Machine",
"failures": {},
"loadTime": {
"distributionType": "Fixed",
"mean": 0.0
},
"name": "Machine2",
"operationType": "MT-Load-Processing",
"processingTime": {
"distributionType": "Fixed",
"mean": 8.0
},
"wip": [
{
"_class": "Dream.Part",
"id": "P4",
"name": "Part4"
}
]
},
"Q3": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q3",
"top": 0.40909090909090906,
"wip": [
]
},
"M3": {
"_class": "Dream.Machine",
"failures": {},
"loadTime": {
"distributionType": "Fixed",
"mean": 0.0
},
"name": "Machine3",
"operationType": "MT-Load-Processing",
"processingTime": {
"distributionType": "Fixed",
"mean": 11.0
},
"wip": [
]
},
"O1": {
"_class": "Dream.Operator",
"capacity": 1,
"name": "Operator1",
"skills":["M1","M2"]
},
"O2": {
"_class": "Dream.Operator",
"capacity": 1,
"name": "Operator2",
"skills":["M2","M3"]
},
"EV": {
"_class": "Dream.EventGenerator",
"name": "Allocator",
"element_id": "DreamNode_6",
"argumentDict": "{}",
"interval": 10,
"method": "Dream.ManPyObject.requestAllocation",
"start": 0,
"stop": -1,
"id": "EV"
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 43.5,
"takt_time": 15.0,
"throughput": 4
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 2.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 84.0,
"working_ratio": 14.0
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 6.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 62.0,
"working_ratio": 32.0
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M3",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 56.0,
"working_ratio": 44.0
}
},
{
"_class": "Dream.Operator",
"family": "Operator",
"id": "O1",
"results": {
"waiting_ratio": 70.0,
"working_ratio": 30.0
}
},
{
"_class": "Dream.Operator",
"family": "Operator",
"id": "O2",
"results": {
"waiting_ratio": 40.0,
"working_ratio": 60.0
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q2",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q3",
"results": {}
}
],
"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