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
a7478196
Commit
a7478196
authored
Jul 11, 2013
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all 16 JSON inputs updated to follow the new notation and tested. Results are the same as before
parent
5c41eee8
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
71 additions
and
114 deletions
+71
-114
dream/simulation/JSONInputs/Topology02.json
dream/simulation/JSONInputs/Topology02.json
+1
-3
dream/simulation/JSONInputs/Topology03.json
dream/simulation/JSONInputs/Topology03.json
+9
-12
dream/simulation/JSONInputs/Topology04.json
dream/simulation/JSONInputs/Topology04.json
+8
-11
dream/simulation/JSONInputs/Topology05.json
dream/simulation/JSONInputs/Topology05.json
+1
-3
dream/simulation/JSONInputs/Topology06.json
dream/simulation/JSONInputs/Topology06.json
+8
-11
dream/simulation/JSONInputs/Topology07.json
dream/simulation/JSONInputs/Topology07.json
+1
-3
dream/simulation/JSONInputs/Topology08.json
dream/simulation/JSONInputs/Topology08.json
+1
-3
dream/simulation/JSONInputs/Topology09.json
dream/simulation/JSONInputs/Topology09.json
+1
-3
dream/simulation/JSONInputs/Topology10.json
dream/simulation/JSONInputs/Topology10.json
+1
-3
dream/simulation/JSONInputs/Topology11.json
dream/simulation/JSONInputs/Topology11.json
+9
-13
dream/simulation/JSONInputs/Topology12.json
dream/simulation/JSONInputs/Topology12.json
+10
-14
dream/simulation/JSONInputs/Topology13.json
dream/simulation/JSONInputs/Topology13.json
+1
-3
dream/simulation/JSONInputs/Topology14.json
dream/simulation/JSONInputs/Topology14.json
+1
-3
dream/simulation/JSONInputs/Topology15.json
dream/simulation/JSONInputs/Topology15.json
+9
-12
dream/simulation/JSONInputs/Topology16.json
dream/simulation/JSONInputs/Topology16.json
+10
-16
dream/simulation/outputJSON.json
dream/simulation/outputJSON.json
+0
-1
No files found.
dream/simulation/JSONInputs/Topology02.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Parts"
,
...
...
dream/simulation/JSONInputs/Topology03.json
View file @
a7478196
...
...
@@ -6,14 +6,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -35,8 +34,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"M2"
]
},
...
...
@@ -50,8 +48,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"E1"
]
},
...
...
dream/simulation/JSONInputs/Topology04.json
View file @
a7478196
...
...
@@ -6,14 +6,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"
modelResource
"
:
[
{
"_class"
:
"Dream.Repairman"
,
"
elementList
"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -35,8 +34,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"E1"
]
},
...
...
@@ -50,8 +48,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"Q1"
]
},
...
...
dream/simulation/JSONInputs/Topology05.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Parts"
,
...
...
dream/simulation/JSONInputs/Topology06.json
View file @
a7478196
...
...
@@ -6,14 +6,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"
modelResource
"
:
[
{
"_class"
:
"Dream.Repairman"
,
"
elementList
"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -35,8 +34,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"Q1"
]
},
...
...
@@ -50,8 +48,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"M3"
]
},
...
...
dream/simulation/JSONInputs/Topology07.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material 1"
,
...
...
dream/simulation/JSONInputs/Topology08.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material 1"
,
...
...
dream/simulation/JSONInputs/Topology09.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
dream/simulation/JSONInputs/Topology10.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material 1"
,
...
...
dream/simulation/JSONInputs/Topology11.json
View file @
a7478196
...
...
@@ -7,15 +7,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
...
...
@@ -38,8 +36,7 @@
"failures"
:
{
"failureDistribution"
:
"No"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"M3"
]
},
...
...
@@ -54,8 +51,7 @@
"failures"
:
{
"failureDistribution"
:
"No"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"M3"
]
},
...
...
dream/simulation/JSONInputs/Topology12.json
View file @
a7478196
...
...
@@ -7,16 +7,14 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
{
"elementList"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -38,8 +36,7 @@
"failures"
:
{
"failureDistribution"
:
"No"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"M3"
,
"M4"
]
},
...
...
@@ -54,8 +51,7 @@
"failures"
:
{
"failureDistribution"
:
"No"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"M3"
,
"M4"
]
},
...
...
dream/simulation/JSONInputs/Topology13.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Parts"
,
...
...
dream/simulation/JSONInputs/Topology14.json
View file @
a7478196
...
...
@@ -6,9 +6,7 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Parts"
,
...
...
dream/simulation/JSONInputs/Topology15.json
View file @
a7478196
...
...
@@ -6,14 +6,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -35,8 +34,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"C1"
]
},
...
...
@@ -50,8 +48,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"E1"
]
},
...
...
dream/simulation/JSONInputs/Topology16.json
View file @
a7478196
...
...
@@ -6,14 +6,13 @@
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
},
"modelResource"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
}
],
"coreObject"
:
[
"elementList"
:
[
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"name"
:
"W1"
,
"capacity"
:
"1"
,
"successorList"
:
[
"M1"
,
"M2"
]
},
{
"_class"
:
"Dream.Source"
,
"id"
:
"S1"
,
"name"
:
"Raw Material"
,
...
...
@@ -35,8 +34,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"60"
,
"MTTR"
:
"5"
,
"repairman"
:
"W1"
"MTTR"
:
"5"
},
"successorList"
:
[
"C1"
]
},
...
...
@@ -50,8 +48,7 @@
"failures"
:{
"failureDistribution"
:
"Fixed"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"MTTR"
:
"10"
},
"successorList"
:
[
"M3"
]
},
...
...
@@ -77,10 +74,7 @@
"mean"
:
"3"
},
"failures"
:{
"failureDistribution"
:
"No"
,
"MTTF"
:
"40"
,
"MTTR"
:
"10"
,
"repairman"
:
"W1"
"failureDistribution"
:
"No"
},
"successorList"
:
[
"E1"
]
},
...
...
dream/simulation/outputJSON.json
deleted
100644 → 0
View file @
5c41eee8
{
"elementList"
:
[{
"_class"
:
"Dream.Machine"
,
"id"
:
"M1"
,
"results"
:
{
"working_ratio"
:
12.760416666666666
,
"blockage_ratio"
:
78.17708333333333
,
"failure_ratio"
:
9.027777777777779
,
"waiting_ratio"
:
0.034722222222222224
}},
{
"_class"
:
"Dream.Machine"
,
"id"
:
"M2"
,
"results"
:
{
"working_ratio"
:
76.31944444444444
,
"blockage_ratio"
:
0.0
,
"failure_ratio"
:
19.791666666666668
,
"waiting_ratio"
:
3.888888888888889
}},
{
"_class"
:
"Dream.Exit"
,
"id"
:
"E1"
,
"results"
:
{
"throughput"
:
732
,
"takt_time"
:
1.965846994535519
,
"lifespan"
:
7.646516393442623
}},
{
"_class"
:
"Dream.Repairman"
,
"id"
:
"W1"
,
"results"
:
{
"working_ratio"
:
26.73611111111111
,
"waiting_ratio"
:
73.26388888888889
}}],
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"totalExecutionTime"
:
0.2929999828338623
,
"_class"
:
"Dream.Configuration"
}}
\ No newline at end of file
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