Uses of Interface
com.github.javabdd.BDDFactory.CacheStatsCallback
-
Uses of BDDFactory.CacheStatsCallback in com.github.javabdd
Fields in com.github.javabdd with type parameters of type BDDFactory.CacheStatsCallbackModifier and TypeFieldDescriptionprotected List<BDDFactory.CacheStatsCallback>BDDFactory.cacheCallbacksThe registered operator cache statistics callbacks, ornullif none registered.Methods in com.github.javabdd with parameters of type BDDFactory.CacheStatsCallbackModifier and TypeMethodDescriptionvoidBDDFactory.registerCacheStatsCallback(BDDFactory.CacheStatsCallback callback) Register an operator cache statistics callback.voidBDDFactory.unregisterCacheStatsCallback(BDDFactory.CacheStatsCallback callback) Unregister an operator cache statistics callback.