#include <abstractBigraph.h>
Inheritance diagram for rightHandNodes:

Public Member Functions | |
| rightHandNodes (const abstractBiGraph &_G) throw () | |
| ~rightHandNodes () throw () | |
| unsigned long | Size () const throw () |
| bool | IsMember (const TNode i) const throw (ERRange) |
| TNode | First () const throw () |
| TNode | Successor (const TNode i) const throw (ERRange) |
Objects specify all bigraph nodes n1,n1+1,..,n-1
|
|
|
|
|
|
|
|
Query the smallest index in an index set.
Reimplemented from indexSet< TNode >. |
|
|
Test for indet set membership.
Implements indexSet< TNode >. |
|
|
Implements indexSet< TNode >. |
|
|
Enumeration of the indices contained in a set.
Reimplemented from indexSet< TNode >. |