|
The Assimilation Monitoring Project
|
Public Member Functions | |
| def | __init__ |
| def | join |
| def | leave |
| def | __len__ |
| def | __str__ |
Static Public Member Functions | |
| def | reset |
Data Fields | |
| members | |
| memberlist | |
| ringtype | |
| name | |
| parentring | |
Static Public Attributes | |
| int | SWITCH = 1 |
| int | SUBNET = 2 |
| int | THEONERING = 3 |
| dictionary | ringnames = {} |
Definition at line 285 of file detrius/obsolete_cma.py.
| def obsolete_cma.HbRing.__init__ | ( | self, | |
| name, | |||
| ringtype, | |||
parentring = None |
|||
| ) |
Definition at line 293 of file detrius/obsolete_cma.py.
| def obsolete_cma.HbRing.__len__ | ( | self | ) |
Definition at line 385 of file detrius/obsolete_cma.py.
References obsolete_cma.HbRing.memberlist.
| def obsolete_cma.HbRing.__str__ | ( | self | ) |
Definition at line 389 of file detrius/obsolete_cma.py.
References obsolete_cma.HbRing.name.
| def obsolete_cma.HbRing.join | ( | self, | |
| drone | |||
| ) |
Definition at line 307 of file detrius/obsolete_cma.py.
References obsolete_cma.HbRing._findringpartners(), obsolete_cma.HbRing.memberlist, obsolete_cma.HbRing.members, and obsolete_cma.HbRing.name.

| def obsolete_cma.HbRing.leave | ( | self, | |
| drone | |||
| ) |
Definition at line 333 of file detrius/obsolete_cma.py.
References obsolete_cma.HbRing.memberlist, obsolete_cma.HbRing.members, and obsolete_cma.HbRing.name.
Referenced by cma.hbring.HbRing.join().

|
static |
Definition at line 400 of file detrius/obsolete_cma.py.
| obsolete_cma.HbRing.memberlist |
Definition at line 301 of file detrius/obsolete_cma.py.
Referenced by obsolete_cma.HbRing.__len__(), cma.obsolete_cma.HbRing.__len__(), cma.obsolete_cma.HbRing.join(), obsolete_cma.HbRing.join(), obsolete_cma.HbRing.leave(), and cma.obsolete_cma.HbRing.leave().
| obsolete_cma.HbRing.members |
Definition at line 300 of file detrius/obsolete_cma.py.
Referenced by obsolete_cma.HbRing.join(), cma.obsolete_cma.HbRing.join(), cma.obsolete_cma.HbRing.leave(), and obsolete_cma.HbRing.leave().
| obsolete_cma.HbRing.name |
Definition at line 303 of file detrius/obsolete_cma.py.
Referenced by obsolete_cma.HbRing.__str__(), cma.obsolete_cma.HbRing.__str__(), cma.hbring.HbRing.join(), cma.obsolete_cma.HbRing.join(), obsolete_cma.HbRing.join(), obsolete_cma.HbRing.leave(), and cma.obsolete_cma.HbRing.leave().
| obsolete_cma.HbRing.parentring |
Definition at line 304 of file detrius/obsolete_cma.py.
|
static |
Definition at line 291 of file detrius/obsolete_cma.py.
| obsolete_cma.HbRing.ringtype |
Definition at line 302 of file detrius/obsolete_cma.py.
|
static |
Definition at line 288 of file detrius/obsolete_cma.py.
|
static |
Definition at line 287 of file detrius/obsolete_cma.py.
|
static |
Definition at line 289 of file detrius/obsolete_cma.py.