PEDF package¶
Capture module¶
Representation module¶
-
class
mcgdb.model.task.environment.p2012.pedf.representation.ControllerInterface(module)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.OwnerInterface-
ITF_TYPE= 'Controller'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.DataStreamBridgeInterface(real)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.DataStreamInterface-
ITF_TYPE= 'DataStream Bridge'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.DataStreamBridgeLink(link1, link2)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.DataStreamLink
-
class
mcgdb.model.task.environment.p2012.pedf.representation.DataStreamInterface(*args, **kws)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Interface-
ITF_TYPE= 'DataStream'¶
-
dict_= {}¶
-
classmethod
init_dict(key, self)¶ Add the current object to its class dictionnary (in __init__).
Parameters: - key -- Unique id of this object instance.
- self -- Object instance put in the dict.
-
classmethod
key_to_value(key)¶ Get object identified with key key.
Parameters: key -- key to lookup.
-
list_= []¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.DynamicControlInterface(*args, **kws)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Interface-
ITF_TYPE= 'DynamicControl'¶
-
dict_= {}¶
-
classmethod
init_dict(key, self)¶ Add the current object to its class dictionnary (in __init__).
Parameters: - key -- Unique id of this object instance.
- self -- Object instance put in the dict.
-
classmethod
key_to_value(key)¶ Get object identified with key key.
Parameters: key -- key to lookup.
-
list_= []¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.Filter(*args, **kws)[source]¶ Bases:
mcgdb.model.task.representation.CommComponent-
dict_= {}¶
-
last_number= 0¶
-
list_= []¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.Interface(module, name=None)[source]¶ Bases:
mcgdb.model.task.representation.Endpoint-
ITF_TYPE= 'Interface'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.Module(*args, **kws)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Filter-
dict_= {}¶
-
last_number= 0¶
-
list_= []¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.OwneeInterface(module)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Interface-
ITF_TYPE= 'Ownee'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.OwnerInterface(module, name=None)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Interface-
ITF_TYPE= 'Owner'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.Worker(*args, **kws)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.Filter-
dict_= {}¶
-
last_number= 0¶
-
list_= []¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.WorkerInterface(module)[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.OwneeInterface-
ITF_TYPE= 'Worker'¶
-
-
class
mcgdb.model.task.environment.p2012.pedf.representation.WorkerLink[source]¶ Bases:
mcgdb.model.task.environment.p2012.pedf.representation.OwnerLink
-
mcgdb.model.task.environment.p2012.pedf.representation.compute_loops(node=None, node_parents=[])[source]¶
-
mcgdb.model.task.environment.p2012.pedf.representation.connect_control_interface(parent, worker)[source]¶
-
mcgdb.model.task.environment.p2012.pedf.representation.connect_datastream_interface(this, this_module, this_name, that, that_module, that_name)[source]¶
-
mcgdb.model.task.environment.p2012.pedf.representation.connect_dynamic_control_interface(this, this_module, this_name, that, that_module, that_name)[source]¶