| Method Summary |
| |
__init__(self,
name,
id,
x,
y,
z)
|
| |
__getitem__(self,
attr)
Return attribute value |
| |
__setitem__(self,
attr,
value)
Set attribute's value |
| |
getAttribute(self,
attr,
attribs)
Return generic attribute for the node |
| |
getCluster(self)
Return cluster to which the node belongs |
| |
getExpression(self,
attr)
Get expression value |
| |
getExpressionAttributes(self)
Return all the expression attributes stored |
| |
getGraphAttribute(self,
attr)
Return graphic attribute of the node |
| |
getName(self)
Return name (canonical) of the node |
| |
getX(self)
Return position X of the node |
| |
getXYZ(self)
Return list with the node position |
| |
getY(self)
Return position Y of the node |
| |
getZ(self)
Return position Z of the node |
| |
setAttribute(self,
attr,
value,
attribs)
Defines generic attribute for the node |
| |
setCluster(self,
cluster)
Defines cluster to which the node belongs |
| |
setExpression(self,
attr,
value)
Set expression value |
| |
setGraphAttribute(self,
attr,
value)
Defines graphic attribute for the node |
| |
setName(self,
name)
|
| |
setX(self,
x)
|
| |
setY(self,
y)
|
| |
setZ(self,
z)
|