Interface ConfigurableProgramAnalysis

    • Method Detail

      • getAbstractDomain

        AbstractDomain getAbstractDomain()
        Returns the abstract domain of this CPA.
      • getTransferRelation

        TransferRelation getTransferRelation()
        Returns the transfer relation of this CPA.
      • getMergeOperator

        MergeOperator getMergeOperator()
        Returns the merge operator of this CPA.
      • getStopOperator

        StopOperator getStopOperator()
        Returns the stop operator of this CPA.
      • getPrecisionAdjustment

        PrecisionAdjustment getPrecisionAdjustment()
        Returns the precision adjustment of this CPA.