Uses of Interface
com.github.javabdd.BDDFactory.ResizeStatsCallback
-
Uses of BDDFactory.ResizeStatsCallback in com.github.javabdd
Fields in com.github.javabdd with type parameters of type BDDFactory.ResizeStatsCallbackModifier and TypeFieldDescriptionprotected List<BDDFactory.ResizeStatsCallback>BDDFactory.resizeCallbacksThe registered node table resize statistics callbacks, ornullif none registered.Methods in com.github.javabdd with parameters of type BDDFactory.ResizeStatsCallbackModifier and TypeMethodDescriptionvoidBDDFactory.registerResizeStatsCallback(BDDFactory.ResizeStatsCallback callback) Register a node table resize statistics callback.voidBDDFactory.unregisterResizeStatsCallback(BDDFactory.ResizeStatsCallback callback) Unregister a node table resize statistics callback.