Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
f9def490
Commit
f9def490
authored
Feb 27, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
instance and examples updated so that user can add priority
parent
6aaa08e1
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2424 additions
and
1105 deletions
+2424
-1105
dream/simulation/Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
.../Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
+6
-0
dream/simulation/Examples/GUI_models/CapacityProject1Order.json
...simulation/Examples/GUI_models/CapacityProject1Order.json
+1123
-1105
dream/simulation/Examples/GUI_models/CapacityProject3Orders.json
...imulation/Examples/GUI_models/CapacityProject3Orders.json
+1287
-0
dream/simulation/Examples/GUI_models/CapacityProject7Orders.json
...imulation/Examples/GUI_models/CapacityProject7Orders.json
+8
-0
No files found.
dream/simulation/Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
View file @
f9def490
...
...
@@ -416,6 +416,12 @@
"description"
:
"The pool of workers that is used for this station. If this station does not share resources leave empty"
,
"type"
:
"string"
,
"required"
:
false
},
"priority"
:
{
"_default"
:
""
,
"description"
:
"The priority against other stations. If this station does not share resources leave empty"
,
"type"
:
"number"
,
"required"
:
false
}
}
}
...
...
dream/simulation/Examples/GUI_models/CapacityProject1Order.json
View file @
f9def490
This diff is collapsed.
Click to expand it.
dream/simulation/Examples/GUI_models/CapacityProject3Orders.json
0 → 100644
View file @
f9def490
This diff is collapsed.
Click to expand it.
dream/simulation/Examples/GUI_models/CapacityProject7Orders.json
View file @
f9def490
...
...
@@ -633,6 +633,12 @@
"required"
:
false
,
"type"
:
"string"
},
"priority"
:
{
"_default"
:
""
,
"description"
:
"The priority against other stations. If this station does not share resources leave empty"
,
"required"
:
false
,
"type"
:
"number"
},
"requireFullProject"
:
{
"_default"
:
0
,
"description"
:
"Is this station an assembly? Yes: 1, No: 0"
,
...
...
@@ -760,6 +766,7 @@
"id"
:
"ASBTST"
,
"name"
:
"ASBTST"
,
"pool"
:
"ASB"
,
"priority"
:
3
,
"requireFullProject"
:
1
},
"CNC"
:
{
...
...
@@ -807,6 +814,7 @@
"id"
:
"PPASB"
,
"name"
:
"PPASB"
,
"pool"
:
"ASB"
,
"priority"
:
1
,
"requireFullProject"
:
1
},
"SMF"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment