PyANGKernel.GKPathAssignment

class GKPathAssignment

Inheritance diagram of PyANGKernel.GKPathAssignment

Synopsis

Methods

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

__init__()
discardCurrentForest()
getDisaggregateSuperNodes()
Return type:

bool

getFileName()
Return type:

str

getFolderPath()
Return type:

str

getForest([task=None[, readPaths=true]])
Parameters:
  • taskGKTask

  • readPaths – bool

Return type:

BaseForest

getGenerator()
Return type:

GKObject

getPathAssignmentPath()
Return type:

str

getProblemNet()
Return type:

GKProblemNet

getRetrievedForest()
Return type:

BaseForest

isRetrieved()
Return type:

bool

retrieveForest()
Return type:

bool

setDisaggregateSuperNodes(disaggregateSuperNodes)
Parameters:

disaggregateSuperNodes – bool

setFileName(aFileName)
Parameters:

aFileName – str

setFolderPath(aFolderPath)
Parameters:

aFolderPath – str

setGenerator(generator)
Parameters:

generatorGKObject

setProblemNet(aProblemNet)
Parameters:

aProblemNetGKProblemNet