Package Gnumed :: Package timelinelib :: Package db :: Package objects :: Module container :: Class Container
[frames] | no frames]

Class Container

source code

 object --+    
          |    
event.Event --+
              |
             Container

Instance Methods
 
__init__(self, time_type, start_time, end_time, text, category=None, cid=-1)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
is_container(self) source code
 
is_subevent(self) source code
 
cid(self) source code
 
set_cid(self, cid) source code
 
register_subevent(self, subevent) source code
 
unregister_subevent(self, subevent) source code
 
update_container(self, subevent) source code
 
update_properties(self, text, category=None) source code

Inherited from event.Event: clone, get_data, get_label, has_data, has_id, inside_period, is_period, mean_time, set_data, set_id, time_span, update, update_end, update_period, update_period_o, update_start

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, time_type, start_time, end_time, text, category=None, cid=-1)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

is_container(self)

source code 
Overrides: event.Event.is_container

is_subevent(self)

source code 
Overrides: event.Event.is_subevent