css information added to BatchAllInOneEmpty

parent a5614180
...@@ -368,7 +368,11 @@ ...@@ -368,7 +368,11 @@
"Dream.Exit" : { "Dream.Exit" : {
"_class" : "node", "_class" : "node",
"name" : "Exit", "name" : "Exit",
"colour" : "#F0F", "css": {
"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",
"allOf" : [{ "allOf" : [{
...@@ -391,6 +395,11 @@ ...@@ -391,6 +395,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 entities can be hold until the next station is ready to process them", "description" : "A buffer where entities can be hold until the next station is ready to process them",
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
...@@ -420,6 +429,11 @@ ...@@ -420,6 +429,11 @@
"Dream.LineClearance" : { "Dream.LineClearance" : {
"name" : "Clearance", "name" : "Clearance",
"_class" : "node", "_class" : "node",
"css": {
"border": "1px solid #bcc",
"backgroundColor":"#eff",
"backgroundImage": "linear-gradient(to bottom, #eff 0%, #dee 100%)"
},
"description" : "A buffer where entities of the same group can be held until the next station is ready to process them. Entities of other groups cannot be accepted", "description" : "A buffer where entities of the same group can be held until the next station is ready to process them. Entities of other groups cannot be accepted",
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
...@@ -449,6 +463,11 @@ ...@@ -449,6 +463,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"
...@@ -507,6 +526,11 @@ ...@@ -507,6 +526,11 @@
"Dream.NonStarvingEntry" : { "Dream.NonStarvingEntry" : {
"name" : "Entry", "name" : "Entry",
"_class" : "node", "_class" : "node",
"css": {
"border" : "1px solid #bbc",
"backgroundColor" : "#ffe",
"backgroundImage": "linear-gradient(to bottom, #ffe 0%, #dde 100%)"
},
"description" : "A station creating batches", "description" : "A station creating batches",
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
...@@ -540,6 +564,11 @@ ...@@ -540,6 +564,11 @@
}, },
"Dream.BatchReassembly" : { "Dream.BatchReassembly" : {
"name" : "Reassembly", "name" : "Reassembly",
"css": {
"border" : "1px solid #bcb",
"backgroundColor" : "#dfd",
"backgroundImage" : "linear-gradient(to bottom, #dfd 0%, #cec 100%)"
},
"description" : "A station that assembles sub-batches back into a parent batch ", "description" : "A station that assembles sub-batches back into a parent batch ",
"_class" : "node", "_class" : "node",
"allOf" : [{ "allOf" : [{
...@@ -567,6 +596,11 @@ ...@@ -567,6 +596,11 @@
"Dream.BatchDecompositionStartTime" : { "Dream.BatchDecompositionStartTime" : {
"_class" : "Dream.BatchDecompositionStartTime", "_class" : "Dream.BatchDecompositionStartTime",
"name" : "Decomposition", "name" : "Decomposition",
"css": {
"border" : "1px solid #bcb",
"backgroundColor" : "#dfd",
"backgroundImage" : "linear-gradient(to bottom, #dfd 0%, #cec 100%)"
},
"description" : "A station that decomposes batches into sub-batches", "description" : "A station that decomposes batches into sub-batches",
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
...@@ -592,6 +626,11 @@ ...@@ -592,6 +626,11 @@
}, },
"Dream.BatchScrapMachine" : { "Dream.BatchScrapMachine" : {
"name" : "Machine", "name" : "Machine",
"css": {
"border" : "1px solid #cbc",
"backgroundColor" : "#fef",
"backgroundImage" : "linear-gradient(to bottom, #fef 0%, #ede 100%)"
},
"description" : "A station processing batches for some time given by a distribution provided by the entities that are processed. A random number of batch units is scrapped", "description" : "A station processing batches for some time given by a distribution provided by the entities that are processed. A random number of batch units is scrapped",
"_class" : "node", "_class" : "node",
"allOf" : [{ "allOf" : [{
......
...@@ -374,8 +374,8 @@ ...@@ -374,8 +374,8 @@
"name" : "Exit", "name" : "Exit",
"css": { "css": {
"border" : "1px solid #ccb", "border" : "1px solid #ccb",
"background-color" : "#eef", "backgroundColor" : "#eef",
"background-image" : "linear-gradient(to bottom, #eef 0%, #dde 100%)" "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",
...@@ -401,8 +401,8 @@ ...@@ -401,8 +401,8 @@
"_class" : "node", "_class" : "node",
"css": { "css": {
"border": "1px solid #bcc", "border": "1px solid #bcc",
"background-color":"#eff", "backgroundColor":"#eff",
"background-image": "linear-gradient(to bottom, #eff 0%, #dee 100%)" "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" : [{
...@@ -435,9 +435,9 @@ ...@@ -435,9 +435,9 @@
"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": { "css": {
"order" : "1px solid #cbc", "border" : "1px solid #cbc",
"background-color" : "#fef", "backgroundColor" : "#fef",
"background-image" : "linear-gradient(to bottom, #fef 0%, #ede 100%)" "backgroundImage" : "linear-gradient(to bottom, #fef 0%, #ede 100%)"
}, },
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
...@@ -475,8 +475,8 @@ ...@@ -475,8 +475,8 @@
"_class" : "node", "_class" : "node",
"css": { "css": {
"border" : "1px solid #bbc", "border" : "1px solid #bbc",
"background-color" : "#ffe", "backgroundColor" : "#ffe",
"background-image": "linear-gradient(to bottom, #ffe 0%, #dde 100%)" "backgroundImage" : "linear-gradient(to bottom, #ffe 0%, #dde 100%)"
}, },
"description" : "A station creating entities", "description" : "A station creating entities",
"allOf" : [{ "allOf" : [{
...@@ -513,8 +513,8 @@ ...@@ -513,8 +513,8 @@
"_class" : "node", "_class" : "node",
"css": { "css": {
"border" : "1px solid #cba", "border" : "1px solid #cba",
"background-color" : "#fdc", "backgroundColor" : "#fdc",
"background-image" : "linear-gradient(to bottom, #fdc 0%, #ecb 100%)" "backgroundImage" : "linear-gradient(to bottom, #fdc 0%, #ecb 100%)"
}, },
"description" : "Attainment", "description" : "Attainment",
"allOf" : [{ "allOf" : [{
...@@ -576,8 +576,8 @@ ...@@ -576,8 +576,8 @@
"_class" : "node", "_class" : "node",
"css": { "css": {
"border" : "1px solid #cbb", "border" : "1px solid #cbb",
"background-color" : "#fdd", "backgroundColor" : "#fdd",
"background-image" : "linear-gradient(to bottom, #fdd 0%, #dcc 100%)" "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" : [{
......
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