Commit 8d94a39b authored by Georgios Dagkakis's avatar Georgios Dagkakis

batch models updated to new instance

parent b39a8d60
...@@ -377,8 +377,8 @@ ...@@ -377,8 +377,8 @@
} }
}, },
"class_definition": { "class_definition": {
"Dream.BatchDecomposition": { "Dream.BatchDecompositionStartTime": {
"_class": "node", "_class": "Dream.BatchDecompositionStartTime",
"allOf": [ "allOf": [
{ {
"$ref": "#/node" "$ref": "#/node"
...@@ -387,11 +387,8 @@ ...@@ -387,11 +387,8 @@
"properties": { "properties": {
"id": { "id": {
"default": "D", "default": "D",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Decomposition",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -407,11 +404,11 @@ ...@@ -407,11 +404,11 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that decomposes a batch into sub-batches", "description": "A station that decomposes batches into sub-batches",
"name": "Decomposition" "name": "Decomposition"
}, },
"Dream.BatchDecompositionStartTime": { "Dream.BatchReassembly": {
"_class": "Dream.BatchDecompositionStartTime", "_class": "node",
"allOf": [ "allOf": [
{ {
"$ref": "#/node" "$ref": "#/node"
...@@ -419,12 +416,9 @@ ...@@ -419,12 +416,9 @@
{ {
"properties": { "properties": {
"id": { "id": {
"default": "D", "default": "R",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Decomposition",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -440,10 +434,10 @@ ...@@ -440,10 +434,10 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that decomposes batches into sub-batches", "description": "A station that assembles sub-batches back into a parent batch",
"name": "Decomposition" "name": "Reassembly"
}, },
"Dream.BatchReassembly": { "Dream.BatchDecomposition": {
"_class": "node", "_class": "node",
"allOf": [ "allOf": [
{ {
...@@ -452,12 +446,9 @@ ...@@ -452,12 +446,9 @@
{ {
"properties": { "properties": {
"id": { "id": {
"default": "R", "default": "D",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Reassembly",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -473,9 +464,9 @@ ...@@ -473,9 +464,9 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that assembles sub-batches back into a parent batch", "description": "A station that decomposes a batch into sub-batches",
"name": "Reassembly" "name": "Decomposition"
}, },
"Dream.BatchScrapMachine": { "Dream.BatchScrapMachine": {
"_class": "node", "_class": "node",
"allOf": [ "allOf": [
...@@ -495,19 +486,19 @@ ...@@ -495,19 +486,19 @@
"name": "Operation", "name": "Operation",
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"processingTime": { "processingTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"default": 0.1,
"description": "The time that this station needs in order to process a unit", "description": "The time that this station needs in order to process a unit",
"default": 0.1,
"name": "Processing time (per unit)", "name": "Processing time (per unit)",
"required": true "required": true
}, },
"workingBatchSize": { "workingBatchSize": {
"default": 10, "default": 10,
"name": "Working batch size in this station", "name": "Working batch size in this station",
"type": "number" "type": "number"
} }
}, },
"type": "object" "type": "object"
} }
...@@ -532,36 +523,34 @@ ...@@ -532,36 +523,34 @@
}, },
{ {
"properties": { "properties": {
"batchNumberOfUnits": {
"description": "the number of units of the created batches",
"name": "Number Of Units",
"required": true,
"type": "number"
},
"entity": {
"default": "Dream.Batch",
"description": "Manpy class for entities",
"name": "Entity Class",
"required": true,
"type": "string"
},
"id": { "id": {
"default": "S", "default": "S",
"name": "ID", "name": "ID",
"required": true, "required": true,
"type": "string" "type": "string",
"name": "Name"
}, },
"interArrivalTime": { "interArrivalTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"description": "Inter-arrival time", "description": "Inter-arrival time",
"name": "Inter-arrival time", "name": "Inter-arrival time",
"default": {"Fixed":{"mean":1}},
"required": true "required": true
}, },
"name": { "batchNumberOfUnits": {
"default": "Source", "description": "the number of units of the created batches",
"name": "Name", "name": "Number Of Units",
"type": "number",
"default": 80,
"required": true
},
"entity": {
"default": "Dream.Batch",
"description": "Manpy class for entities",
"name": "Entity Class",
"required": true,
"type": "string" "type": "string"
} }
}, },
"type": "object" "type": "object"
} }
...@@ -653,12 +642,9 @@ ...@@ -653,12 +642,9 @@
"properties": { "properties": {
"id": { "id": {
"default": "E", "default": "E",
"required": true "required": true,
}, "name": "Name"
"name": { }
"default": "Exit",
"type": "string"
}
}, },
"type": "object" "type": "object"
} }
...@@ -686,11 +672,8 @@ ...@@ -686,11 +672,8 @@
}, },
"id": { "id": {
"default": "C", "default": "C",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Clearance",
"type": "string"
}, },
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
...@@ -738,11 +721,8 @@ ...@@ -738,11 +721,8 @@
"id": { "id": {
"default": "E", "default": "E",
"required": true, "required": true,
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Entry",
"type": "string"
} }
}, },
"type": "object" "type": "object"
...@@ -764,17 +744,14 @@ ...@@ -764,17 +744,14 @@
}, },
{ {
"properties": { "properties": {
"capacity": {
"$ref": "#/definitions/_capacity",
"required": true
},
"id": { "id": {
"default": "Q", "default": "Q",
"type": "string" "type": "string",
"name": "Name"
}, },
"name": { "capacity": {
"default": "Queue", "$ref": "#/definitions/_capacity",
"type": "string" "required": true
}, },
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
...@@ -800,18 +777,15 @@ ...@@ -800,18 +777,15 @@
}, },
{ {
"properties": { "properties": {
"id": {
"default": "RQ",
"type": "string",
"name": "Name"
},
"capacity": { "capacity": {
"$ref": "#/definitions/_capacity", "$ref": "#/definitions/_capacity",
"required": true "required": true
}, },
"id": {
"default": "RQ",
"type": "string"
},
"name": {
"default": "RoutingQueue",
"type": "string"
},
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
"required": true "required": true
...@@ -831,8 +805,8 @@ ...@@ -831,8 +805,8 @@
"definitions": { "definitions": {
"_capacity": { "_capacity": {
"default": 1, "default": 1,
"name": "Capacity",
"description": "capacity of the queue. -1 means infinite", "description": "capacity of the queue. -1 means infinite",
"name": "Capacity",
"oneOf": [ "oneOf": [
{ {
"enum": [ "enum": [
...@@ -930,18 +904,19 @@ ...@@ -930,18 +904,19 @@
} }
] ]
}, },
"_operationType": { "_operationType": {
"description": "the type of operations that are performed manually in the machine", "description": "the type of operations that are performed manually in the machine",
"name": "Operation type",
"enum": [ "enum": [
"MT-Load", "MT-Load",
"MT-Load-Setup", "MT-Load-Setup",
"MT-Load-Setup-Processing" "MT-Load-Setup-Processing"
], ],
"name": "Operation type",
"type": "string" "type": "string"
}, },
"_schedulingRule": { "_schedulingRule": {
"default": "FIFO", "default": "FIFO",
"name": "Scheduling Rule",
"description": "Scheduling Rule of this buffer", "description": "Scheduling Rule of this buffer",
"enum": [ "enum": [
"FIFO", "FIFO",
...@@ -956,7 +931,6 @@ ...@@ -956,7 +931,6 @@
"WINQ", "WINQ",
"WT" "WT"
], ],
"name": "Scheduling Rule",
"type": "string" "type": "string"
}, },
"distributionTypes": { "distributionTypes": {
...@@ -1005,12 +979,12 @@ ...@@ -1005,12 +979,12 @@
"_failure": { "_failure": {
"properties": { "properties": {
"TTF": { "TTF": {
"$ref": "#/definitions/_dist", "name": "Time to Failure",
"name": "Time to Failure" "$ref": "#/definitions/_dist"
}, },
"TTR": { "TTR": {
"$ref": "#/definitions/_dist", "name": "Time to Repair",
"name": "Time to Repair" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
"description": "Repairman", "description": "Repairman",
...@@ -1184,13 +1158,13 @@ ...@@ -1184,13 +1158,13 @@
"top": "number" "top": "number"
}, },
"type": "object" "type": "object"
} }
}, },
"required": [ "required": [
"_class" "_class"
], ],
"type": "object" "type": "object"
} }
}, },
"constraints": {}, "constraints": {},
"general": { "general": {
...@@ -1395,729 +1369,710 @@ ...@@ -1395,729 +1369,710 @@
} }
}, },
"node": { "node": {
"1_RO_E_M_A_A": { "1_RO_E_M_A_A": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.2018021659108287, "TTR": {
"top": 0.013666696062206444 "distribution": "Fixed",
}, "Fixed": {
"interruption": { "mean": 0
"failure": { }
"TTF": { },
"Fixed": { "failureDistribution": "No",
"mean": 0 "repairman": "",
}, "TTF": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"TTR": { "mean": 0
"Fixed": { }
"mean": 0 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 20,
"failureDistribution": "No", "processingTime": {
"repairman": "" "distribution": "Fixed",
} "Fixed": {
}, "mean": 0.75
"processingTime": { }
"Fixed": { },
"mean": 0.75 "scrapping": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"scrapping": { }
"Fixed": { },
"mean": 0 "coordinate": {
}, "top": 0.013666696062206444,
"distribution": "Fixed" "left": 0.2018021659108287
}, },
"technology": "1_RO_E_M_A", "_class": "Dream.BatchScrapMachine",
"workingBatchSize": 20 "technology": "1_RO_E_M_A"
}, },
"1_RO_E_M_A_B": { "1_RO_E_M_A_B": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.20124013508759986, "TTR": {
"top": 0.22392214156258416 "distribution": "Fixed",
}, "Fixed": {
"interruption": { "mean": 0
"failure": { }
"TTF": { },
"Fixed": { "failureDistribution": "No",
"mean": 0 "repairman": "",
}, "TTF": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"TTR": { "mean": 0
"Fixed": { }
"mean": 0 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 20,
"failureDistribution": "No", "processingTime": {
"repairman": "" "distribution": "Fixed",
} "Fixed": {
}, "mean": 0.75
"processingTime": { }
"Fixed": { },
"mean": 0.75 "scrapping": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"scrapping": { }
"Fixed": { },
"mean": 0 "coordinate": {
}, "top": 0.22392214156258416,
"distribution": "Fixed" "left": 0.20124013508759986
}, },
"technology": "1_RO_E_M_A", "_class": "Dream.BatchScrapMachine",
"workingBatchSize": 20 "technology": "1_RO_E_M_A"
}, },
"2_P_B_A_A": { "8_Carding": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.4182614199086073, "TTR": {
"top": 0.015344638650002296 "distribution": "Fixed",
}, "Fixed": {
"interruption": { "mean": 0
"failure": { }
"TTF": { },
"Fixed": { "failureDistribution": "No",
"mean": 0 "repairman": "",
}, "TTF": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"TTR": { "mean": 0
"Fixed": { }
"mean": 0 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 10,
"failureDistribution": "No", "processingTime": {
"repairman": "" "distribution": "Fixed",
} "Fixed": {
}, "mean": 0.5
"processingTime": { }
"Fixed": { },
"mean": 0.75 "scrapping": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"scrapping": { }
"Fixed": { },
"mean": 0 "coordinate": {
}, "top": 0.7599329644590156,
"distribution": "Fixed" "left": 0.7212791692197712
}, },
"technology": "2_P_B_A", "_class": "Dream.BatchScrapMachine",
"workingBatchSize": 20 "technology": "8_Carding",
}, "id": "8_Carding"
"2_P_B_A_B": { },
"_class": "Dream.BatchScrapMachine", "B12": {
"coordinate": { "capacity": 23,
"left": 0.41230602697692575, "coordinate": {
"top": 0.2219242159080133 "top": 0.7484438048636823,
}, "left": 0.821423898335374
"interruption": { },
"failure": { "_class": "Dream.RoutingQueue",
"TTF": { "id": "B12",
"Fixed": { "schedulingRule": "FIFO"
"mean": 0 },
}, "B10": {
"distribution": "Fixed" "capacity": 4,
}, "coordinate": {
"TTR": { "top": 0.7550041875821227,
"Fixed": { "left": 0.37830510689257246
"mean": 0 },
}, "_class": "Dream.Queue",
"distribution": "Fixed" "id": "B10",
}, "schedulingRule": "FIFO"
"failureDistribution": "No", },
"repairman": "" "B11": {
} "coordinate": {
}, "top": 0.7716845469524345,
"processingTime": { "left": 0.5418509694588267
"Fixed": { },
"mean": 0.75 "_class": "Dream.Queue",
}, "capacity": 4,
"distribution": "Fixed" "schedulingRule": "FIFO"
}, },
"scrapping": { "Dream.BatchSource1": {
"Fixed": { "entity": "Dream.Batch",
"mean": 0 "interArrivalTime": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0.5
"technology": "2_P_B_A", }
"workingBatchSize": 20 },
}, "batchNumberOfUnits": "80",
"3_D_B_A_A": { "numberOfUnits": "80",
"_class": "Dream.BatchScrapMachine", "coordinate": {
"coordinate": { "top": 0.10443803914040899,
"left": 0.6333388561949665, "left": 0.002304632153726827
"top": 0.017116293477476927 },
}, "_class": "Dream.BatchSource",
"interruption": { "id": "Dream.BatchSource1"
"failure": { },
"TTF": { "St7D": {
"Fixed": { "coordinate": {
"mean": 0 "top": 0.7634907667167505,
}, "left": 0.623895604972313
"distribution": "Fixed" },
}, "_class": "Dream.BatchDecomposition",
"TTR": { "numberOfSubBatches": 8,
"Fixed": { "id": "St7D"
"mean": 0 },
}, "Dream.Exit1": {
"distribution": "Fixed" "coordinate": {
}, "top": 0.7470423170386943,
"failureDistribution": "No", "left": 0.9994692573189933
"repairman": "" },
} "_class": "Dream.Exit"
}, },
"processingTime": { "6_Flag Labelling B": {
"Fixed": { "interruption": {
"mean": 0.75 "failure": ""
}, },
"distribution": "Fixed" "workingBatchSize": 80,
}, "processingTime": {
"scrapping": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0.1875
}, }
"distribution": "Fixed" },
}, "scrapping": {
"technology": "3_D_B_A", "distribution": "Fixed",
"workingBatchSize": 20 "Fixed": {
}, "mean": 0
"3_D_B_A_B": { }
"_class": "Dream.BatchScrapMachine", },
"coordinate": { "coordinate": {
"left": 0.6340488812407455, "top": 0.9608962942130924,
"top": 0.22379953969289082 "left": 0.2912859172170029
}, },
"interruption": { "_class": "Dream.BatchScrapMachine",
"failure": { "technology": "6_Flag Labelling"
"TTF": { },
"Fixed": { "3_D_B_A_A": {
"mean": 0 "interruption": {
}, "failure": {
"distribution": "Fixed" "TTR": {
}, "distribution": "Fixed",
"TTR": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0 }
}, },
"distribution": "Fixed" "failureDistribution": "No",
}, "repairman": "",
"failureDistribution": "No", "TTF": {
"repairman": "" "distribution": "Fixed",
} "Fixed": {
}, "mean": 0
"processingTime": { }
"Fixed": { }
"mean": 0.75 }
}, },
"distribution": "Fixed" "workingBatchSize": 20,
}, "processingTime": {
"scrapping": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0.75
}, }
"distribution": "Fixed" },
}, "scrapping": {
"technology": "D_B_A", "distribution": "Fixed",
"workingBatchSize": 20 "Fixed": {
}, "mean": 0
"4_Cut & Bend": { }
"_class": "Dream.BatchScrapMachine", },
"coordinate": { "coordinate": {
"left": 0.9659075094274915, "top": 0.017116293477476927,
"top": 0.17454810203462923 "left": 0.6333388561949665
}, },
"id": "4_Cut & Bend", "_class": "Dream.BatchScrapMachine",
"interruption": { "technology": "3_D_B_A"
"failure": { },
"TTF": { "6_Flag Labelling A": {
"Fixed": { "interruption": {
"mean": 0 "failure": ""
}, },
"distribution": "Fixed" "workingBatchSize": 80,
}, "processingTime": {
"TTR": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0.1875
}, }
"distribution": "Fixed" },
}, "scrapping": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 0
}, }
"processingTime": { },
"Fixed": { "coordinate": {
"mean": 0.1875 "top": 0.5754855024345202,
}, "left": 0.2970981307019339
"distribution": "Fixed" },
}, "_class": "Dream.BatchScrapMachine",
"scrapping": { "technology": "6_Flag Labelling"
"Fixed": { },
"mean": 80 "3_D_B_A_B": {
}, "interruption": {
"distribution": "Fixed" "failure": {
}, "TTR": {
"technology": "4_Cut & Bend", "distribution": "Fixed",
"workingBatchSize": 80 "Fixed": {
}, "mean": 0
"5_Moulding": { }
"_class": "Dream.BatchScrapMachine", },
"coordinate": { "failureDistribution": "No",
"left": 0.11094765779640971, "repairman": "",
"top": 0.773362431708059 "TTF": {
}, "distribution": "Fixed",
"id": "5_Moulding", "Fixed": {
"interruption": { "mean": 0
"failure": "" }
}, }
"processingTime": { }
"Fixed": { },
"mean": 0.375 "workingBatchSize": 20,
}, "processingTime": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"scrapping": { "mean": 0.75
"Fixed": { }
"mean": 0 },
}, "scrapping": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"technology": "5_Moulding", "mean": 0
"workingBatchSize": 40 }
}, },
"6_Flag Labelling A": { "coordinate": {
"_class": "Dream.BatchScrapMachine", "top": 0.22379953969289082,
"coordinate": { "left": 0.6340488812407455
"left": 0.2970981307019339, },
"top": 0.5754855024345202 "_class": "Dream.BatchScrapMachine",
}, "technology": "D_B_A"
"interruption": { },
"failure": "" "BDA": {
}, "coordinate": {
"processingTime": { "top": 0.01725281110758568,
"Fixed": { "left": 0.09978623503357781
"mean": 0.1875 },
}, "_class": "Dream.BatchDecomposition",
"distribution": "Fixed" "numberOfSubBatches": 4
}, },
"scrapping": { "BDB": {
"Fixed": { "coordinate": {
"mean": 0 "top": 0.22590515117972654,
}, "left": 0.09762884137511894
"distribution": "Fixed" },
}, "_class": "Dream.BatchDecomposition",
"technology": "6_Flag Labelling", "numberOfSubBatches": 4
"workingBatchSize": 80 },
}, "2_P_B_A_A": {
"6_Flag Labelling B": { "interruption": {
"_class": "Dream.BatchScrapMachine", "failure": {
"coordinate": { "TTR": {
"left": 0.2912859172170029, "distribution": "Fixed",
"top": 0.9608962942130924 "Fixed": {
}, "mean": 0
"interruption": { }
"failure": "" },
}, "failureDistribution": "No",
"processingTime": { "repairman": "",
"Fixed": { "TTF": {
"mean": 0.1875 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { }
"Fixed": { }
"mean": 0 },
}, "workingBatchSize": 20,
"distribution": "Fixed" "processingTime": {
}, "distribution": "Fixed",
"technology": "6_Flag Labelling", "Fixed": {
"workingBatchSize": 80 "mean": 0.75
}, }
"7_Pressure A": { },
"_class": "Dream.BatchScrapMachine", "scrapping": {
"coordinate": { "distribution": "Fixed",
"left": 0.4590469615218773, "Fixed": {
"top": 0.560438540581452 "mean": 0
}, }
"interruption": { },
"failure": "" "coordinate": {
}, "top": 0.015344638650002296,
"processingTime": { "left": 0.4182614199086073
"Fixed": { },
"mean": 1 "_class": "Dream.BatchScrapMachine",
}, "technology": "2_P_B_A"
"distribution": "Fixed" },
}, "2_P_B_A_B": {
"scrapping": { "interruption": {
"Fixed": { "failure": {
"mean": 0 "TTR": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"technology": "7_Pressure", }
"workingBatchSize": 10 },
}, "failureDistribution": "No",
"7_Pressure B": { "repairman": "",
"_class": "Dream.BatchScrapMachine", "TTF": {
"coordinate": { "distribution": "Fixed",
"left": 0.45918659128971234, "Fixed": {
"top": 0.960991679081057 "mean": 0
}, }
"interruption": { }
"failure": { }
"TTF": { },
"Fixed": { "workingBatchSize": 20,
"mean": 0 "processingTime": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0.75
"TTR": { }
"Fixed": { },
"mean": 0 "scrapping": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"failureDistribution": "No", }
"repairman": "" },
} "coordinate": {
}, "top": 0.2219242159080133,
"processingTime": { "left": 0.41230602697692575
"Fixed": { },
"mean": 1 "_class": "Dream.BatchScrapMachine",
}, "technology": "2_P_B_A"
"distribution": "Fixed" },
}, "5_Moulding": {
"scrapping": { "interruption": {
"Fixed": { "failure": ""
"mean": 0 },
}, "workingBatchSize": 40,
"distribution": "Fixed" "processingTime": {
}, "distribution": "Fixed",
"technology": "7_Pressure", "Fixed": {
"workingBatchSize": 10 "mean": 0.375
}, }
"8_Carding": { },
"_class": "Dream.BatchScrapMachine", "scrapping": {
"coordinate": { "distribution": "Fixed",
"left": 0.7212791692197712, "Fixed": {
"top": 0.7599329644590156 "mean": 0
}, }
"id": "8_Carding", },
"interruption": { "coordinate": {
"failure": { "top": 0.773362431708059,
"TTF": { "left": 0.11094765779640971
"Fixed": { },
"mean": 0 "_class": "Dream.BatchScrapMachine",
}, "technology": "5_Moulding",
"distribution": "Fixed" "id": "5_Moulding"
}, },
"TTR": { "7_Pressure B": {
"Fixed": { "interruption": {
"mean": 0 "failure": {
}, "TTR": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"failureDistribution": "No", "mean": 0
"repairman": "" }
} },
}, "failureDistribution": "No",
"processingTime": { "repairman": "",
"Fixed": { "TTF": {
"mean": 0.5 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { }
"Fixed": { }
"mean": 0 },
}, "workingBatchSize": 10,
"distribution": "Fixed" "processingTime": {
}, "distribution": "Fixed",
"technology": "8_Carding", "Fixed": {
"workingBatchSize": 10 "mean": 1
}, }
"9_Packaging A": { },
"_class": "Dream.BatchScrapMachine", "scrapping": {
"coordinate": { "distribution": "Fixed",
"left": 0.8662814564336495, "Fixed": {
"top": 0.5158535320361616 "mean": 0
}, }
"interruption": { },
"failure": { "coordinate": {
"TTF": { "top": 0.960991679081057,
"Fixed": { "left": 0.45918659128971234
"mean": 0 },
}, "_class": "Dream.BatchScrapMachine",
"distribution": "Fixed" "technology": "7_Pressure"
}, },
"TTR": { "7_Pressure A": {
"Fixed": { "interruption": {
"mean": 0 "failure": ""
}, },
"distribution": "Fixed" "workingBatchSize": 10,
}, "processingTime": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 1
}, }
"processingTime": { },
"Fixed": { "scrapping": {
"mean": 1 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { },
"Fixed": { "coordinate": {
"mean": 0 "top": 0.560438540581452,
}, "left": 0.4590469615218773
"distribution": "Fixed" },
}, "_class": "Dream.BatchScrapMachine",
"technology": "9_Packaging", "technology": "7_Pressure"
"workingBatchSize": 10 },
}, "St8RA": {
"9_Packaging B": { "coordinate": {
"_class": "Dream.BatchScrapMachine", "top": 0.5153302438253881,
"coordinate": { "left": 0.9695796703374655
"left": 0.8780713493441394, },
"top": 0.9608962942130924 "_class": "Dream.BatchReassembly",
}, "numberOfSubBatches": 8,
"interruption": { "id": "St8RA"
"failure": { },
"TTF": { "St8RB": {
"Fixed": { "coordinate": {
"mean": 0 "top": 0.960991679081057,
}, "left": 0.9770689321903234
"distribution": "Fixed" },
}, "_class": "Dream.BatchReassembly",
"TTR": { "numberOfSubBatches": 8
"Fixed": { },
"mean": 0 "4_Cut & Bend": {
}, "interruption": {
"distribution": "Fixed" "failure": {
}, "TTR": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 0
}, }
"processingTime": { },
"Fixed": { "failureDistribution": "No",
"mean": 1 "repairman": "",
}, "TTF": {
"distribution": "Fixed" "distribution": "Fixed",
}, "Fixed": {
"scrapping": { "mean": 0
"Fixed": { }
"mean": 0 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 80,
"technology": "9_Packaging", "processingTime": {
"workingBatchSize": 10 "distribution": "Fixed",
}, "Fixed": {
"B1": { "mean": 0.1875
"_class": "Dream.LineClearance", }
"capacity": 2, },
"coordinate": { "scrapping": {
"left": 0.3081327478571614, "distribution": "Fixed",
"top": 0.021036307350047176 "Fixed": {
}, "mean": 80
"id": "B1", }
"name": "B1", },
"schedulingRule": "FIFO" "coordinate": {
}, "top": 0.17454810203462923,
"B10": { "left": 0.9659075094274915
"_class": "Dream.Queue", },
"capacity": 4, "_class": "Dream.BatchScrapMachine",
"coordinate": { "technology": "4_Cut & Bend",
"left": 0.37830510689257246, "id": "4_Cut & Bend"
"top": 0.7550041875821227 },
}, "BRB": {
"id": "B10", "coordinate": {
"name": "B10", "top": 0.22001598561825875,
"schedulingRule": "FIFO" "left": 0.732266858260719
}, },
"B11": { "_class": "Dream.BatchReassembly",
"_class": "Dream.Queue", "numberOfSubBatches": 4
"capacity": 4, },
"coordinate": { "B4": {
"left": 0.5418509694588267, "coordinate": {
"top": 0.7716845469524345 "top": 0.24087466145736686,
}, "left": 0.5187142701900398
"name": "B11", },
"schedulingRule": "FIFO" "_class": "Dream.LineClearance",
}, "capacity": 2,
"B12": { "schedulingRule": "FIFO"
"_class": "Dream.RoutingQueue", },
"capacity": 23, "B7": {
"coordinate": { "coordinate": {
"left": 0.821423898335374, "top": 0.07788764399810784,
"top": 0.7484438048636823 "left": 0.8453666868818541
}, },
"id": "B12", "_class": "Dream.Queue",
"name": "B12", "capacity": 4,
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"B2": { "B1": {
"_class": "Dream.LineClearance", "capacity": 2,
"capacity": 2, "coordinate": {
"coordinate": { "top": 0.021036307350047176,
"left": 0.5232485073555496, "left": 0.3081327478571614
"top": 0.013666696062206444 },
}, "_class": "Dream.LineClearance",
"name": "B2", "id": "B1",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"B3": { "B2": {
"_class": "Dream.LineClearance", "coordinate": {
"capacity": 2, "top": 0.013666696062206444,
"coordinate": { "left": 0.5232485073555496
"left": 0.30516154587152466, },
"top": 0.21432431691821405 "_class": "Dream.LineClearance",
}, "capacity": 2,
"name": "B3", "schedulingRule": "FIFO"
"schedulingRule": "FIFO" },
}, "B3": {
"B4": { "coordinate": {
"_class": "Dream.LineClearance", "top": 0.21432431691821405,
"capacity": 2, "left": 0.30516154587152466
"coordinate": { },
"left": 0.5187142701900398, "_class": "Dream.LineClearance",
"top": 0.24087466145736686 "capacity": 2,
}, "schedulingRule": "FIFO"
"name": "B4", },
"schedulingRule": "FIFO" "9_Packaging A": {
}, "interruption": {
"B7": { "failure": {
"_class": "Dream.Queue", "TTR": {
"capacity": 4, "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.8453666868818541, "mean": 0
"top": 0.07788764399810784 }
}, },
"name": "B7", "failureDistribution": "No",
"schedulingRule": "FIFO" "repairman": "",
}, "TTF": {
"B8": { "distribution": "Fixed",
"_class": "Dream.Queue", "Fixed": {
"capacity": 4, "mean": 0
"coordinate": { }
"left": 0.004539505060373879, }
"top": 0.7695789354655987 }
}, },
"name": "B8", "workingBatchSize": 10,
"schedulingRule": "FIFO" "processingTime": {
}, "distribution": "Fixed",
"B9": { "Fixed": {
"_class": "Dream.Queue", "mean": 1
"capacity": 4, }
"coordinate": { },
"left": 0.21072871541220164, "scrapping": {
"top": 0.7565175398133711 "distribution": "Fixed",
}, "Fixed": {
"name": "B9", "mean": 0
"schedulingRule": "FIFO" }
}, },
"BDA": { "coordinate": {
"_class": "Dream.BatchDecomposition", "top": 0.5158535320361616,
"coordinate": { "left": 0.8662814564336495
"left": 0.09978623503357781, },
"top": 0.01725281110758568 "_class": "Dream.BatchScrapMachine",
}, "technology": "9_Packaging"
"name": "BDA", },
"numberOfSubBatches": 4 "9_Packaging B": {
}, "interruption": {
"BDB": { "failure": {
"_class": "Dream.BatchDecomposition", "TTR": {
"coordinate": { "distribution": "Fixed",
"left": 0.09762884137511894, "Fixed": {
"top": 0.22590515117972654 "mean": 0
}, }
"name": "BDB", },
"numberOfSubBatches": 4 "failureDistribution": "No",
}, "repairman": "",
"BRA": { "TTF": {
"_class": "Dream.BatchReassembly", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.7345017315221779, "mean": 0
"top": 0.005869386959240394 }
}, }
"name": "BRA", }
"numberOfSubBatches": 4 },
}, "workingBatchSize": 10,
"BRB": { "processingTime": {
"_class": "Dream.BatchReassembly", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.732266858260719, "mean": 1
"top": 0.22001598561825875 }
}, },
"name": "BRB", "scrapping": {
"numberOfSubBatches": 4 "distribution": "Fixed",
}, "Fixed": {
"Dream.BatchSource1": { "mean": 0
"_class": "Dream.BatchSource", }
"batchNumberOfUnits": "80", },
"coordinate": { "coordinate": {
"left": 0.002304632153726827, "top": 0.9608962942130924,
"top": 0.10443803914040899 "left": 0.8780713493441394
}, },
"entity": "Dream.Batch", "_class": "Dream.BatchScrapMachine",
"id": "Dream.BatchSource1", "technology": "9_Packaging"
"interArrivalTime": { },
"Fixed": { "B8": {
"mean": 0.5 "coordinate": {
}, "top": 0.7695789354655987,
"distribution": "Fixed" "left": 0.004539505060373879
}, },
"name": "Source", "_class": "Dream.Queue",
"numberOfUnits": "80" "capacity": 4,
}, "schedulingRule": "FIFO"
"Dream.Exit1": { },
"_class": "Dream.Exit", "B9": {
"coordinate": { "coordinate": {
"left": 0.9994692573189933, "top": 0.7565175398133711,
"top": 0.7470423170386943 "left": 0.21072871541220164
}, },
"name": "Exit" "_class": "Dream.Queue",
}, "capacity": 4,
"St7D": { "schedulingRule": "FIFO"
"_class": "Dream.BatchDecomposition", },
"coordinate": { "BRA": {
"left": 0.623895604972313, "coordinate": {
"top": 0.7634907667167505 "top": 0.005869386959240394,
}, "left": 0.7345017315221779
"id": "St7D", },
"name": "St7_D", "_class": "Dream.BatchReassembly",
"numberOfSubBatches": 8 "numberOfSubBatches": 4
}, }
"St8RA": { }
"_class": "Dream.BatchReassembly",
"coordinate": {
"left": 0.9695796703374655,
"top": 0.5153302438253881
},
"id": "St8RA",
"name": "St8R_A",
"numberOfSubBatches": 8
},
"St8RB": {
"_class": "Dream.BatchReassembly",
"coordinate": {
"left": 0.9770689321903234,
"top": 0.960991679081057
},
"name": "St8R_B",
"numberOfSubBatches": 8
}
}
}, },
"input": { "input": {
"ACO_weights_spreadsheet": [ "ACO_weights_spreadsheet": [
...@@ -2436,4 +2391,4 @@ ...@@ -2436,4 +2391,4 @@
"result": { "result": {
"result_list": [] "result_list": []
} }
} }
\ No newline at end of file
...@@ -377,8 +377,8 @@ ...@@ -377,8 +377,8 @@
} }
}, },
"class_definition": { "class_definition": {
"Dream.BatchDecomposition": { "Dream.BatchDecompositionStartTime": {
"_class": "node", "_class": "Dream.BatchDecompositionStartTime",
"allOf": [ "allOf": [
{ {
"$ref": "#/node" "$ref": "#/node"
...@@ -387,11 +387,8 @@ ...@@ -387,11 +387,8 @@
"properties": { "properties": {
"id": { "id": {
"default": "D", "default": "D",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Decomposition",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -407,11 +404,11 @@ ...@@ -407,11 +404,11 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that decomposes a batch into sub-batches", "description": "A station that decomposes batches into sub-batches",
"name": "Decomposition" "name": "Decomposition"
}, },
"Dream.BatchDecompositionStartTime": { "Dream.BatchReassembly": {
"_class": "Dream.BatchDecompositionStartTime", "_class": "node",
"allOf": [ "allOf": [
{ {
"$ref": "#/node" "$ref": "#/node"
...@@ -419,12 +416,9 @@ ...@@ -419,12 +416,9 @@
{ {
"properties": { "properties": {
"id": { "id": {
"default": "D", "default": "R",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Decomposition",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -440,10 +434,10 @@ ...@@ -440,10 +434,10 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that decomposes batches into sub-batches", "description": "A station that assembles sub-batches back into a parent batch",
"name": "Decomposition" "name": "Reassembly"
}, },
"Dream.BatchReassembly": { "Dream.BatchDecomposition": {
"_class": "node", "_class": "node",
"allOf": [ "allOf": [
{ {
...@@ -452,12 +446,9 @@ ...@@ -452,12 +446,9 @@
{ {
"properties": { "properties": {
"id": { "id": {
"default": "R", "default": "D",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Reassembly",
"type": "string"
}, },
"numberOfSubBatches": { "numberOfSubBatches": {
"default": 10, "default": 10,
...@@ -473,9 +464,9 @@ ...@@ -473,9 +464,9 @@
"backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)", "backgroundImage": "linear-gradient(to bottom, #dfd 0%, #cec 100%)",
"border": "1px solid #bcb" "border": "1px solid #bcb"
}, },
"description": "A station that assembles sub-batches back into a parent batch", "description": "A station that decomposes a batch into sub-batches",
"name": "Reassembly" "name": "Decomposition"
}, },
"Dream.BatchScrapMachine": { "Dream.BatchScrapMachine": {
"_class": "node", "_class": "node",
"allOf": [ "allOf": [
...@@ -495,19 +486,19 @@ ...@@ -495,19 +486,19 @@
"name": "Operation", "name": "Operation",
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"processingTime": { "processingTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"default": 0.1,
"description": "The time that this station needs in order to process a unit", "description": "The time that this station needs in order to process a unit",
"default": 0.1,
"name": "Processing time (per unit)", "name": "Processing time (per unit)",
"required": true "required": true
}, },
"workingBatchSize": { "workingBatchSize": {
"default": 10, "default": 10,
"name": "Working batch size in this station", "name": "Working batch size in this station",
"type": "number" "type": "number"
} }
}, },
"type": "object" "type": "object"
} }
...@@ -532,36 +523,34 @@ ...@@ -532,36 +523,34 @@
}, },
{ {
"properties": { "properties": {
"batchNumberOfUnits": {
"description": "the number of units of the created batches",
"name": "Number Of Units",
"required": true,
"type": "number"
},
"entity": {
"default": "Dream.Batch",
"description": "Manpy class for entities",
"name": "Entity Class",
"required": true,
"type": "string"
},
"id": { "id": {
"default": "S", "default": "S",
"name": "ID", "name": "ID",
"required": true, "required": true,
"type": "string" "type": "string",
"name": "Name"
}, },
"interArrivalTime": { "interArrivalTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"description": "Inter-arrival time", "description": "Inter-arrival time",
"name": "Inter-arrival time", "name": "Inter-arrival time",
"default": {"Fixed":{"mean":1}},
"required": true "required": true
}, },
"name": { "batchNumberOfUnits": {
"default": "Source", "description": "the number of units of the created batches",
"name": "Name", "name": "Number Of Units",
"type": "number",
"default": 80,
"required": true
},
"entity": {
"default": "Dream.Batch",
"description": "Manpy class for entities",
"name": "Entity Class",
"required": true,
"type": "string" "type": "string"
} }
}, },
"type": "object" "type": "object"
} }
...@@ -653,12 +642,9 @@ ...@@ -653,12 +642,9 @@
"properties": { "properties": {
"id": { "id": {
"default": "E", "default": "E",
"required": true "required": true,
}, "name": "Name"
"name": { }
"default": "Exit",
"type": "string"
}
}, },
"type": "object" "type": "object"
} }
...@@ -686,11 +672,8 @@ ...@@ -686,11 +672,8 @@
}, },
"id": { "id": {
"default": "C", "default": "C",
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Clearance",
"type": "string"
}, },
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
...@@ -738,11 +721,8 @@ ...@@ -738,11 +721,8 @@
"id": { "id": {
"default": "E", "default": "E",
"required": true, "required": true,
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Entry",
"type": "string"
} }
}, },
"type": "object" "type": "object"
...@@ -764,17 +744,14 @@ ...@@ -764,17 +744,14 @@
}, },
{ {
"properties": { "properties": {
"capacity": {
"$ref": "#/definitions/_capacity",
"required": true
},
"id": { "id": {
"default": "Q", "default": "Q",
"type": "string" "type": "string",
"name": "Name"
}, },
"name": { "capacity": {
"default": "Queue", "$ref": "#/definitions/_capacity",
"type": "string" "required": true
}, },
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
...@@ -800,18 +777,15 @@ ...@@ -800,18 +777,15 @@
}, },
{ {
"properties": { "properties": {
"id": {
"default": "RQ",
"type": "string",
"name": "Name"
},
"capacity": { "capacity": {
"$ref": "#/definitions/_capacity", "$ref": "#/definitions/_capacity",
"required": true "required": true
}, },
"id": {
"default": "RQ",
"type": "string"
},
"name": {
"default": "RoutingQueue",
"type": "string"
},
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
"required": true "required": true
...@@ -831,8 +805,8 @@ ...@@ -831,8 +805,8 @@
"definitions": { "definitions": {
"_capacity": { "_capacity": {
"default": 1, "default": 1,
"name": "Capacity",
"description": "capacity of the queue. -1 means infinite", "description": "capacity of the queue. -1 means infinite",
"name": "Capacity",
"oneOf": [ "oneOf": [
{ {
"enum": [ "enum": [
...@@ -930,18 +904,19 @@ ...@@ -930,18 +904,19 @@
} }
] ]
}, },
"_operationType": { "_operationType": {
"description": "the type of operations that are performed manually in the machine", "description": "the type of operations that are performed manually in the machine",
"name": "Operation type",
"enum": [ "enum": [
"MT-Load", "MT-Load",
"MT-Load-Setup", "MT-Load-Setup",
"MT-Load-Setup-Processing" "MT-Load-Setup-Processing"
], ],
"name": "Operation type",
"type": "string" "type": "string"
}, },
"_schedulingRule": { "_schedulingRule": {
"default": "FIFO", "default": "FIFO",
"name": "Scheduling Rule",
"description": "Scheduling Rule of this buffer", "description": "Scheduling Rule of this buffer",
"enum": [ "enum": [
"FIFO", "FIFO",
...@@ -956,7 +931,6 @@ ...@@ -956,7 +931,6 @@
"WINQ", "WINQ",
"WT" "WT"
], ],
"name": "Scheduling Rule",
"type": "string" "type": "string"
}, },
"distributionTypes": { "distributionTypes": {
...@@ -1005,12 +979,12 @@ ...@@ -1005,12 +979,12 @@
"_failure": { "_failure": {
"properties": { "properties": {
"TTF": { "TTF": {
"$ref": "#/definitions/_dist", "name": "Time to Failure",
"name": "Time to Failure" "$ref": "#/definitions/_dist"
}, },
"TTR": { "TTR": {
"$ref": "#/definitions/_dist", "name": "Time to Repair",
"name": "Time to Repair" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
"description": "Repairman", "description": "Repairman",
...@@ -1184,13 +1158,13 @@ ...@@ -1184,13 +1158,13 @@
"top": "number" "top": "number"
}, },
"type": "object" "type": "object"
} }
}, },
"required": [ "required": [
"_class" "_class"
], ],
"type": "object" "type": "object"
} }
}, },
"constraints": {}, "constraints": {},
"general": { "general": {
...@@ -1396,760 +1370,741 @@ ...@@ -1396,760 +1370,741 @@
} }
}, },
"node": { "node": {
"1_RO_E_M_A_A": { "1_RO_E_M_A_A": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.20124013508759986, "TTR": {
"top": 0.013362728902320656 "distribution": "Fixed",
}, "Fixed": {
"id": "1_RO_E_M_A_A", "mean": 0
"interruption": { }
"failure": { },
"TTF": { "failureDistribution": "No",
"Fixed": { "repairman": "",
"mean": 0 "TTF": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"TTR": { }
"Fixed": { }
"mean": 0 }
}, },
"distribution": "Fixed" "workingBatchSize": 20,
}, "processingTime": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 0.75
}, }
"processingTime": { },
"Fixed": { "scrapping": {
"mean": 0.75 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { },
"Fixed": { "coordinate": {
"mean": 0 "top": 0.013362728902320656,
}, "left": 0.20124013508759986
"distribution": "Fixed" },
}, "_class": "Dream.BatchScrapMachine",
"technology": "1_RO_E_M_A", "technology": "1_RO_E_M_A",
"workingBatchSize": 20 "id": "1_RO_E_M_A_A"
}, },
"1_RO_E_M_A_B": { "1_RO_E_M_A_B": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.2018021659108287, "TTR": {
"top": 0.22399692088997386 "distribution": "Fixed",
}, "Fixed": {
"id": "1_RO_E_M_A_B", "mean": 0
"interruption": { }
"failure": { },
"TTF": { "failureDistribution": "No",
"Fixed": { "repairman": "",
"mean": 0 "TTF": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"TTR": { }
"Fixed": { }
"mean": 0 }
}, },
"distribution": "Fixed" "workingBatchSize": 20,
}, "processingTime": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 0.75
}, }
"processingTime": { },
"Fixed": { "scrapping": {
"mean": 0.75 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { },
"Fixed": { "coordinate": {
"mean": 0 "top": 0.22399692088997386,
}, "left": 0.2018021659108287
"distribution": "Fixed" },
}, "_class": "Dream.BatchScrapMachine",
"technology": "1_RO_E_M_A", "technology": "1_RO_E_M_A",
"workingBatchSize": 20 "id": "1_RO_E_M_A_B"
}, },
"2_P_B_A_A": { "8_Carding": {
"_class": "Dream.BatchScrapMachine", "interruption": {
"coordinate": { "failure": {
"left": 0.41773081483750907, "TTR": {
"top": 0.01541903648040755 "distribution": "Fixed",
}, "Fixed": {
"id": "2_P_B_A_A", "mean": 0
"interruption": { }
"failure": { },
"TTF": { "failureDistribution": "No",
"Fixed": { "repairman": "",
"mean": 0 "TTF": {
}, "distribution": "Fixed",
"distribution": "Fixed" "Fixed": {
}, "mean": 0
"TTR": { }
"Fixed": { }
"mean": 0 }
}, },
"distribution": "Fixed" "workingBatchSize": 10,
}, "processingTime": {
"failureDistribution": "No", "distribution": "Fixed",
"repairman": "" "Fixed": {
} "mean": 0.5
}, }
"processingTime": { },
"Fixed": { "scrapping": {
"mean": 0.75 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0
}, }
"scrapping": { },
"Fixed": { "coordinate": {
"mean": 0 "top": 0.6281334023947263,
}, "left": 0.7066792229768067
"distribution": "Fixed" },
}, "_class": "Dream.BatchScrapMachine",
"technology": "2_P_B_A", "technology": "8_Carding",
"workingBatchSize": 20 "id": "8_Carding"
}, },
"2_P_B_A_B": { "B12": {
"_class": "Dream.BatchScrapMachine", "coordinate": {
"coordinate": { "top": 0.7112343913913901,
"left": 0.41230602697692575, "left": 0.7780022382216776
"top": 0.2219242159080133 },
}, "_class": "Dream.RoutingQueue",
"id": "2_P_B_A_B", "capacity": 23,
"interruption": { "schedulingRule": "FIFO"
"failure": { },
"TTF": { "B10": {
"Fixed": { "capacity": 4,
"mean": 0 "coordinate": {
}, "top": 0.7550041875821227,
"distribution": "Fixed" "left": 0.37830510689257246
}, },
"TTR": { "_class": "Dream.Queue",
"Fixed": { "id": "B10",
"mean": 0 "schedulingRule": "FIFO"
}, },
"distribution": "Fixed" "B11": {
}, "coordinate": {
"failureDistribution": "No", "top": 0.7716845469524345,
"repairman": "" "left": 0.5418509694588267
} },
}, "_class": "Dream.Queue",
"processingTime": { "capacity": 4,
"Fixed": { "schedulingRule": "FIFO"
"mean": 0.75 },
}, "Dream.BatchSource1": {
"distribution": "Fixed" "entity": "Dream.Batch",
}, "interArrivalTime": {
"scrapping": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0.5
}, }
"distribution": "Fixed" },
}, "batchNumberOfUnits": "80",
"technology": "2_P_B_A", "numberOfUnits": "80",
"workingBatchSize": 20 "coordinate": {
}, "top": 0.10443803914040899,
"3_D_B_A_A": { "left": 0.002304632153726827
"_class": "Dream.BatchScrapMachine", },
"coordinate": { "_class": "Dream.BatchSource",
"left": 0.6332996089721042, "id": "Dream.BatchSource1"
"top": 0.01725281110758568 },
}, "St7D": {
"id": "3_D_B_A_A", "coordinate": {
"interruption": { "top": 0.7640847057948053,
"failure": { "left": 0.6385832092381459
"TTF": { },
"Fixed": { "_class": "Dream.BatchDecomposition",
"mean": 0 "numberOfSubBatches": 8
}, },
"distribution": "Fixed" "Dream.Exit1": {
}, "coordinate": {
"TTR": { "top": 0.7470423170386943,
"Fixed": { "left": 0.9994692573189933
"mean": 0 },
}, "_class": "Dream.Exit"
"distribution": "Fixed" },
}, "6_Flag Labelling B": {
"failureDistribution": "No", "interruption": {
"repairman": "" "failure": {
} "TTR": {
}, "distribution": "Fixed",
"processingTime": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0.75 }
}, },
"distribution": "Fixed" "failureDistribution": "No",
}, "repairman": "",
"scrapping": { "TTF": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0
"distribution": "Fixed" }
}, }
"technology": "3_D_B_A", }
"workingBatchSize": 20 },
}, "workingBatchSize": 80,
"3_D_B_A_B": { "processingTime": {
"_class": "Dream.BatchScrapMachine", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.6340488812407455, "mean": 0.1875
"top": 0.22379953969289082 }
}, },
"id": "3_D_B_A_B", "scrapping": {
"interruption": { "distribution": "Fixed",
"failure": { "Fixed": {
"TTF": { "mean": 0
"Fixed": { }
"mean": 0 },
}, "coordinate": {
"distribution": "Fixed" "top": 0.9611889446138,
}, "left": 0.2918428202821252
"TTR": { },
"Fixed": { "_class": "Dream.BatchScrapMachine",
"mean": 0 "technology": "6_Flag Labelling",
}, "id": "6_Flag Labelling B"
"distribution": "Fixed" },
}, "3_D_B_A_A": {
"failureDistribution": "No", "interruption": {
"repairman": "" "failure": {
} "TTR": {
}, "distribution": "Fixed",
"processingTime": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0.75 }
}, },
"distribution": "Fixed" "failureDistribution": "No",
}, "repairman": "",
"scrapping": { "TTF": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0
"distribution": "Fixed" }
}, }
"technology": "3_D_B_A", }
"workingBatchSize": 20 },
}, "workingBatchSize": 20,
"4_Cut & Bend": { "processingTime": {
"_class": "Dream.BatchScrapMachine", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.9660242062681554, "mean": 0.75
"top": 0.17336308060894598 }
}, },
"id": "4_Cut & Bend", "scrapping": {
"interruption": { "distribution": "Fixed",
"failure": { "Fixed": {
"TTF": { "mean": 0
"Fixed": { }
"mean": 0 },
}, "coordinate": {
"distribution": "Fixed" "top": 0.01725281110758568,
}, "left": 0.6332996089721042
"TTR": { },
"Fixed": { "_class": "Dream.BatchScrapMachine",
"mean": 0 "technology": "3_D_B_A",
}, "id": "3_D_B_A_A"
"distribution": "Fixed" },
}, "6_Flag Labelling A": {
"failureDistribution": "No", "interruption": {
"repairman": "" "failure": {
} "TTR": {
}, "distribution": "Fixed",
"processingTime": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0.1875 }
}, },
"distribution": "Fixed" "failureDistribution": "No",
}, "repairman": "",
"scrapping": { "TTF": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0
"distribution": "Fixed" }
}, }
"technology": "4_Cut & Bend", }
"workingBatchSize": 80 },
}, "workingBatchSize": 80,
"5_Moulding": { "processingTime": {
"_class": "Dream.BatchScrapMachine", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.10327653739447205, "mean": 0.1875
"top": 0.7730867922482839 }
}, },
"id": "5_Moulding", "scrapping": {
"interruption": { "distribution": "Fixed",
"failure": "" "Fixed": {
}, "mean": 0
"processingTime": { }
"Fixed": { },
"mean": 0.375 "coordinate": {
}, "top": 0.5764883070945124,
"distribution": "Fixed" "left": 0.2970488955292209
}, },
"scrapping": { "_class": "Dream.BatchScrapMachine",
"Fixed": { "technology": "6_Flag Labelling",
"mean": 0 "id": "6_Flag Labelling A"
}, },
"distribution": "Fixed" "3_D_B_A_B": {
}, "interruption": {
"technology": "5_Moulding", "failure": {
"workingBatchSize": 40 "TTR": {
}, "distribution": "Fixed",
"6_Flag Labelling A": { "Fixed": {
"_class": "Dream.BatchScrapMachine", "mean": 0
"coordinate": { }
"left": 0.2970488955292209, },
"top": 0.5764883070945124 "failureDistribution": "No",
}, "repairman": "",
"id": "6_Flag Labelling A", "TTF": {
"interruption": { "distribution": "Fixed",
"failure": { "Fixed": {
"TTF": { "mean": 0
"Fixed": { }
"mean": 0 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 20,
"TTR": { "processingTime": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0.75
"distribution": "Fixed" }
}, },
"failureDistribution": "No", "scrapping": {
"repairman": "" "distribution": "Fixed",
} "Fixed": {
}, "mean": 0
"processingTime": { }
"Fixed": { },
"mean": 0.1875 "coordinate": {
}, "top": 0.22379953969289082,
"distribution": "Fixed" "left": 0.6340488812407455
}, },
"scrapping": { "_class": "Dream.BatchScrapMachine",
"Fixed": { "technology": "3_D_B_A",
"mean": 0 "id": "3_D_B_A_B"
}, },
"distribution": "Fixed" "BDA": {
}, "coordinate": {
"technology": "6_Flag Labelling", "top": 0.01725281110758568,
"workingBatchSize": 80 "left": 0.09978623503357781
}, },
"6_Flag Labelling B": { "_class": "Dream.BatchDecomposition",
"_class": "Dream.BatchScrapMachine", "numberOfSubBatches": 4
"coordinate": { },
"left": 0.2918428202821252, "BDB": {
"top": 0.9611889446138 "coordinate": {
}, "top": 0.22590515117972654,
"id": "6_Flag Labelling B", "left": 0.09762884137511894
"interruption": { },
"failure": { "_class": "Dream.BatchDecomposition",
"TTF": { "numberOfSubBatches": 4
"Fixed": { },
"mean": 0 "2_P_B_A_A": {
}, "interruption": {
"distribution": "Fixed" "failure": {
}, "TTR": {
"TTR": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0
}, }
"distribution": "Fixed" },
}, "failureDistribution": "No",
"failureDistribution": "No", "repairman": "",
"repairman": "" "TTF": {
} "distribution": "Fixed",
}, "Fixed": {
"processingTime": { "mean": 0
"Fixed": { }
"mean": 0.1875 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 20,
"scrapping": { "processingTime": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0.75
"distribution": "Fixed" }
}, },
"technology": "6_Flag Labelling", "scrapping": {
"workingBatchSize": 80 "distribution": "Fixed",
}, "Fixed": {
"7_Pressure A": { "mean": 0
"_class": "Dream.BatchScrapMachine", }
"coordinate": { },
"left": 0.4590469615218773, "coordinate": {
"top": 0.560438540581452 "top": 0.01541903648040755,
}, "left": 0.41773081483750907
"id": "7_Pressure A", },
"interruption": { "_class": "Dream.BatchScrapMachine",
"failure": { "technology": "2_P_B_A",
"TTF": { "id": "2_P_B_A_A"
"Fixed": { },
"mean": 0 "2_P_B_A_B": {
}, "interruption": {
"distribution": "Fixed" "failure": {
}, "TTR": {
"TTR": { "distribution": "Fixed",
"Fixed": { "Fixed": {
"mean": 0 "mean": 0
}, }
"distribution": "Fixed" },
}, "failureDistribution": "No",
"failureDistribution": "No", "repairman": "",
"repairman": "" "TTF": {
} "distribution": "Fixed",
}, "Fixed": {
"processingTime": { "mean": 0
"Fixed": { }
"mean": 1 }
}, }
"distribution": "Fixed" },
}, "workingBatchSize": 20,
"scrapping": { "processingTime": {
"Fixed": { "distribution": "Fixed",
"mean": 0 "Fixed": {
}, "mean": 0.75
"distribution": "Fixed" }
}, },
"technology": "7_Pressure", "scrapping": {
"workingBatchSize": 10 "distribution": "Fixed",
}, "Fixed": {
"7_Pressure B": { "mean": 0
"_class": "Dream.BatchScrapMachine", }
"coordinate": { },
"left": 0.4590469615218773, "coordinate": {
"top": 0.9608962942130924 "top": 0.2219242159080133,
}, "left": 0.41230602697692575
"id": "7_Pressure B", },
"interruption": { "_class": "Dream.BatchScrapMachine",
"failure": { "technology": "2_P_B_A",
"TTF": { "id": "2_P_B_A_B"
"Fixed": { },
"mean": 0 "5_Moulding": {
}, "interruption": {
"distribution": "Fixed" "failure": ""
}, },
"TTR": { "workingBatchSize": 40,
"Fixed": { "processingTime": {
"mean": 0 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 0.375
}, }
"failureDistribution": "No", },
"repairman": "" "scrapping": {
} "distribution": "Fixed",
}, "Fixed": {
"processingTime": { "mean": 0
"Fixed": { }
"mean": 1 },
}, "coordinate": {
"distribution": "Fixed" "top": 0.7730867922482839,
}, "left": 0.10327653739447205
"scrapping": { },
"Fixed": { "_class": "Dream.BatchScrapMachine",
"mean": 0 "technology": "5_Moulding",
}, "id": "5_Moulding"
"distribution": "Fixed" },
}, "7_Pressure B": {
"technology": "7_Pressure", "interruption": {
"workingBatchSize": 10 "failure": {
}, "TTR": {
"8_Carding": { "distribution": "Fixed",
"_class": "Dream.BatchScrapMachine", "Fixed": {
"coordinate": { "mean": 0
"left": 0.7066792229768067, }
"top": 0.6281334023947263 },
}, "failureDistribution": "No",
"id": "8_Carding", "repairman": "",
"interruption": { "TTF": {
"failure": { "distribution": "Fixed",
"TTF": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0 }
}, }
"distribution": "Fixed" }
}, },
"TTR": { "workingBatchSize": 10,
"Fixed": { "processingTime": {
"mean": 0 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 1
}, }
"failureDistribution": "No", },
"repairman": "" "scrapping": {
} "distribution": "Fixed",
}, "Fixed": {
"processingTime": { "mean": 0
"Fixed": { }
"mean": 0.5 },
}, "coordinate": {
"distribution": "Fixed" "top": 0.9608962942130924,
}, "left": 0.4590469615218773
"scrapping": { },
"Fixed": { "_class": "Dream.BatchScrapMachine",
"mean": 0 "technology": "7_Pressure",
}, "id": "7_Pressure B"
"distribution": "Fixed" },
}, "7_Pressure A": {
"technology": "8_Carding", "interruption": {
"workingBatchSize": 10 "failure": {
}, "TTR": {
"9_Packaging A": { "distribution": "Fixed",
"_class": "Dream.BatchScrapMachine", "Fixed": {
"coordinate": { "mean": 0
"left": 0.8276143790849673, }
"top": 0.4918622893425504 },
}, "failureDistribution": "No",
"id": "9_Packaging A", "repairman": "",
"interruption": { "TTF": {
"failure": { "distribution": "Fixed",
"TTF": { "Fixed": {
"Fixed": { "mean": 0
"mean": 0 }
}, }
"distribution": "Fixed" }
}, },
"TTR": { "workingBatchSize": 10,
"Fixed": { "processingTime": {
"mean": 0 "distribution": "Fixed",
}, "Fixed": {
"distribution": "Fixed" "mean": 1
}, }
"failureDistribution": "No", },
"repairman": "" "scrapping": {
} "distribution": "Fixed",
}, "Fixed": {
"processingTime": { "mean": 0
"Fixed": { }
"mean": 1 },
}, "coordinate": {
"distribution": "Fixed" "top": 0.560438540581452,
}, "left": 0.4590469615218773
"scrapping": { },
"Fixed": { "_class": "Dream.BatchScrapMachine",
"mean": 0 "technology": "7_Pressure",
}, "id": "7_Pressure A"
"distribution": "Fixed" },
}, "St8RA": {
"technology": "9_Packaging", "coordinate": {
"workingBatchSize": 10 "top": 0.5350013587825962,
}, "left": 0.9697830337196626
"9_Packaging B": { },
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchReassembly",
"coordinate": { "numberOfSubBatches": 8,
"left": 0.8403105780796151, "id": "St8RA"
"top": 0.9232952413566464 },
}, "St8RB": {
"id": "9_Packaging B", "coordinate": {
"processingTime": { "top": 0.960991679081057,
"Fixed": { "left": 0.9770689321903234
"mean": 1 },
}, "_class": "Dream.BatchReassembly",
"distribution": "Fixed" "numberOfSubBatches": 8
}, },
"technology": "9_Packaging", "4_Cut & Bend": {
"workingBatchSize": 10 "interruption": {
}, "failure": {
"B1": { "TTR": {
"_class": "Dream.LineClearance", "distribution": "Fixed",
"capacity": 2, "Fixed": {
"coordinate": { "mean": 0
"left": 0.3081327478571614, }
"top": 0.021036307350047176 },
}, "failureDistribution": "No",
"id": "B1", "repairman": "",
"name": "B1", "TTF": {
"schedulingRule": "FIFO" "distribution": "Fixed",
}, "Fixed": {
"B10": { "mean": 0
"_class": "Dream.Queue", }
"capacity": 4, }
"coordinate": { }
"left": 0.37830510689257246, },
"top": 0.7550041875821227 "workingBatchSize": 80,
}, "processingTime": {
"id": "B10", "distribution": "Fixed",
"name": "B10", "Fixed": {
"schedulingRule": "FIFO" "mean": 0.1875
}, }
"B11": { },
"_class": "Dream.Queue", "scrapping": {
"capacity": 4, "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.5418509694588267, "mean": 0
"top": 0.7716845469524345 }
}, },
"name": "B11", "coordinate": {
"schedulingRule": "FIFO" "top": 0.17336308060894598,
}, "left": 0.9660242062681554
"B12": { },
"_class": "Dream.RoutingQueue", "_class": "Dream.BatchScrapMachine",
"capacity": 23, "technology": "4_Cut & Bend",
"coordinate": { "id": "4_Cut & Bend"
"left": 0.7780022382216776, },
"top": 0.7112343913913901 "BRB": {
}, "coordinate": {
"name": "B12", "top": 0.22001598561825875,
"schedulingRule": "FIFO" "left": 0.732266858260719
}, },
"B2": { "_class": "Dream.BatchReassembly",
"_class": "Dream.LineClearance", "numberOfSubBatches": 4
"capacity": 2, },
"coordinate": { "B4": {
"left": 0.5232485073555496, "coordinate": {
"top": 0.013666696062206444 "top": 0.24087466145736686,
}, "left": 0.5187142701900398
"name": "B2", },
"schedulingRule": "FIFO" "_class": "Dream.LineClearance",
}, "capacity": 2,
"B3": { "schedulingRule": "FIFO"
"_class": "Dream.LineClearance", },
"capacity": 2, "B7": {
"coordinate": { "coordinate": {
"left": 0.30516154587152466, "top": 0.07788764399810784,
"top": 0.21432431691821405 "left": 0.8453666868818541
}, },
"name": "B3", "_class": "Dream.Queue",
"schedulingRule": "FIFO" "capacity": 4,
}, "schedulingRule": "FIFO"
"B4": { },
"_class": "Dream.LineClearance", "B1": {
"capacity": 2, "capacity": 2,
"coordinate": { "coordinate": {
"left": 0.5187142701900398, "top": 0.021036307350047176,
"top": 0.24087466145736686 "left": 0.3081327478571614
}, },
"name": "B4", "_class": "Dream.LineClearance",
"schedulingRule": "FIFO" "id": "B1",
}, "schedulingRule": "FIFO"
"B7": { },
"_class": "Dream.Queue", "B2": {
"capacity": 4, "coordinate": {
"coordinate": { "top": 0.013666696062206444,
"left": 0.8453666868818541, "left": 0.5232485073555496
"top": 0.07788764399810784 },
}, "_class": "Dream.LineClearance",
"name": "B7", "capacity": 2,
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"B8": { "B3": {
"_class": "Dream.Queue", "coordinate": {
"capacity": 4, "top": 0.21432431691821405,
"coordinate": { "left": 0.30516154587152466
"left": 0.004430433936801263, },
"top": 0.7879379917839283 "_class": "Dream.LineClearance",
}, "capacity": 2,
"name": "B8", "schedulingRule": "FIFO"
"schedulingRule": "FIFO" },
}, "9_Packaging A": {
"B9": { "interruption": {
"_class": "Dream.Queue", "failure": {
"capacity": 4, "TTR": {
"coordinate": { "distribution": "Fixed",
"left": 0.18889698258498985, "Fixed": {
"top": 0.7747840492453537 "mean": 0
}, }
"name": "B9", },
"schedulingRule": "FIFO" "failureDistribution": "No",
}, "repairman": "",
"BDA": { "TTF": {
"_class": "Dream.BatchDecomposition", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.09978623503357781, "mean": 0
"top": 0.01725281110758568 }
}, }
"name": "BDA", }
"numberOfSubBatches": 4 },
}, "workingBatchSize": 10,
"BDB": { "processingTime": {
"_class": "Dream.BatchDecomposition", "distribution": "Fixed",
"coordinate": { "Fixed": {
"left": 0.09762884137511894, "mean": 1
"top": 0.22590515117972654 }
}, },
"name": "BDB", "scrapping": {
"numberOfSubBatches": 4 "distribution": "Fixed",
}, "Fixed": {
"BRA": { "mean": 0
"_class": "Dream.BatchReassembly", }
"coordinate": { },
"left": 0.7345017315221779, "coordinate": {
"top": 0.005869386959240394 "top": 0.4918622893425504,
}, "left": 0.8276143790849673
"name": "BRA", },
"numberOfSubBatches": 4 "_class": "Dream.BatchScrapMachine",
}, "technology": "9_Packaging",
"BRB": { "id": "9_Packaging A"
"_class": "Dream.BatchReassembly", },
"coordinate": { "9_Packaging B": {
"left": 0.732266858260719, "workingBatchSize": 10,
"top": 0.22001598561825875 "processingTime": {
}, "distribution": "Fixed",
"name": "BRB", "Fixed": {
"numberOfSubBatches": 4 "mean": 1
}, }
"Dream.BatchSource1": { },
"_class": "Dream.BatchSource", "coordinate": {
"batchNumberOfUnits": "80", "top": 0.9232952413566464,
"coordinate": { "left": 0.8403105780796151
"left": 0.002304632153726827, },
"top": 0.10443803914040899 "_class": "Dream.BatchScrapMachine",
}, "technology": "9_Packaging",
"entity": "Dream.Batch", "id": "9_Packaging B"
"id": "Dream.BatchSource1", },
"interArrivalTime": { "B8": {
"Fixed": { "coordinate": {
"mean": 0.5 "top": 0.7879379917839283,
}, "left": 0.004430433936801263
"distribution": "Fixed" },
}, "_class": "Dream.Queue",
"name": "Source", "capacity": 4,
"numberOfUnits": "80" "schedulingRule": "FIFO"
}, },
"Dream.Exit1": { "B9": {
"_class": "Dream.Exit", "coordinate": {
"coordinate": { "top": 0.7747840492453537,
"left": 0.9994692573189933, "left": 0.18889698258498985
"top": 0.7470423170386943 },
}, "_class": "Dream.Queue",
"name": "Exit" "capacity": 4,
}, "schedulingRule": "FIFO"
"St7D": { },
"_class": "Dream.BatchDecomposition", "BRA": {
"coordinate": { "coordinate": {
"left": 0.6385832092381459, "top": 0.005869386959240394,
"top": 0.7640847057948053 "left": 0.7345017315221779
}, },
"name": "St7_D", "_class": "Dream.BatchReassembly",
"numberOfSubBatches": 8 "numberOfSubBatches": 4
}, }
"St8RA": { }
"_class": "Dream.BatchReassembly",
"coordinate": {
"left": 0.9697830337196626,
"top": 0.5350013587825962
},
"id": "St8RA",
"name": "St8R_A",
"numberOfSubBatches": 8
},
"St8RB": {
"_class": "Dream.BatchReassembly",
"coordinate": {
"left": 0.9770689321903234,
"top": 0.960991679081057
},
"name": "St8R_B",
"numberOfSubBatches": 8
}
}
}, },
"input": { "input": {
"ACO_weights_spreadsheet": [ "ACO_weights_spreadsheet": [
......
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