| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
EPConnection
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
src = param.Parameter(default= None, constant= True, precedencThe EventProcessor from which messages originate. |
|||
dest = param.Parameter(default= None, constant= True, precedenThe EventProcessor to which messages are delivered. |
|||
src_port = param.Parameter(default= None, precedence= 0.20, doIdentifier that can be used to distinguish different types of outgoing connections. |
|||
dest_port = param.Parameter(default= None, precedence= 0.21, dIdentifier that can be used to distinguish different types of incoming connections. |
|||
delay = param.Number(default= 0, doc= """Simulation time betweSimulation time between when each Event is generated by the src and when it is delivered to the dest. |
|||
private = param.Boolean(default= False, doc= """Set to true ifSet to true if this connection is for internal use only, not to be manipulated by a user. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
srcThe EventProcessor from which messages originate.
|
destThe EventProcessor to which messages are delivered.
|
src_portIdentifier that can be used to distinguish different types of outgoing connections. EventProcessors that generate only a single type of outgoing event will typically use a src_port of None. However, if multiple types of communication are meaningful, the EventProcessor can accept other values for src_port. It is up to the src EventProcessor to deliver appropriate data to each port, and to declare what will be sent over that port.
|
dest_portIdentifier that can be used to distinguish different types of incoming connections. EventProcessors that accept only a single type of incoming event will typically use a src_port of None. However, if multiple types are of communication are meaningful, the EventProcessor can accept other values for dest_port. It is up to the dest EventProcessor to process the data appropriately for each port, and to define what is expected to be sent to that port.
|
delaySimulation time between when each Event is generated by the src and when it is delivered to the dest.
|
privateSet to true if this connection is for internal use only, not to be manipulated by a user.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:31 2008 | http://epydoc.sourceforge.net |