class
IScriptNode.
IScriptNode
Bases: object
get_attribute_value
name
Retrieves the value of a attribute specified with given attribute name.
name (string) -- The name of the attribute
object
type
Retrieves the type of the node.
NodeTypes
name
Retrieves the name of the node.
string
fullname
Retrieves the fullname of the node.
string
get_in_edges_sources
edgeType
Retrieves the source nodes of incomming edges.
edgeType (EdgeTypes) -- The edge type of the source nodes
List of IScriptEdge
get_out_edges_targets
edgeType
Retrieves the target nodes of outgoing edges.
edgeType (EdgeTypes) -- The edge type of the target nodes
List of IScriptEdge
get_in_edge
uri
Retrieves the incomming edge specified by uri.
get_out_edge
uri
Retrieves the outgoing edge specified by uri.
get_in_edges
Retrieves the incomming edges.
A list of IScriptEdge
get_out_edges
Retrieves the outgoing edges.
A list of IScriptEdge