PyANGKernel.LinkAnalysisResult

class LinkAnalysisResult

Synopsis

Methods

Static functions

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)
Parameters:
  • iOriginatorGKObject

  • iName – str

Return type:

str

getFilter()
Return type:

AnalysisFilter

getFlowColumn()
Return type:

GKColumn

static getName(iFileName)
Parameters:

iFileName – str

Return type:

str

static getNameFilter(iName)
Parameters:

iName – str

Return type:

str

static getOriginator(iFileName, iModel)
Parameters:
  • iFileName – str

  • iModelGKModel

Return type:

GKObject

static getOriginatorFilter(iOriginator)
Parameters:

iOriginatorGKObject

Return type:

str

getVolumeColumn()
Return type:

GKColumn

restore(iDirectory, iName, iOriginator)
Parameters:
  • iDirectory – str

  • iName – str

  • iOriginatorGKObject

Return type:

bool

store(iDirectory, iName)
Parameters:
  • iDirectory – str

  • iName – str

Return type:

bool

update(iArguments, iUseThreads)
Parameters:
  • iArgumentsArguments

  • iUseThreads – bool

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