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
31417e4e
Commit
31417e4e
authored
Oct 09, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in typos and title of single server example
parent
95a9e278
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
JSONExample.html
JSONExample.html
+2
-2
server.html
server.html
+1
-1
No files found.
JSONExample.html
View file @
31417e4e
...
...
@@ -26,7 +26,7 @@
}
</code></pre>
<P>
Every entry in node describes one object and the key (e.g.
“E1”
) is the id of
<P>
Every entry in node describes one object and the key (e.g.
"E1"
) is the id of
the ManPy object that should be unique (no two nodes with the same id). The value is a JSON object that contains all the attributes.
For E1 we have only two:
</P>
...
...
@@ -59,7 +59,7 @@
</code></pre>
<P>
Note that the distribution is defined similarly to the style of when defining distributions using ManPy through Python
(see
<a
href=
"server.html"
>
ManPy Single Server Example
</a>
).
</P>
<P>
Similarly we define the inter-arrival time for the source:P>
<P>
Similarly we define the inter-arrival time for the source:
</
P>
<pre><code>
"
S1
"
: {
"
_class
"
:
"
Dream.Source
"
,
...
...
server.html
View file @
31417e4e
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
Notebook
</title>
<title>
Single Server Example
</title>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"
></script>
...
...
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