update NEPI version on sphinx docs
[nepi.git] / doc / sphinx / _build / html / _layout / nepi.resources.all.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6   <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     
9     <title>nepi.resources.all package &mdash; NEPI 3.2 documentation</title>
10     
11     <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
12     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13     
14     <script type="text/javascript">
15       var DOCUMENTATION_OPTIONS = {
16         URL_ROOT:    '../',
17         VERSION:     '3.2',
18         COLLAPSE_INDEX: false,
19         FILE_SUFFIX: '.html',
20         HAS_SOURCE:  true
21       };
22     </script>
23     <script type="text/javascript" src="../_static/jquery.js"></script>
24     <script type="text/javascript" src="../_static/underscore.js"></script>
25     <script type="text/javascript" src="../_static/doctools.js"></script>
26     <link rel="top" title="NEPI 3.2 documentation" href="../index.html" /> 
27   </head>
28   <body>
29     <div class="related">
30       <h3>Navigation</h3>
31       <ul>
32         <li class="right" style="margin-right: 10px">
33           <a href="../genindex.html" title="General Index"
34              accesskey="I">index</a></li>
35         <li class="right" >
36           <a href="../py-modindex.html" title="Python Module Index"
37              >modules</a> |</li>
38         <li><a href="../index.html">NEPI 3.2 documentation</a> &raquo;</li> 
39       </ul>
40     </div>
41       <div class="sphinxsidebar">
42         <div class="sphinxsidebarwrapper">
43   <h3><a href="../index.html">Table Of Contents</a></h3>
44   <ul>
45 <li><a class="reference internal" href="#">nepi.resources.all package</a><ul>
46 <li><a class="reference internal" href="#submodules">Submodules</a></li>
47 <li><a class="reference internal" href="#module-nepi.resources.all.collector">nepi.resources.all.collector module</a></li>
48 <li><a class="reference internal" href="#module-nepi.resources.all">Module contents</a></li>
49 </ul>
50 </li>
51 </ul>
52
53   <h3>This Page</h3>
54   <ul class="this-page-menu">
55     <li><a href="../_sources/_layout/nepi.resources.all.txt"
56            rel="nofollow">Show Source</a></li>
57   </ul>
58 <div id="searchbox" style="display: none">
59   <h3>Quick search</h3>
60     <form class="search" action="../search.html" method="get">
61       <input type="text" name="q" />
62       <input type="submit" value="Go" />
63       <input type="hidden" name="check_keywords" value="yes" />
64       <input type="hidden" name="area" value="default" />
65     </form>
66     <p class="searchtip" style="font-size: 90%">
67     Enter search terms or a module, class or function name.
68     </p>
69 </div>
70 <script type="text/javascript">$('#searchbox').show(0);</script>
71         </div>
72       </div>
73
74     <div class="document">
75       <div class="documentwrapper">
76         <div class="bodywrapper">
77           <div class="body">
78             
79   <div class="section" id="nepi-resources-all-package">
80 <h1>nepi.resources.all package<a class="headerlink" href="#nepi-resources-all-package" title="Permalink to this headline">¶</a></h1>
81 <div class="section" id="submodules">
82 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
83 </div>
84 <div class="section" id="module-nepi.resources.all.collector">
85 <span id="nepi-resources-all-collector-module"></span><h2>nepi.resources.all.collector module<a class="headerlink" href="#module-nepi.resources.all.collector" title="Permalink to this headline">¶</a></h2>
86 <dl class="class">
87 <dt id="nepi.resources.all.collector.Collector">
88 <em class="property">class </em><tt class="descclassname">nepi.resources.all.collector.</tt><tt class="descname">Collector</tt><big>(</big><em>ec</em>, <em>guid</em><big>)</big><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector" title="Permalink to this definition">¶</a></dt>
89 <dd><p>Bases: <a class="reference internal" href="nepi.execution.html#nepi.execution.resource.ResourceManager" title="nepi.execution.resource.ResourceManager"><tt class="xref py py-class docutils literal"><span class="pre">nepi.execution.resource.ResourceManager</span></tt></a></p>
90 <p>The collector entity is reponsible of collecting traces
91 of a same type associated to RMs into a local directory.</p>
92 <dl class="class">
93 <dt>
94 <tt class="descname">Class Args :</tt></dt>
95 <dd><table class="docutils field-list" frame="void" rules="none">
96 <col class="field-name" />
97 <col class="field-body" />
98 <tbody valign="top">
99 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
100 <li><strong>ec</strong> (<em>ExperimentController</em>) &#8211; The Experiment controller</li>
101 <li><strong>guid</strong> (<a class="reference external" href="http://docs.python.org/library/functions.html#int" title="(in Python v2.7)"><em>int</em></a>) &#8211; guid of the RM</li>
102 </ul>
103 </td>
104 </tr>
105 </tbody>
106 </table>
107 </dd></dl>
108
109 <dl class="method">
110 <dt id="nepi.resources.all.collector.Collector.do_deploy">
111 <tt class="descname">do_deploy</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector.do_deploy"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector.do_deploy" title="Permalink to this definition">¶</a></dt>
112 <dd></dd></dl>
113
114 <dl class="method">
115 <dt id="nepi.resources.all.collector.Collector.do_provision">
116 <tt class="descname">do_provision</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector.do_provision"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector.do_provision" title="Permalink to this definition">¶</a></dt>
117 <dd></dd></dl>
118
119 <dl class="method">
120 <dt id="nepi.resources.all.collector.Collector.do_release">
121 <tt class="descname">do_release</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector.do_release"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector.do_release" title="Permalink to this definition">¶</a></dt>
122 <dd></dd></dl>
123
124 <dl class="attribute">
125 <dt id="nepi.resources.all.collector.Collector.store_path">
126 <tt class="descname">store_path</tt><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector.store_path"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector.store_path" title="Permalink to this definition">¶</a></dt>
127 <dd></dd></dl>
128
129 <dl class="method">
130 <dt id="nepi.resources.all.collector.Collector.valid_connection">
131 <tt class="descname">valid_connection</tt><big>(</big><em>guid</em><big>)</big><a class="reference internal" href="../_modules/nepi/resources/all/collector.html#Collector.valid_connection"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.resources.all.collector.Collector.valid_connection" title="Permalink to this definition">¶</a></dt>
132 <dd></dd></dl>
133
134 </dd></dl>
135
136 </div>
137 <div class="section" id="module-nepi.resources.all">
138 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-nepi.resources.all" title="Permalink to this headline">¶</a></h2>
139 </div>
140 </div>
141
142
143           </div>
144         </div>
145       </div>
146       <div class="clearer"></div>
147     </div>
148     <div class="related">
149       <h3>Navigation</h3>
150       <ul>
151         <li class="right" style="margin-right: 10px">
152           <a href="../genindex.html" title="General Index"
153              >index</a></li>
154         <li class="right" >
155           <a href="../py-modindex.html" title="Python Module Index"
156              >modules</a> |</li>
157         <li><a href="../index.html">NEPI 3.2 documentation</a> &raquo;</li> 
158       </ul>
159     </div>
160     <div class="footer">
161         &copy; Copyright 2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino.
162       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
163     </div>
164   </body>
165 </html>