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
ad912437
Commit
ad912437
authored
Feb 18, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update JSONs with new time unit definition
parent
f292f6cc
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
158 additions
and
78 deletions
+158
-78
dream/plugins/testModels/GUICapacityProject01.json
dream/plugins/testModels/GUICapacityProject01.json
+14
-6
dream/plugins/testModels/GUICapacityProject03.json
dream/plugins/testModels/GUICapacityProject03.json
+15
-7
dream/plugins/testModels/GUICapacityProject07.json
dream/plugins/testModels/GUICapacityProject07.json
+15
-7
dream/simulation/Examples/BatchAllInOneEmpty.json
dream/simulation/Examples/BatchAllInOneEmpty.json
+13
-5
dream/simulation/Examples/BatchModel.json
dream/simulation/Examples/BatchModel.json
+14
-6
dream/simulation/Examples/CapacityProjectAllInOneEmpty.json
dream/simulation/Examples/CapacityProjectAllInOneEmpty.json
+14
-6
dream/simulation/Examples/DefaultAllInOneEmpty.json
dream/simulation/Examples/DefaultAllInOneEmpty.json
+15
-7
dream/simulation/Examples/DefaultAllInOneEmptyNoOperators.json
.../simulation/Examples/DefaultAllInOneEmptyNoOperators.json
+15
-7
dream/simulation/Examples/JobShopAllInOneEmpty.json
dream/simulation/Examples/JobShopAllInOneEmpty.json
+14
-6
dream/simulation/Examples/PartJobShopAllInOneEmpty.json
dream/simulation/Examples/PartJobShopAllInOneEmpty.json
+15
-7
dream/simulation/JSONInputs/Batches_VD.json
dream/simulation/JSONInputs/Batches_VD.json
+2
-2
dream/simulation/JSONInputs/Batches_VD_Sc1.json
dream/simulation/JSONInputs/Batches_VD_Sc1.json
+2
-2
dream/simulation/JSONInputs/Batches_VD_Sc10.json
dream/simulation/JSONInputs/Batches_VD_Sc10.json
+2
-2
dream/simulation/JSONInputs/Batches_VD_Sc2.json
dream/simulation/JSONInputs/Batches_VD_Sc2.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc3.json
dream/simulation/JSONInputs/Batches_VD_Sc3.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc4.json
dream/simulation/JSONInputs/Batches_VD_Sc4.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc5.json
dream/simulation/JSONInputs/Batches_VD_Sc5.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc6.json
dream/simulation/JSONInputs/Batches_VD_Sc6.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc7.json
dream/simulation/JSONInputs/Batches_VD_Sc7.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc8.json
dream/simulation/JSONInputs/Batches_VD_Sc8.json
+1
-1
dream/simulation/JSONInputs/Batches_VD_Sc9.json
dream/simulation/JSONInputs/Batches_VD_Sc9.json
+1
-1
No files found.
dream/plugins/testModels/GUICapacityProject01.json
View file @
ad912437
...
...
@@ -66,11 +66,19 @@
"description"
:
"When using the same seed, the random number generator produce the same sequence of numbers"
,
"title"
:
"Seed for random number generator"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"type"
:
"number"
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"maxSimTime"
:
{
"default"
:
100
,
...
...
@@ -360,7 +368,7 @@
"ke_url"
:
"http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
10
,
"seed"
:
1
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
-1
,
"currentDate"
:
"2014/02/20"
,
"confidenceLevel"
:
0.95
...
...
dream/plugins/testModels/GUICapacityProject03.json
View file @
ad912437
...
...
@@ -66,12 +66,20 @@
"description"
:
"When using the same seed, the random number generator produce the same sequence of numbers"
,
"title"
:
"Seed for random number generator"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"type"
:
"number"
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"maxSimTime"
:
{
"default"
:
100
,
"type"
:
"number"
,
...
...
@@ -360,7 +368,7 @@
"ke_url"
:
"http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
10
,
"seed"
:
1
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
-1
,
"currentDate"
:
"2014/02/20"
,
"confidenceLevel"
:
0.95
...
...
dream/plugins/testModels/GUICapacityProject07.json
View file @
ad912437
...
...
@@ -50,12 +50,20 @@
"title"
:
"Seed for random number generator"
,
"type"
:
"number"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
"description"
:
"Create an excel trace file (Yes or No)"
,
...
...
@@ -664,7 +672,7 @@
"numberOfReplications"
:
"1"
,
"processTimeout"
:
10
,
"seed"
:
1
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"trace"
:
"No"
},
"graph"
:
{
...
...
dream/simulation/Examples/BatchAllInOneEmpty.json
View file @
ad912437
...
...
@@ -50,11 +50,19 @@
"name"
:
"Daily throughput target"
,
"type"
:
"number"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"name"
:
"Number of time units per day"
,
"type"
:
"number"
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
...
...
dream/simulation/Examples/BatchModel.json
View file @
ad912437
...
...
@@ -50,12 +50,20 @@
"name"
:
"Daily throughput target"
,
"type"
:
"number"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"name"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
"description"
:
"Create an excel trace file (Yes or No)"
,
...
...
dream/simulation/Examples/CapacityProjectAllInOneEmpty.json
View file @
ad912437
...
...
@@ -617,12 +617,20 @@
"title"
:
"SimulationStartTime"
,
"type"
:
"string"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
"enum"
:
[
...
...
dream/simulation/Examples/DefaultAllInOneEmpty.json
View file @
ad912437
...
...
@@ -44,12 +44,20 @@
"title"
:
"Seed for random number generator"
,
"type"
:
"number"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
"description"
:
"Create an excel trace file (Yes or No)"
,
...
...
@@ -901,7 +909,7 @@
"numberOfReplications"
:
"1"
,
"processTimeout"
:
20
,
"seed"
:
null
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"trace"
:
"No"
},
"graph"
:
{
...
...
dream/simulation/Examples/DefaultAllInOneEmptyNoOperators.json
View file @
ad912437
...
...
@@ -44,12 +44,20 @@
"title"
:
"Seed for random number generator"
,
"type"
:
"number"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
"No"
,
"description"
:
"Create an excel trace file (Yes or No)"
,
...
...
@@ -889,7 +897,7 @@
"numberOfReplications"
:
"1"
,
"processTimeout"
:
20
,
"seed"
:
null
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"trace"
:
"No"
},
"graph"
:
{
...
...
dream/simulation/Examples/JobShopAllInOneEmpty.json
View file @
ad912437
...
...
@@ -863,12 +863,20 @@
"title"
:
"Simulation Start Time"
,
"type"
:
"string"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. Forexample, 24 means that simulation clock time unit is one hour."
,
"title"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
false
,
"description"
:
"Create an excel trace file (true or false)"
,
...
...
dream/simulation/Examples/PartJobShopAllInOneEmpty.json
View file @
ad912437
...
...
@@ -822,12 +822,20 @@
"name"
:
"Simulation start time"
,
"type"
:
"string"
},
"timeUnitPerDay"
:
{
"default"
:
24
,
"description"
:
"Used for input and reporting widgets. Forexample, 24 means that simulation clock time unit is one hour."
,
"name"
:
"Number of time units per day"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
"name"
:
"Time unit"
,
"type"
:
"string"
,
"enum"
:
[
"minute"
,
"hour"
,
"day"
,
"week"
,
"month"
,
"year"
]
},
"trace"
:
{
"default"
:
false
,
"description"
:
"Create an excel trace file (true or false)"
,
...
...
@@ -867,7 +875,7 @@
"confidenceLevel"
:
0.95
,
"processTimeout"
:
10
,
"currentDate"
:
"2015/01/01"
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"trace"
:
"false"
,
"seed"
:
""
,
"numberOfGenerations"
:
"1"
,
...
...
dream/simulation/JSONInputs/Batches_VD.json
View file @
ad912437
...
...
@@ -1688,10 +1688,10 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
480
,
"currentDate"
:
"2014/02/18"
,
"throughputTarget"
:
10
,
"confidenceLevel"
:
0.95
}
}
\ No newline at end of file
}
dream/simulation/JSONInputs/Batches_VD_Sc1.json
View file @
ad912437
...
...
@@ -1902,10 +1902,10 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
"confidenceLevel"
:
0.95
}
}
\ No newline at end of file
}
dream/simulation/JSONInputs/Batches_VD_Sc10.json
View file @
ad912437
...
...
@@ -1887,10 +1887,10 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
500
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
"confidenceLevel"
:
0.95
}
}
\ No newline at end of file
}
dream/simulation/JSONInputs/Batches_VD_Sc2.json
View file @
ad912437
...
...
@@ -2158,7 +2158,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc3.json
View file @
ad912437
...
...
@@ -2238,7 +2238,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc4.json
View file @
ad912437
...
...
@@ -1938,7 +1938,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc5.json
View file @
ad912437
...
...
@@ -1858,7 +1858,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc6.json
View file @
ad912437
...
...
@@ -2158,7 +2158,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc7.json
View file @
ad912437
...
...
@@ -2238,7 +2238,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc8.json
View file @
ad912437
...
...
@@ -1938,7 +1938,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
5000
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
dream/simulation/JSONInputs/Batches_VD_Sc9.json
View file @
ad912437
...
...
@@ -1833,7 +1833,7 @@
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"processTimeout"
:
20
,
"seed"
:
""
,
"timeUnit
PerDay"
:
24
,
"timeUnit
"
:
"hour"
,
"maxSimTime"
:
500
,
"currentDate"
:
"2014/07/14"
,
"throughputTarget"
:
10
,
...
...
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