Commit f1d72ab5 authored by panos's avatar panos

The json file of the example updated

parent 193ea609
{ {
"capacity_by_project_spreadsheet": [ "graph": {
[ "node": {
"Project Name",
"Sequence",
"Capacity Requirements"
],
[
null,
null,
null
]
],
"capacity_by_station_spreadsheet": [
[
"Machine",
"Day 0",
"Day 1",
"Day 2",
"Day 3",
null
],
[
null,
null,
null,
null,
null,
null
]
],
"edges": {
"con_10": [
"Q1",
"St1",
{}
],
"con_15": [
"Q1",
"St2",
{}
],
"con_20": [
"St1",
"E1",
{}
],
"con_25": [
"St2",
"E1",
{}
],
"con_5": [
"S1",
"Q1",
{}
]
},
"general": {
"confidenceLevel": 0.95,
"currentDate": "2014/06/16",
"maxSimTime": 1000,
"numberOfReplications": 5,
"processTimeout": 10,
"seed": "",
"trace": "No"
},
"nodes": {
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"element_id": "DreamNode_5", "element_id": "DreamNode_5",
...@@ -92,7 +27,8 @@ ...@@ -92,7 +27,8 @@
"St1": { "St1": {
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchScrapMachine",
"element_id": "DreamNode_3", "element_id": "DreamNode_3",
"failures": { "interruptions": {
}, },
"name": "Milling1", "name": "Milling1",
"processingTime": { "processingTime": {
...@@ -106,7 +42,7 @@ ...@@ -106,7 +42,7 @@
"St2": { "St2": {
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchScrapMachine",
"element_id": "DreamNode_4", "element_id": "DreamNode_4",
"failures": { "interruptions": {
}, },
"name": "Milling2", "name": "Milling2",
"processingTime": { "processingTime": {
...@@ -118,66 +54,45 @@ ...@@ -118,66 +54,45 @@
} }
} }
}, },
"preference": { "edge": {
"coordinates": { "0": {
"E1": { "source": "S1",
"left": 0.838470725910555, "destination": "Q1",
"top": 0.5011550303652008 "data": {},
"_class": "Dream.Edge"
}, },
"Q1": { "1": {
"left": 0.28592454969899506, "source": "Q1",
"top": 0.4898081240173095 "destination": "St1",
"data": {},
"_class": "Dream.Edge"
}, },
"S1": { "2": {
"left": 0.053083038762682624, "source": "Q1",
"top": 0.48224351978538194 "destination": "St2",
"data": {},
"_class": "Dream.Edge"
}, },
"St1": { "3": {
"left": 0.5199724933344594, "source": "St1",
"top": 0.22882927801580868 "destination": "E1",
"data": {},
"_class": "Dream.Edge"
}, },
"St2": { "4": {
"left": 0.5157499788874278, "source": "St2",
"top": 0.7243108552070638 "destination": "E1",
"data": {},
"_class": "Dream.Edge"
} }
} }
}, },
"shift_spreadsheet": [ "_class": "Dream.Simulation",
[ "general": {
"Day", "maxSimTime": "1440",
"Machines", "_class": "Dream.Configuration",
"Start", "confidenceLevel": "0.95",
"End" "trace": "No",
], "numberOfReplications": "1"
[ }
null,
null,
null,
null
]
],
"wip_part_spreadsheet": [
[
"Order ID",
"Due Date",
"Priority",
"Project Manager",
"Part",
"Part Type",
"Sequence",
"Processing Times",
"Prerequisites Parts"
],
[
null,
null,
null,
null,
null,
null,
null,
null,
null
]
]
} }
\ 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