|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
tlp.PropertyInterface
|
clonePrototype(tlp.Graph,
string)
... |
|
|
|
copy(tlp.node,
tlp.node,
tlp.PropertyInterface,
bool)
... |
|
|
|
|
string
|
getEdgeDefaultStringValue()
... |
|
|
string
|
getEdgeStringValue(tlp.edge)
... |
|
|
string
|
|
string
|
getNodeDefaultStringValue()
... |
|
|
string
|
getNodeStringValue(tlp.node)
... |
|
|
tlp.IteratorEdge
|
getNonDefaultValuatedEdges(tlp.Graph=None)
... |
|
|
tlp.IteratorNode
|
getNonDefaultValuatedNodes(tlp.Graph=None)
... |
|
|
string
|
|
bool
|
setAllEdgeStringValue(string)
... |
|
|
bool
|
setAllNodeStringValue(string)
... |
|
|
bool
|
setEdgeStringValue(tlp.edge,
string)
... |
|
|
bool
|
setNodeStringValue(tlp.node,
string)
... |
|
|