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
5c17bc5b
Commit
5c17bc5b
authored
Feb 18, 2015
by
Ioannis Papagiannopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
current versions of app_configurations updated, minor corrections
parent
2fed3911
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
35 deletions
+31
-35
dream/simulation/Examples/BatchAllInOneEmpty.json
dream/simulation/Examples/BatchAllInOneEmpty.json
+12
-15
dream/simulation/Examples/DefaultAllInOneEmpty.json
dream/simulation/Examples/DefaultAllInOneEmpty.json
+8
-5
dream/simulation/Examples/JobShopAllInOneEmpty.json
dream/simulation/Examples/JobShopAllInOneEmpty.json
+11
-15
No files found.
dream/simulation/Examples/BatchAllInOneEmpty.json
View file @
5c17bc5b
...
...
@@ -499,7 +499,8 @@
},
"batchNumberOfUnits"
:
{
"description"
:
"the number of units of the created batches"
,
"name"
:
"Number Of Units"
,
"name"
:
"Number Of Units"
,
"type"
:
"number"
,
"required"
:
true
},
"name"
:
{
...
...
@@ -776,6 +777,7 @@
"definitions"
:
{
"_capacity"
:
{
"default"
:
1
,
"name"
:
"Capacity"
,
"description"
:
"capacity of the queue. -1 means infinite"
,
"oneOf"
:
[
{
...
...
@@ -874,24 +876,19 @@
}
]
},
"_operationType"
:
{
"_class"
:
"Dream.PropertyList"
,
"_operationType"
:
{
"description"
:
"the type of operations that are performed manually in the machine"
,
"id"
:
"operationType"
,
"name"
:
"Operation type"
,
"properties"
:
{
"operationType"
:
{
"enum"
:
[
"MT-Load"
,
"MT-Load-Setup"
,
"MT-Load-Setup-Processing"
],
"type"
:
"string"
}
}
"enum"
:
[
"MT-Load"
,
"MT-Load-Setup"
,
"MT-Load-Setup-Processing"
],
"type"
:
"string"
},
"_schedulingRule"
:
{
"default"
:
"FIFO"
,
"default"
:
"FIFO"
,
"name"
:
"Scheduling Rule"
,
"description"
:
"Scheduling Rule of this buffer"
,
"enum"
:
[
"FIFO"
,
...
...
dream/simulation/Examples/DefaultAllInOneEmpty.json
View file @
5c17bc5b
...
...
@@ -382,20 +382,21 @@
"type"
:
"string"
},
"operationType"
:
{
"description"
:
"Type Of Operation"
,
"name"
:
"Operation Type"
,
"properties"
:
{
"load"
:
{
"$ref"
:
"#/definitions/_operationType"
,
"description"
:
"Operation type for loading"
"description"
:
"Operation type for loading"
,
"name"
:
"Load Operation type"
},
"processing"
:
{
"$ref"
:
"#/definitions/_operationType"
,
"description"
:
"Operation type for processing"
"description"
:
"Operation type for processing"
,
"name"
:
"Processing Operation type"
},
"setup"
:
{
"$ref"
:
"#/definitions/_operationType"
,
"description"
:
"Operation type for setup"
"description"
:
"Operation type for setup"
,
"name"
:
"Setup Operation type"
}
},
"required"
:
[
...
...
@@ -537,6 +538,7 @@
"definitions"
:
{
"_capacity"
:
{
"default"
:
1
,
"name"
:
"Capacity"
,
"description"
:
"capacity of the queue. -1 means infinite"
,
"oneOf"
:
[
{
...
...
@@ -646,6 +648,7 @@
},
"_schedulingRule"
:
{
"default"
:
"FIFO"
,
"name"
:
"Scheduling Rule"
,
"description"
:
"Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ"
,
"enum"
:
[
"FIFO"
,
...
...
dream/simulation/Examples/JobShopAllInOneEmpty.json
View file @
5c17bc5b
...
...
@@ -264,6 +264,7 @@
]
},
"_schedulingRule"
:
{
"name"
:
"Scheduling Rule"
,
"description"
:
"Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ"
,
"type"
:
"string"
,
"default"
:
"FIFO"
,
...
...
@@ -282,6 +283,7 @@
]
},
"_capacity"
:
{
"name"
:
"Capacity"
,
"description"
:
"capacity of the queue. -1 means infinite"
,
"type"
:
"number"
,
"default"
:
1
,
...
...
@@ -295,21 +297,15 @@
]
},
"_operationType"
:
{
"_class"
:
"Dream.PropertyList"
,
"name"
:
"Operation type"
,
"id"
:
"operationType"
,
"description"
:
"the type of operations that are performed manually in the machine"
,
"properties"
:
{
"operationType"
:
{
"type"
:
"string"
,
"enum"
:
[
"MT-Load"
,
"MT-Load-Setup"
,
"MT-Load-Setup-Processing"
]
}
}
}
"name"
:
"Operation type"
,
"description"
:
"the type of operations that are performed manually in the machine"
,
"type"
:
"string"
,
"enum"
:
[
"MT-Load"
,
"MT-Load-Setup"
,
"MT-Load-Setup-Processing"
]
}
},
"edge"
:
{
"description"
:
"Base definition for edge"
,
...
...
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