Uses of Interface
com.github.javabdd.BDDFactory.ReorderStatsCallback
-
-
Uses of BDDFactory.ReorderStatsCallback in com.github.javabdd
Fields in com.github.javabdd with type parameters of type BDDFactory.ReorderStatsCallback Modifier and Type Field Description protected List<BDDFactory.ReorderStatsCallback>BDDFactory. reorderCallbacksThe registered variable reorder statistics callbacks, ornullif none registered.Methods in com.github.javabdd with parameters of type BDDFactory.ReorderStatsCallback Modifier and Type Method Description voidBDDFactory. registerReorderStatsCallback(BDDFactory.ReorderStatsCallback callback)Register a variable reorder statistics callback.voidBDDFactory. unregisterReorderStatsCallback(BDDFactory.ReorderStatsCallback callback)Unregister a variable reorder statistics callback.
-