Package g4ds :: Module communicationmanager :: Class Protocol
[show private | hide private]
[frames | no frames]

Class Protocol


Maintains the relation between protocol names and their ids.
Method Summary
  __init__(self, id, name, init)
Initalises the Protocol and assigns the parameters to the local variables.
  __str__(self)
Some basic information about the object
  getId(self)
GETTER
  getName(self)
GETTER

Method Details

__init__(self, id=None, name=None, init=0)
(Constructor)

Initalises the Protocol and assigns the parameters to the local variables.
Parameters:
id - Unique id for the protocol
           (type=String)
name - Name for the protocol
           (type=String)
init - Indidates, whether this instance is created during initialises process (of the container).
           (type=Boolean)

__str__(self)
(Informal representation operator)

Some basic information about the object

getId(self)

GETTER

getName(self)

GETTER

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net