Interface BDDFactory.SaturationSimpleCallback

Enclosing class:
BDDFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BDDFactory.SaturationSimpleCallback
Saturation callback with simple information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(int transition)
    The callback function that is invoked after every transition application performed by saturation.
  • Method Details

    • invoke

      void invoke(int transition)
      The callback function that is invoked after every transition application performed by saturation.
      Parameters:
      transition - The index of the transition that was applied.