Part of samba.kcc_utils View In Hierarchy
Each edge is a connection for a particular naming context replica directed from another node in the forest to this node.
| Method | __init__ | Instantiate the graph node according to a DSA dn string |
| Method | __str__ | Undocumented |
| Method | add_edge_from | Add an edge from the dsa to our graph nodes edge from list |
| Method | add_edges_from_connections | No summary |
| Method | add_connections_from_edges | For each edge directed to this graph node, ensure there is a corresponding nTDSConnection object in the dsa. |
| Method | has_sufficient_edges | Return True if we have met the maximum "from edges" criteria |
| Parameters | max_node_edges | maximum number of edges that should ever be directed to the node |
| Parameters | from_dsa_dnstr | the dsa that the edge emanates from |
| Parameters | dsa | dsa with a dnstr equivalent to his graph node |