18
|
1 <?xml version="1.0" encoding="ascii"?>
|
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3 "DTD/xhtml1-transitional.dtd">
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5 <head>
|
|
6 <title>commons.IDataProcessor</title>
|
|
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
|
|
8 <script type="text/javascript" src="epydoc.js"></script>
|
|
9 </head>
|
|
10
|
|
11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
|
|
12 alink="#204080">
|
|
13 <!-- ==================== NAVIGATION BAR ==================== -->
|
|
14 <table class="navbar" border="0" width="100%" cellpadding="0"
|
|
15 bgcolor="#a0c0ff" cellspacing="0">
|
|
16 <tr valign="middle">
|
|
17
|
|
18 <!-- Tree link -->
|
|
19 <th> <a
|
|
20 href="module-tree.html">Trees</a> </th>
|
|
21
|
|
22 <!-- Index link -->
|
|
23 <th> <a
|
|
24 href="identifier-index.html">Indices</a> </th>
|
|
25
|
|
26 <!-- Help link -->
|
|
27 <th> <a
|
|
28 href="help.html">Help</a> </th>
|
|
29
|
|
30 <th class="navbar" width="100%"></th>
|
|
31 </tr>
|
|
32 </table>
|
|
33 <table width="100%" cellpadding="0" cellspacing="0">
|
|
34 <tr valign="top">
|
|
35 <td width="100%">
|
|
36 <span class="breadcrumbs">
|
|
37 Package commons ::
|
|
38 Module IDataProcessor
|
|
39 </span>
|
|
40 </td>
|
|
41 <td>
|
|
42 <table cellpadding="0" cellspacing="0">
|
|
43 <!-- hide/show private -->
|
|
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
|
|
45 onclick="toggle_private();">hide private</a>]</span></td></tr>
|
|
46 <tr><td align="right"><span class="options"
|
|
47 >[<a href="frames.html" target="_top">frames</a
|
|
48 >] | <a href="commons.IDataProcessor-pysrc.html"
|
|
49 target="_top">no frames</a>]</span></td></tr>
|
|
50 </table>
|
|
51 </td>
|
|
52 </tr>
|
|
53 </table>
|
|
54 <h1 class="epydoc">Source Code for <a href="commons.IDataProcessor-module.html">Module commons.IDataProcessor</a></h1>
|
|
55 <pre class="py-src">
|
|
56 <a name="IDataProcessor"></a><div id="IDataProcessor-def"><a name="L1"></a><tt class="py-lineno"> 1</tt> <a class="py-toggle" href="#" id="IDataProcessor-toggle" onclick="return toggle('IDataProcessor');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="commons.IDataProcessor.IDataProcessor-class.html">IDataProcessor</a><tt class="py-op">:</tt> </tt>
|
|
57 </div><div id="IDataProcessor-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="IDataProcessor-expanded"><a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"> <tt class="py-docstring">"""</tt> </tt>
|
|
58 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring"> A interface for all pipelines data processor</tt> </tt>
|
|
59 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
|
|
60 <a name="IDataProcessor.run"></a><div id="IDataProcessor.run-def"><a name="L5"></a><tt class="py-lineno"> 5</tt> <a class="py-toggle" href="#" id="IDataProcessor.run-toggle" onclick="return toggle('IDataProcessor.run');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="commons.IDataProcessor.IDataProcessor-class.html#run">run</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
|
|
61 </div><div id="IDataProcessor.run-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="IDataProcessor.run-expanded"><a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"> <tt class="py-docstring">"""</tt> </tt>
|
|
62 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring"> run: process the data</tt> </tt>
|
|
63 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
|
|
64 <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
|
|
65 </div></div><a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"> </tt><script type="text/javascript">
|
|
66 <!--
|
|
67 expandto(location.href);
|
|
68 // -->
|
|
69 </script>
|
|
70 </pre>
|
|
71 <br />
|
|
72 <!-- ==================== NAVIGATION BAR ==================== -->
|
|
73 <table class="navbar" border="0" width="100%" cellpadding="0"
|
|
74 bgcolor="#a0c0ff" cellspacing="0">
|
|
75 <tr valign="middle">
|
|
76
|
|
77 <!-- Tree link -->
|
|
78 <th> <a
|
|
79 href="module-tree.html">Trees</a> </th>
|
|
80
|
|
81 <!-- Index link -->
|
|
82 <th> <a
|
|
83 href="identifier-index.html">Indices</a> </th>
|
|
84
|
|
85 <!-- Help link -->
|
|
86 <th> <a
|
|
87 href="help.html">Help</a> </th>
|
|
88
|
|
89 <th class="navbar" width="100%"></th>
|
|
90 </tr>
|
|
91 </table>
|
|
92 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
|
|
93 <tr>
|
|
94 <td align="left" class="footer">
|
|
95 Generated by Epydoc 3.0.1 on Fri Apr 10 16:39:01 2009
|
|
96 </td>
|
|
97 <td align="right" class="footer">
|
|
98 <a target="mainFrame" href="http://epydoc.sourceforge.net"
|
|
99 >http://epydoc.sourceforge.net</a>
|
|
100 </td>
|
|
101 </tr>
|
|
102 </table>
|
|
103
|
|
104 <script type="text/javascript">
|
|
105 <!--
|
|
106 // Private objects are initially displayed (because if
|
|
107 // javascript is turned off then we want them to be
|
|
108 // visible); but by default, we want to hide them. So hide
|
|
109 // them unless we have a cookie that says to show them.
|
|
110 checkCookie();
|
|
111 // -->
|
|
112 </script>
|
|
113 </body>
|
|
114 </html>
|