|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
tlp.PropertyInterface
|
|
|
copy(tlp.node,
tlp.node,
tlp.PropertyInterface)
... |
|
|
|
|
string
|
|
int
|
getEdgeDefaultValue()
... |
|
|
int
|
getEdgeMax(tlp.Graph sg=None)
... |
|
|
int
|
getEdgeMin(tlp.Graph sg=None)
... |
|
|
string
|
|
int
|
getEdgeValue(tlp.edge)
... |
|
|
string
|
|
string
|
|
int
|
getNodeDefaultValue()
... |
|
|
int
|
getNodeMax(tlp.Graph sg=None)
... |
|
|
int
|
getNodeMin(tlp.Graph sg=None)
... |
|
|
string
|
|
int
|
getNodeValue(tlp.node)
... |
|
|
tlp.IteratorEdge
|
|
tlp.IteratorNode
|
|
string
|
|
bool
|
|
|
|
bool
|
|
|
|
bool
|
|
|
setEdgeValue(tlp.edge,
int)
... |
|
|
bool
|
|
|
setNodeValue(tlp.node,
int)
... |
|
|