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