Subgraph GeneratorΒΆ
There is often the need to keep only a part of an original structural graph, for further processing and investigation. The SubgraphGenerator
class provides such functionality through the following methods:
setGraphInterface(gi)
- Set theGraphInterface
object which theSubgraphGenerator
should manipulategraphInterface = buildSubgraph(varargin)
- Get aGraphInterface
object which contains only the provided equation and variable IDs.graphInterface = getOver()
- Return aGraphInterface
object containing only the overdetermined part of the graph.buildLiUSM()
- Populate theliUSM
member with aDiagnosisModel
object from the Fault Diagnosis Toolbox.buildMSOs()
,``buildMTESs()`` - Request theliUSM
member to build the sets of MSOs or MTESs respectively.