|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
tlp.edge
|
addEdge(tlp.node,
tlp.node)
... |
|
|
tlp.node
|
|
tlp.Graph
|
addSubGraph(tlp.BooleanProperty selection=None)
... |
|
|
bool
|
attributeExist(string)
... |
|
|
bool
|
|
bool
|
|
|
|
bool
|
computeBooleanProperty(string,
tlp.BooleanProperty,
tlp.DataSet data=None)
... |
|
|
bool
|
computeColorProperty(string,
tlp.ColorProperty,
tlp.DataSet data=None)
... |
|
|
bool
|
computeDoubleProperty(string,
tlp.DoubleProperty,
tlp.DataSet data=None)
... |
|
|
bool
|
computeIntegerProperty(string,
tlp.IntegerProperty,
tlp.DataSet data=None)
... |
|
|
bool
|
computeLayoutProperty(string,
tlp.LayoutProperty,
tlp.DataSet data=None)
... |
|
|
bool
|
computeSizeProperty(string,
tlp.SizeProperty,
tlp.DataSet data=None)
... |
|
|
tlp.node
|
createMetaNode(list of tlp.node,
bool multiEdges=True,
bool delAllEdge=True)
... |
|
|
list of tlp.node
|
createMetaNodes(tlp.IteratorGraph,
tlp.Graph)
... |
|
|
int
|
|
|
|
|
|
|
delAllSubGraphs(tlp.Graph)
... |
|
|
|
|
|
delLocalProperty(string)
... |
|
|
|
|
|
delSubGraph(tlp.Graph)
... |
|
|
tlp.edge
|
existEdge(tlp.node,
tlp.node)
... |
|
|
bool
|
existLocalProperty(string)
... |
|
|
bool
|
existProperty(string)
... |
|
|
tlp.DataSet
|
|
tlp.BooleanProperty
|
getBooleanProperty(string)
... |
|
|
tlp.BooleanVectorProperty
|
getBooleanVectorProperty(string)
... |
|
|
tlp.ColorProperty
|
getColorProperty(string)
... |
|
|
tlp.ColorVectorProperty
|
getColorVectorProperty(string)
... |
|
|
tlp.CoordVectorProperty
|
getCoordVectorProperty(string)
... |
|
|
tlp.Graph
|
getDescendantGraph(int)
... |
|
|
tlp.DoubleProperty
|
getDoubleProperty(string)
... |
|
|
tlp.DoubleVectorProperty
|
getDoubleVectorProperty(string)
... |
|
|
tlp.IteratorEdge
|
getEdgeMetaInfo(tlp.edge)
... |
|
|
tlp.IteratorEdge
|
|
tlp.GraphProperty
|
getGraphProperty(string)
... |
|
|
int
|
|
tlp.IteratorEdge
|
|
tlp.node
|
getInNode(tlp.node,
int)
... |
|
|
tlp.IteratorNode
|
|
tlp.IteratorEdge
|
getInOutEdges(tlp.node)
... |
|
|
tlp.IteratorNode
|
getInOutNodes(tlp.node)
... |
|
|
tlp.IteratorString
|
getInheritedProperties()
... |
|
|
tlp.IntegerProperty
|
getIntegerProperty(string)
... |
|
|
tlp.IntegerVectorProperty
|
getIntegerVectorProperty(string)
... |
|
|
tlp.LayoutProperty
|
getLayoutProperty(string)
... |
|
|
tlp.BooleanProperty
|
getLocalBooleanProperty(string)
... |
|
|
tlp.BooleanVectorProperty
|
getLocalBooleanVectorProperty(string)
... |
|
|
tlp.ColorProperty
|
getLocalColorProperty(string)
... |
|
|
tlp.ColorVectorProperty
|
getLocalColorVectorProperty(string)
... |
|
|
tlp.CoordVectorProperty
|
getLocalCoordVectorProperty(string)
... |
|
|
tlp.DoubleProperty
|
getLocalDoubleProperty(string)
... |
|
|
tlp.DoubleVectorProperty
|
getLocalDoubleVectorProperty(string)
... |
|
|
tlp.GraphProperty
|
getLocalGraphProperty(string)
... |
|
|
tlp.IntegerProperty
|
getLocalIntegerProperty(string)
... |
|
|
tlp.IntegerVectorProperty
|
getLocalIntegerVectorProperty(string)
... |
|
|
tlp.LayoutProperty
|
getLocalLayoutProperty(string)
... |
|
|
tlp.IteratorString
|
|
tlp.SizeProperty
|
getLocalSizeProperty(string)
... |
|
|
tlp.SizeVectorProperty
|
getLocalSizeVectorProperty(string)
... |
|
|
tlp.StringProperty
|
getLocalStringProperty(string)
... |
|
|
tlp.StringVectorProperty
|
getLocalStringVectorProperty(string)
... |
|
|
tlp.Graph
|
getNodeMetaInfo(tlp.node)
... |
|
|
tlp.IteratorNode
|
|
tlp.edge
|
|
tlp.node
|
|
tlp.IteratorEdge
|
getOutEdges(tlp.node)
... |
|
|
tlp.node
|
getOutNode(tlp.node,
int)
... |
|
|
tlp.IteratorNode
|
getOutNodes(tlp.node)
... |
|
|
tlp.IteratorString
|
|
tlp.PropertyInterface
|
|
tlp.Graph
|
|
tlp.SizeProperty
|
getSizeProperty(string)
... |
|
|
tlp.SizeVectorProperty
|
getSizeVectorProperty(string)
... |
|
|
string
|
getStringAttribute(string)
... |
|
|
tlp.StringProperty
|
getStringProperty(string)
... |
|
|
tlp.StringVectorProperty
|
getStringVectorProperty(string)
... |
|
|
tlp.Graph
|
|
tlp.IteratorGraph
|
|
tlp.Graph
|
|
int
|
|
tlp.Graph
|
inducedSubGraph(list of tlp.node)
... |
|
|
bool
|
isDescendantGraph(tlp.Graph)
... |
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
isSubGraph(tlp.Graph)
... |
|
|
int
|
|
int
|
|
|
openMetaNode(tlp.node)
... |
|
|
tlp.node
|
opposite(tlp.edge,
tlp.node)
... |
|
|
int
|
|
|
pop(bool unAllowed=True)
... |
|
|
|
push(bool unpopAllowed=True)
... |
|
|
|
removeAttribute(string)
... |
|
|
|
|
|
setEdgeOrder(tlp.node,
list of tlp.edge)
... |
|
|
|
setStringAttribute(string,
string)
... |
|
|
|
setSuperGraph(tlp.Graph)
... |
|
|
tlp.node
|
|
|
swapEdgeOrder(tlp.node,
tlp.edge,
tlp.edge)
... |
|
|
tlp.node
|
|
|
|