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
b8803b97
Commit
b8803b97
authored
Oct 09, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a test topology for new objects and dump added
parent
4ff78ed4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
0 deletions
+168
-0
dream/simulation/JSONInputs/BatchBlocking01.json
dream/simulation/JSONInputs/BatchBlocking01.json
+115
-0
dream/tests/dump/BatchBlocking01.json.result
dream/tests/dump/BatchBlocking01.json.result
+53
-0
No files found.
dream/simulation/JSONInputs/BatchBlocking01.json
0 → 100644
View file @
b8803b97
{
"edges"
:
{
"1"
:
[
"Q1"
,
"BD"
,
{}
],
"2"
:
[
"BD"
,
"M1"
,
{}
],
"3"
:
[
"M1"
,
"BR"
,
{}
],
"4"
:
[
"BR"
,
"Q2"
,
{}
],
"5"
:
[
"Q2"
,
"M2"
,
{}
],
"6"
:
[
"M2"
,
"E"
,
{}
]
},
"general"
:
{
"numberOfReplications"
:
1
,
"maxSimTime"
:
-1
,
"trace"
:
"Yes"
,
"console"
:
"No"
},
"nodes"
:
{
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"Q1"
,
"element_id"
:
"DreamNode_30"
,
"capacity"
:
4
,
"schedulingRule"
:
"FIFO"
,
"wip"
:
[
{
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch0"
,
"id"
:
"0"
},
{
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch1"
,
"id"
:
"1"
}
]
},
"Q2"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"Q2"
,
"element_id"
:
"DreamNode_30"
,
"capacity"
:
4
,
"schedulingRule"
:
"FIFO"
},
"BD"
:
{
"_class"
:
"Dream.BatchDecompositionBlocking"
,
"name"
:
"Deco"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"id"
:
"BD"
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"name"
:
"M1"
,
"element_id"
:
"DreamNode_8"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"id"
:
"M1"
},
"BR"
:
{
"_class"
:
"Dream.BatchReassemblyBlocking"
,
"name"
:
"Reassembly"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"id"
:
"BR"
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"name"
:
"M2"
,
"element_id"
:
"DreamNode_8"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
1
},
"id"
:
"M2"
},
"E"
:
{
"_class"
:
"Dream.Exit"
,
"name"
:
"Stock"
,
"id"
:
"E1"
}
}
}
\ No newline at end of file
dream/tests/dump/BatchBlocking01.json.result
0 → 100644
View file @
b8803b97
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E",
"results": {
"lifespan": 16.0,
"takt_time": 10.5,
"throughput": 2,
"unitsThroughput": 20
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 90.47619047619048,
"working_ratio": 9.523809523809524
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 4.761904761904762,
"working_ratio": 95.23809523809524
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q2",
"results": {}
}
],
"general": {
"_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