Home
Trees
Indices
Help
Package datk
::
Package core
::
Module distalgs
:: Class Message
[
hide private
]
[
frames
] |
no frames
]
Class Message
source code
Known Subclasses:
algs.AsyncLCR.Leader_Declaration
,
algs.SynchBFS.Search
,
algs.SynchBFSAck.AckParent
,
algs.SynchBFSAck.Search
A Message
Attributes:
content: The content of this Message
algorithm: The Algorithm that required the sending of this Message
author: The Process that sent it
Instance Methods
[
hide private
]
__init__
(
self
,
algorithm
,
content
=
None
)
source code
__str__
(
self
)
source code
Method Details
[
hide private
]
__init__
(
self
,
algorithm
,
content
=
None
)
(Constructor)
source code
Parameters:
algorithm
- the Algorithm that required the sending of this Message
content
- The content of this Message. Can be any type, including None.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Sat Dec 19 01:14:00 2015
http://epydoc.sourceforge.net