PyANGKernel.LinkAnalysisResult¶
- class LinkAnalysisResult¶
Synopsis¶
Methods¶
def
getFilter()def
getFlowColumn()def
restore()def
store()def
update()
Static functions¶
def
getFileName()def
getName()def
getNameFilter()def
getOriginator()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
This class represents the results generated in a Link Analysis.
Call the update() method to calculate the Link Analysis Result. The calculation will only be done when needed.
The results can be stored and retrieved from a file. The stored format is: 1 - AnalysisFilter description. 2 - Volume column description + Values for each object.
DP: TO DO Right now, the .ala does not have neither a file type number nor a version number. DP: TO DO Right now the result is limited to the Volume column and Flow Columns.
- static getFileName(iOriginator, iName)¶
- getFilter()¶
- Return type:
- static getOriginator(iFileName, iModel)¶
- restore(iDirectory, iName, iOriginator)¶
- class Arguments¶
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- PyANGKernel.LinkAnalysisResult.Arguments.model¶
- PyANGKernel.LinkAnalysisResult.Arguments.originator¶
- PyANGKernel.LinkAnalysisResult.Arguments.forest¶
- PyANGKernel.LinkAnalysisResult.Arguments.filter¶