Home | Trees | Indices | Help |
|
---|
|
Edge class represents a path as seen by a protocol from one interface (head) on a node to an interface (tail) on another node.
Instance Methods | |||
|
|||
boolean
|
|
||
|
|||
Inherited from |
Class Variables | |
EdgeType = enum('DIRECTED', 'UNDIRECTED') EdgeType specifies whether the edge is directed or un-directed. |
|
head_node = property(_get_head_node, None, _doc)
|
|
head_node_connector = property(_get_head_node_connector, None,
|
|
tail_node = property(_get_tail_node, None, _doc)
|
|
tail_node_connector = property(_get_tail_node_connector, None,
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Compare two Edge object for equality. This method returns true if the two Edge are equal and the same.
|
str(x)
|
Class Variable Details |
head_node_connector
|
tail_node_connector
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:34 2014 | http://epydoc.sourceforge.net |