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
c26aa6d6
Commit
c26aa6d6
authored
Jun 25, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
colors changed and operator block taken out
parent
d7aa1933
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
43 deletions
+12
-43
dream/simulation/Examples/GUI_models/jobShopDemo0.json
dream/simulation/Examples/GUI_models/jobShopDemo0.json
+12
-43
No files found.
dream/simulation/Examples/GUI_models/jobShopDemo0.json
View file @
c26aa6d6
...
...
@@ -482,7 +482,8 @@
"css"
:
{
"backgroundColor"
:
"#eff"
,
"backgroundImage"
:
"linear-gradient(to bottom, #eff 0%, #dee 100%)"
,
"border"
:
"1px solid #bcc"
"border"
:
"1px solid #bcc"
,
"border-radius"
:
"50px"
},
"description"
:
"A buffer where entities can be hold until the next station is ready to process them and a certain condition is met"
,
"name"
:
"Queue"
...
...
@@ -575,8 +576,8 @@
}
],
"css"
:
{
"backgroundColor"
:
"#f
ef
"
,
"backgroundImage"
:
"linear-gradient(to bottom, #f
ef 0%, #ede
100%)"
,
"backgroundColor"
:
"#f
dd
"
,
"backgroundImage"
:
"linear-gradient(to bottom, #f
dd 0%, #dcc
100%)"
,
"border"
:
"1px solid #cbc"
},
"description"
:
"A station that assembles different components of the same production order into a single entity"
,
...
...
@@ -604,47 +605,14 @@
}
],
"css"
:
{
"backgroundColor"
:
"#eff"
,
"backgroundImage"
:
"linear-gradient(to bottom, #eff 0%, #dee 100%)"
,
"border"
:
"1px solid #bcc"
"backgroundColor"
:
"#8FD8D8"
,
"backgroundImage"
:
"linear-gradient(to bottom, #8FD8D8 0%, #8DEEEE 100%)"
,
"border"
:
"1px solid #bcc"
,
"border-radius"
:
"50px"
},
"description"
:
"A buffer where entities can be hold until the next assembly is ready to process all the entities from the same production-order"
,
"name"
:
"Assembly Queue"
},
"Dream.Operator"
:
{
"_class"
:
"node"
,
"allOf"
:
[
{
"$ref"
:
"#/node"
},
{
"properties"
:
{
"id"
:
{
"default"
:
"PM"
,
"required"
:
true
,
"type"
:
"string"
},
"name"
:
{
"default"
:
"Operator"
,
"type"
:
"string"
},
"schedulingRule"
:
{
"$ref"
:
"#/definitions/_schedulingRule"
,
"default"
:
"WT"
,
"required"
:
true
}
},
"type"
:
"object"
}
],
"css"
:
{
"backgroundColor"
:
"#fdd"
,
"backgroundImage"
:
"linear-gradient(to bottom, #fdd 0%, #dcc 100%)"
,
"border"
:
"1px solid #cbb"
},
"description"
:
"A resource that operates stations"
,
"name"
:
"Operator"
},
"Dream.OrderDecomposition"
:
{
"_class"
:
"node"
,
"allOf"
:
[
...
...
@@ -663,9 +631,10 @@
}
],
"css"
:
{
"backgroundColor"
:
"#eff"
,
"backgroundImage"
:
"linear-gradient(to bottom, #eff 0%, #dee 100%)"
,
"border"
:
"1px solid #bcc"
"backgroundColor"
:
"#FEF1B5"
,
"backgroundImage"
:
"linear-gradient(to bottom, #FEF1B5 0%, #FFF8DC 100%)"
,
"border"
:
"1px solid #bcc"
,
"border-radius"
:
"50px"
},
"description"
:
"A station where production-orders are decomposed into components "
,
"name"
:
"Decomposition"
...
...
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