class
IScriptAnalysisData.
IScriptAnalysisData
Bases: object
reasoning
Get access to reasoning API.
IScriptCodeAnalysis2
edges
Retrieves the edges of the analyzed application or library.
List of IScriptEdge
nodes
Retrieves the nodes of the analyzed application or library.
List of IScriptNode
get_edge
uri
Retrieves a edge specified by uri.
get_edges
type
Retrieves edges of specified type.
get_node
fullname
Retrieves a node specified by its fullname.
fullname (string) -- The fullname of a node
get_nodes
name
Retrieves nodes specified by its name.
execute
query_chain
Executes a query chain and returns the result as list of IScriptElementBase .
query_chain (IScriptQueryChain) -- The query chain to execute
A list of IScriptElementBase
IList