OLD | NEW |
1 | 1 |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
3 <html><head><title>Python: module telemetry.core.timeline.importer</title> | 3 <html><head><title>Python: module telemetry.core.timeline.importer</title> |
4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> |
5 | 5 |
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> |
8 <td valign=bottom> <br> | 8 <td valign=bottom> <br> |
9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeli
ne.html"><font color="#ffffff">timeline</font></a>.importer</strong></big></big>
</font></td | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeli
ne.html"><font color="#ffffff">timeline</font></a>.importer</strong></big></big>
</font></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 17 matching lines...) Expand all Loading... |
28 </dd> | 28 </dd> |
29 </dl> | 29 </dl> |
30 <p> | 30 <p> |
31 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 31 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
32 <tr bgcolor="#ffc8d8"> | 32 <tr bgcolor="#ffc8d8"> |
33 <td colspan=3 valign=bottom> <br> | 33 <td colspan=3 valign=bottom> <br> |
34 <font color="#000000" face="helvetica, arial"><a name="TimelineImporter">class <
strong>TimelineImporter</strong></a>(<a href="__builtin__.html#object">__builtin
__.object</a>)</font></td></tr> | 34 <font color="#000000" face="helvetica, arial"><a name="TimelineImporter">class <
strong>TimelineImporter</strong></a>(<a href="__builtin__.html#object">__builtin
__.object</a>)</font></td></tr> |
35 | 35 |
36 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | 36 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
37 <td colspan=2><tt>Interface for classes that can add&nb
sp;events to<br> | 37 <td colspan=2><tt>Interface for classes that can add&nb
sp;events to<br> |
38 a timeline model from raw event data.<br> </t
t></td></tr> | 38 a timeline model from an TimelineData.<br> </tt></
td></tr> |
39 <tr><td> </td> | 39 <tr><td> </td> |
40 <td width="100%">Methods defined here:<br> | 40 <td width="100%">Methods defined here:<br> |
41 <dl><dt><a name="TimelineImporter-FinalizeImport"><strong>FinalizeImport</strong
></a>(self)</dt><dd><tt>Called after all other importers&nbs
p;for the model are run.</tt></dd></dl> | 41 <dl><dt><a name="TimelineImporter-FinalizeImport"><strong>FinalizeImport</strong
></a>(self)</dt><dd><tt>Called after all other importers&nbs
p;for the model are run.</tt></dd></dl> |
42 | 42 |
43 <dl><dt><a name="TimelineImporter-ImportEvents"><strong>ImportEvents</strong></a
>(self)</dt><dd><tt>Processes the event data and create
s and adds<br> | 43 <dl><dt><a name="TimelineImporter-ImportEvents"><strong>ImportEvents</strong></a
>(self)</dt><dd><tt>Processes the event data in the&nbs
p;wrapper and creates and adds<br> |
44 new timeline events to the model</tt></dd></dl> | 44 new timeline events to the model</tt></dd></dl> |
45 | 45 |
46 <dl><dt><a name="TimelineImporter-__init__"><strong>__init__</strong></a>(self,
model, event_data, import_priority<font color="#909090">=0</font>)</dt></dl> | 46 <dl><dt><a name="TimelineImporter-__init__"><strong>__init__</strong></a>(self,
model, timeline_data, import_priority<font color="#909090">=0</font>)</dt></dl> |
47 | 47 |
48 <hr> | 48 <hr> |
49 Static methods defined here:<br> | 49 Static methods defined here:<br> |
50 <dl><dt><a name="TimelineImporter-CanImport"><strong>CanImport</strong></a>(even
t_data)</dt><dd><tt>Returns true if the importer can&nb
sp;process the given event data.</tt></dd></dl> | 50 <dl><dt><a name="TimelineImporter-CanImport"><strong>CanImport</strong></a>(even
t_data_wrapper)</dt><dd><tt>Returns true if the importer&nbs
p;can process the given event data in the<br> |
| 51 wrapper.</tt></dd></dl> |
51 | 52 |
52 <hr> | 53 <hr> |
53 Data descriptors defined here:<br> | 54 Data descriptors defined here:<br> |
54 <dl><dt><strong>__dict__</strong></dt> | 55 <dl><dt><strong>__dict__</strong></dt> |
55 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 56 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
56 </dl> | 57 </dl> |
57 <dl><dt><strong>__weakref__</strong></dt> | 58 <dl><dt><strong>__weakref__</strong></dt> |
58 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 59 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
59 </dl> | 60 </dl> |
60 </td></tr></table></td></tr></table> | 61 </td></tr></table></td></tr></table> |
61 </body></html> | 62 </body></html> |
OLD | NEW |