@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Class GraphDifferenceReport

    To be produced by a function differencing two graphs (e.g., DFGs or ControlFlowGraph|CFGs).

    • isEqual - to check whether the graphs are equal
    • addComment - to add comments to the report
    • comments - to get the attached comments
    • problematic - to get the problematic vertices/edges

    Implements

    Index

    Constructors

    Properties

    _comments: string[] | undefined = undefined
    _problematic: ProblematicDiffInfo[] | undefined = undefined

    Methods

    • A human-readable description of differences during the comparison In combination with isEqual this can be used to provide detailed explanation on equal structures as well (e.g., if structures could be equal).

      Returns readonly string[] | undefined