|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
tlp.PropertyInterface
|
|
|
copy(tlp.node,
tlp.node,
tlp.PropertyInterface)
... |
|
|
|
|
string
|
|
bool
|
getEdgeDefaultValue()
... |
|
|
string
|
|
bool
|
getEdgeValue(tlp.edge)
... |
|
|
tlp.IteratorEdge
|
getEdgesEqualTo(bool,
tlp.Graph=None)
... |
|
|
string
|
|
string
|
|
bool
|
getNodeDefaultValue()
... |
|
|
string
|
|
bool
|
getNodeValue(tlp.node)
... |
|
|
tlp.IteratorNode
|
getNodesEqualTo(bool,
tlp.Graph=None)
... |
|
|
tlp.IteratorEdge
|
|
tlp.IteratorNode
|
|
string
|
|
|
|
|
reverseEdgeDirection()
... |
|
|
bool
|
|
|
setAllEdgeValue(bool)
... |
|
|
bool
|
|
|
setAllNodeValue(bool)
... |
|
|
bool
|
|
|
setEdgeValue(tlp.edge,
bool)
... |
|
|
bool
|
|
|
setNodeValue(tlp.node,
bool)
... |
|
|