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

Constructors

Properties

_comments: undefined | string[] = undefined
_problematic: undefined | ProblematicDiffInfo[] = 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 undefined | readonly string[]