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
fdf674c5
Commit
fdf674c5
authored
Sep 25, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example of using ManPy via JSON added in the documentation
parent
9887f05c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
119 additions
and
0 deletions
+119
-0
ManPy_documentation.doc
ManPy_documentation.doc
+0
-0
ManPy_documentation.pdf
ManPy_documentation.pdf
+0
-0
dream/simulation/Examples/SingleServerModelInput.json
dream/simulation/Examples/SingleServerModelInput.json
+57
-0
dream/simulation/Examples/SingleServerModelResults.json
dream/simulation/Examples/SingleServerModelResults.json
+62
-0
No files found.
ManPy_documentation.doc
View file @
fdf674c5
No preview for this file type
ManPy_documentation.pdf
View file @
fdf674c5
No preview for this file type
dream/simulation/Examples/SingleServerModelInput.json
0 → 100644
View file @
fdf674c5
{
"general"
:
{
"maxSimTime"
:
1440
,
"numberOfReplications"
:
1
,
"trace"
:
"No"
},
"graph"
:
{
"edge"
:
{
"1"
:
{
"_class"
:
"Dream.Edge"
,
"destination"
:
"Q1"
,
"source"
:
"S1"
},
"2"
:
{
"_class"
:
"Dream.Edge"
,
"destination"
:
"M1"
,
"source"
:
"Q1"
},
"3"
:
{
"_class"
:
"Dream.Edge"
,
"destination"
:
"E1"
,
"source"
:
"M1"
}
},
"node"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"name"
:
"Exit"
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"name"
:
"Machine"
,
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
0.25
}
}
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
1
,
"name"
:
"Queue"
},
"S1"
:
{
"_class"
:
"Dream.Source"
,
"entity"
:
"Dream.Part"
,
"id"
:
"S1"
,
"interArrivalTime"
:
{
"Fixed"
:
{
"mean"
:
0.5
}
},
"name"
:
"Source"
}
}
}
}
\ No newline at end of file
dream/simulation/Examples/SingleServerModelResults.json
0 → 100644
View file @
fdf674c5
{
"elementList"
:
[
{
"_class"
:
"Dream.Queue"
,
"id"
:
"Q1"
,
"family"
:
"Buffer"
,
"results"
:
{}
},
{
"_class"
:
"Dream.Machine"
,
"id"
:
"M1"
,
"family"
:
"Server"
,
"results"
:
{
"working_ratio"
:
[
50
],
"blockage_ratio"
:
[
0
],
"waiting_ratio"
:
[
50
],
"off_shift_ratio"
:
[
0
],
"break_ratio"
:
[
0
],
"setup_ratio"
:
[
0
],
"failure_ratio"
:
[
0
],
"loading_ratio"
:
[
0
]
}
},
{
"_class"
:
"Dream.Exit"
,
"id"
:
"E1"
,
"family"
:
"Exit"
,
"results"
:
{
"throughput"
:
[
2880
],
"takt_time"
:
[
0.49991319444444443
],
"lifespan"
:
[
0.25
]
}
}
],
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"totalExecutionTime"
:
1.9249999523162842
,
"_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