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
30df67c9
Commit
30df67c9
authored
Feb 16, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Batch instance Decomposition element added
parent
74b45cca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
dream/simulation/Examples/BatchAllInOneEmpty.json
dream/simulation/Examples/BatchAllInOneEmpty.json
+35
-0
No files found.
dream/simulation/Examples/BatchAllInOneEmpty.json
View file @
30df67c9
...
...
@@ -366,6 +366,41 @@
"description"
:
"A station that assembles sub-batches back into a parent batch"
,
"name"
:
"Reassembly"
},
"Dream.BatchDecomposition"
:
{
"_class"
:
"node"
,
"allOf"
:
[
{
"$ref"
:
"#/node"
},
{
"properties"
:
{
"id"
:
{
"default"
:
"D"
,
"type"
:
"string"
},
"name"
:
{
"default"
:
"Decomposition"
,
"type"
:
"string"
},
"numberOfSubBatches"
:
{
"default"
:
10
,
"description"
:
"Number Of Sub-Batches"
,
"type"
:
"number"
}
},
"type"
:
"object"
}
],
"css"
:
{
"backgroundColor"
:
"#dfd"
,
"backgroundImage"
:
"linear-gradient(to bottom, #dfd 0%, #cec 100%)"
,
"border"
:
"1px solid #bcb"
},
"description"
:
"A station that decomposes a batch into sub-batches"
,
"name"
:
"Decomposition"
},
"Dream.BatchScrapMachine"
:
{
"_class"
:
"node"
,
"allOf"
:
[
...
...
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