Commit 26bd31f8 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

latest updated in default all-inclusive-file. css info, preprocessing plugins...

latest updated in default all-inclusive-file. css info, preprocessing plugins info, result-lists introduction
parent 90a187df
......@@ -373,7 +373,9 @@
"_class" : "node",
"name" : "Exit",
"css": {
"color" : "#F0F"
"border" : "1px solid #ccb",
"backgroundColor" : "#eef",
"backgroundImage" : "linear-gradient(to bottom, #eef 0%, #dde 100%)"
},
"shape" : "rectangle",
"description" : "A station where entities exits from the system",
......@@ -397,6 +399,11 @@
"Dream.Queue" : {
"name" : "Queue",
"_class" : "node",
"css": {
"border": "1px solid #bcc",
"backgroundColor":"#eff",
"backgroundImage": "linear-gradient(to bottom, #eff 0%, #dee 100%)"
},
"description" : "A buffer where entites can be hold until the next station is ready to process them",
"allOf" : [{
"$ref" : "#/node"
......@@ -427,6 +434,11 @@
"name" : "Machine",
"description" : "A station processing items for some time given by a distribution",
"_class" : "node",
"css": {
"border" : "1px solid #cbc",
"backgroundColor" : "#fef",
"backgroundImage" : "linear-gradient(to bottom, #fef 0%, #ede 100%)"
},
"allOf" : [{
"$ref" : "#/node"
}, {
......@@ -461,6 +473,11 @@
"Dream.Source" : {
"name" : "Source",
"_class" : "node",
"css": {
"border" : "1px solid #bbc",
"backgroundColor" : "#ffe",
"backgroundImage" : "linear-gradient(to bottom, #ffe 0%, #dde 100%)"
},
"description" : "A station creating entities",
"allOf" : [{
"$ref" : "#/node"
......@@ -494,6 +511,11 @@
"Dream.EventGenerator" : {
"name" : "Attainment",
"_class" : "node",
"css": {
"border" : "1px solid #cba",
"backgroundColor" : "#fdc",
"backgroundImage" : "linear-gradient(to bottom, #fdc 0%, #ecb 100%)"
},
"description" : "Attainment",
"allOf" : [{
"$ref" : "#/node"
......@@ -510,13 +532,13 @@
"required" : true
},
"start" : {
"description" : "Starttime",
"description" : "Start time",
"type" : "number",
"default" : 1,
"required" : true
},
"stop" : {
"description" : "Stoptime",
"description" : "Stop time",
"type" : "number",
"default" : -1,
"required" : true
......@@ -528,13 +550,13 @@
"required" : true
},
"interval" : {
"description" : "intervaltime",
"description" : "interval time",
"type" : "number",
"default" : 10,
"required" : true
},
"method" : {
"description" : "methodtobeperformed",
"description" : "method to be performed",
"type" : "string",
"default" : "Globals.countIntervalThroughput",
"required" : true
......@@ -552,6 +574,11 @@
"Dream.Repairman" : {
"name" : "Repairman",
"_class" : "node",
"css": {
"border" : "1px solid #cbb",
"backgroundColor" : "#fdd",
"backgroundImage" : "linear-gradient(to bottom, #fdd 0%, #dcc 100%)"
},
"description" : "A resource that repairs stations in failure",
"allOf" : [{
"$ref" : "#/node"
......@@ -583,6 +610,11 @@
"type" : "object_view",
"gadget" : "Input_viewProductionLine"
},
"view_management": {
"gadget": "Input_viewDocumentManagement",
"type": "object_view",
"title": "Manage document"
},
"view_machine_shift_spreadsheet" : {
"gadget" : "Input_viewSpreadsheet",
"type" : "object_view",
......@@ -658,7 +690,7 @@
},
"output" : {
"view_station_utilization" : {
"title" : "StationUtilization",
"title" : "Station Utilization",
"type" : "object_view",
"gadget" : "Output_viewStationUtilisationGraph",
"configuration" : {
......@@ -668,7 +700,7 @@
}
},
"view_queue_stats" : {
"title" : "QueueStatistics",
"title" : "Queue Statistics",
"type" : "object_view",
"gadget" : "Output_viewQueueStatGraph",
"configuration" : {
......@@ -678,7 +710,7 @@
}
},
"view_exit_stats" : {
"title" : "ExitStatistics",
"title" : "Exit Statistics",
"type" : "object_view",
"gadget" : "Output_viewExitStatistics",
"configuration" : {
......@@ -705,6 +737,9 @@
"plugin_list" : [{
"plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "WIPStat"
}, {
"plugin" : "WIPSpreadsheet.WIPSpreadsheet",
"input_id" : "WIPdata"
}]
},
"processing" : {
......@@ -756,7 +791,7 @@
},
"trace" : {
"default" : "No",
"enum" : ["No", "Yes"]
"enum" : ["No", "Yes"],
"description" : "Create an excel trace file (Yes or No)",
"title" : "OutputTrace",
"type" : "string"
......@@ -782,6 +817,8 @@
"edge" : {}
},
"input" : {},
"result" : {},
"result" : {
"result_list" : []
},
"constraints" : {}
}
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