Commit 37f102de authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add MachineJobShop, QueueJobShop and ExitJobShop.

parent b2473a68
...@@ -242,15 +242,15 @@ path, ._jsPlumb_endpoint { cursor:pointer; } ...@@ -242,15 +242,15 @@ path, ._jsPlumb_endpoint { cursor:pointer; }
background-color:#ffe; background-color:#ffe;
} }
.Dream-Machine { .Dream-Machine, .Dream-MachineJobShop {
background-color:#fef; background-color:#fef;
} }
.Dream-Queue { .Dream-Queue, .Dream-QueueJobShop {
background-color:#eff; background-color:#eff;
} }
.Dream-Exit { .Dream-Exit, .Dream-ExitJobShop {
background-color:#eef; background-color:#eef;
} }
......
...@@ -189,6 +189,33 @@ ...@@ -189,6 +189,33 @@
}, },
_class: 'Dream.Exit' _class: 'Dream.Exit'
}, },
"Dream-MachineJobShop": {
anchor: {
RightMiddle: {},
LeftMiddle: {},
TopCenter: {},
BottomCenter: {}
},
property_list: [property_container["processingTime"],
property_container["failures"]
],
_class: 'Dream.MachineJobShop'
},
"Dream-QueueJobShop": {
anchor: {
RightMiddle: {},
LeftMiddle: {}
},
property_list: [property_container["capacity"], property_container[
"isDummy"]],
_class: 'Dream.QueueJobShop'
},
"Dream-ExitJobShop": {
anchor: {
LeftMiddle: {}
},
_class: 'Dream.ExitJobShop'
},
"Dream-Repairman": { "Dream-Repairman": {
anchor: { anchor: {
TopCenter: {}, TopCenter: {},
......
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