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
edfbb705
Commit
edfbb705
authored
Oct 15, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 new tests added
parent
75574fe5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
213 additions
and
0 deletions
+213
-0
dream/simulation/JSONInputs/SkilledOperator02.json
dream/simulation/JSONInputs/SkilledOperator02.json
+104
-0
dream/simulation/JSONInputs/SkilledOperator03.json
dream/simulation/JSONInputs/SkilledOperator03.json
+109
-0
No files found.
dream/simulation/JSONInputs/SkilledOperator02.json
0 → 100644
View file @
edfbb705
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"Q1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"Q2"
,
{}
],
"3"
:
[
"Q2"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"100"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"console"
:
"No"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"name"
:
"Exit"
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
10
,
"left"
:
0.4414893617021277
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"wip"
:
[
{
"_class"
:
"Dream.Part"
,
"id"
:
"P1"
,
"name"
:
"Part1"
}
]
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"loadTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.0
},
"name"
:
"Machine1"
,
"operationType"
:
"MT-Load-Processing"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
17.0
}
},
"Q2"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
10
,
"left"
:
0.4414893617021277
,
"name"
:
"Q2"
,
"top"
:
0.40909090909090906
},
"M2"
:
{
"_class"
:
"Dream.Machine"
,
"failures"
:
{},
"loadTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.0
},
"name"
:
"Machine2"
,
"operationType"
:
"MT-Load-Processing"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
2.0
}
},
"O1"
:
{
"_class"
:
"Dream.Operator"
,
"capacity"
:
1
,
"name"
:
"Operator1"
,
"skills"
:[
"M1"
,
"M2"
]
},
"EV"
:
{
"_class"
:
"Dream.EventGenerator"
,
"name"
:
"Allocator"
,
"element_id"
:
"DreamNode_6"
,
"argumentDict"
:
"{}"
,
"interval"
:
10
,
"method"
:
"Dream.ManPyObject.requestAllocation"
,
"start"
:
0
,
"stop"
:
-1
,
"id"
:
"EV"
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/SkilledOperator03.json
0 → 100644
View file @
edfbb705
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"Q1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"Q2"
,
{}
],
"3"
:
[
"Q2"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"100"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"console"
:
"No"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"name"
:
"Exit"
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
10
,
"left"
:
0.4414893617021277
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"wip"
:
[
{
"_class"
:
"Dream.Part"
,
"id"
:
"P1"
,
"name"
:
"Part1"
},
{
"_class"
:
"Dream.Part"
,
"id"
:
"P2"
,
"name"
:
"Part2"
}
]
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"loadTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.0
},
"name"
:
"Machine1"
,
"operationType"
:
"MT-Load-Processing"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
17.0
}
},
"Q2"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
10
,
"left"
:
0.4414893617021277
,
"name"
:
"Q2"
,
"top"
:
0.40909090909090906
},
"M2"
:
{
"_class"
:
"Dream.Machine"
,
"failures"
:
{},
"loadTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.0
},
"name"
:
"Machine2"
,
"operationType"
:
"MT-Load-Processing"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
2.0
}
},
"O1"
:
{
"_class"
:
"Dream.Operator"
,
"capacity"
:
1
,
"name"
:
"Operator1"
,
"skills"
:[
"M1"
,
"M2"
]
},
"EV"
:
{
"_class"
:
"Dream.EventGenerator"
,
"name"
:
"Allocator"
,
"element_id"
:
"DreamNode_6"
,
"argumentDict"
:
"{}"
,
"interval"
:
10
,
"method"
:
"Dream.ManPyObject.requestAllocation"
,
"start"
:
0
,
"stop"
:
-1
,
"id"
:
"EV"
}
}
}
\ 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