Commit 40a62689 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

topology37 and dump added to test order decomposition

parent e44d4d21
{
"_class": "Dream.Simulation",
"edges": {},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "-1",
"trace": "Yes",
"confidenceLevel": "0.95"
},
"nodes": {
"Q0": {
"_class": "Dream.QueueJobShop",
"name": "StartQueue",
"isDummy": "0",
"capacity": "-1",
"wip": [
{
"_class": "Dream.Order",
"name": "Order1",
"id": "O1",
"route": [
{
"stepNumber": "0",
"stationId": "Q0",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
},
{
"stepNumber": "1",
"stationId": "M0",
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
}
],
"componentsList": [
{
"_class": "Dream.OrderComponent",
"id": "C1",
"name": "Component1",
"route": [
{
"stepNumber": "0",
"stationId": "OD0",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
},
{
"stepNumber": "1",
"stationId": "Q1",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
},
{
"stepNumber": "2",
"stationId": "M1",
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
},
{
"stepNumber": "3",
"stationId": "E1",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
}
]
},
{
"_class": "Dream.OrderComponent",
"id": "C2",
"name": "Component2",
"route": [
{
"stepNumber": "0",
"stationId": "OD0",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
},
{
"stepNumber": "1",
"stationId": "Q2",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
},
{
"stepNumber": "2",
"stationId": "M2",
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
},
{
"stepNumber": "3",
"stationId": "E1",
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
}
}
]
}
]
}
]
},
"M0": {
"_class": "Dream.MachineJobShop",
"name": "Design"
},
"OD0": {
"_class": "Dream.OrderDecomposition",
"name": "Order Decomposition"
},
"M1": {
"_class": "Dream.MachineJobShop",
"name": "Machine1"
},
"M2": {
"_class": "Dream.MachineJobShop",
"name": "Machine2"
},
"Q1": {
"_class": "Dream.QueueJobShop",
"name": "Queue1",
"isDummy": "0",
"capacity": "-1"
},
"Q2": {
"_class": "Dream.QueueJobShop",
"id": "Q2",
"name": "Queue2",
"isDummy": "0",
"capacity": "-1"
},
"E1": {
"_class": "Dream.ExitJobShop",
"name": "Exit"
}
}
}
\ No newline at end of file
{
"elementList": [
{
"extraPropertyDict": {
"route": [
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "OD0",
"stepNumber": "0"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "Q1",
"stepNumber": "1"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationId": "M1",
"stepNumber": "2"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "E1",
"stepNumber": "3"
}
],
"name": "Component1"
},
"_class": "Dream.Job",
"id": "C1",
"results": {
"completionTime": 2.0,
"schedule": [
{
"entranceTime": 1.0,
"stationId": "OD0",
"stepNumber": 0
},
{
"entranceTime": 1.0,
"stationId": "Q1",
"stepNumber": 1
},
{
"entranceTime": 1.0,
"stationId": "M1",
"stepNumber": 2
},
{
"entranceTime": 2.0,
"stationId": "E1",
"stepNumber": 3
}
]
}
},
{
"extraPropertyDict": {
"route": [
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "OD0",
"stepNumber": "0"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "Q2",
"stepNumber": "1"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationId": "M2",
"stepNumber": "2"
},
{
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationId": "E1",
"stepNumber": "3"
}
],
"name": "Component2"
},
"_class": "Dream.Job",
"id": "C2",
"results": {
"completionTime": 2.0,
"schedule": [
{
"entranceTime": 1.0,
"stationId": "OD0",
"stepNumber": 0
},
{
"entranceTime": 1.0,
"stationId": "Q2",
"stepNumber": 1
},
{
"entranceTime": 1.0,
"stationId": "M2",
"stepNumber": 2
},
{
"entranceTime": 2.0,
"stationId": "E1",
"stepNumber": 3
}
]
}
},
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 2,
"takt_time": 1.0,
"lifespan": 2.0
}
},
{
"_class": "Dream.Machine",
"id": "M0",
"results": {
"working_ratio": 50.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 50.0
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 50.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 50.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 50.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 50.0
}
}
],
"_class": "Dream.Simulation",
"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