Interface ConfigurableProgramAnalysis<StateT extends AbstractState<StateT>>

    • Method Detail

      • getTransferRelation

        @NotNull
        @NotNull TransferRelation<StateT> getTransferRelation()
        Returns the transfer relation of this CPA.
      • getMergeOperator

        @NotNull
        @NotNull MergeOperator<StateT> getMergeOperator()
        Returns the merge operator of this CPA.
      • getStopOperator

        @NotNull
        @NotNull StopOperator<StateT> getStopOperator()
        Returns the stop operator of this CPA.
      • getPrecisionAdjustment

        @NotNull
        @NotNull PrecisionAdjustment getPrecisionAdjustment()
        Returns the precision adjustment of this CPA.
      • getAbortOperator

        @NotNull
        @NotNull AbortOperator getAbortOperator()