Uses of Interface
com.github.javabdd.BDDFactory.ContinuousStatsCallback
-
Uses of BDDFactory.ContinuousStatsCallback in com.github.javabdd
Fields in com.github.javabdd with type parameters of type BDDFactory.ContinuousStatsCallbackModifier and TypeFieldDescriptionprotected List<BDDFactory.ContinuousStatsCallback>BDDFactory.continuousCallbacksThe registered continuously BDD nodes usage and BDD operations statistics callbacks, ornullif none registered.Methods in com.github.javabdd with parameters of type BDDFactory.ContinuousStatsCallbackModifier and TypeMethodDescriptionvoidBDDFactory.registerContinuousStatsCallback(BDDFactory.ContinuousStatsCallback callback) Register a continuously BDD nodes usage and BDD operations statistics callback.voidBDDFactory.unregisterContinuousStatsCallback(BDDFactory.ContinuousStatsCallback callback) Unregister a continuously BDD nodes usage and BDD operations statistics callback.