Uses of Class
com.github.javabdd.BDDFactory.CacheStats
-
Uses of BDDFactory.CacheStats in com.github.javabdd
Fields in com.github.javabdd declared as BDDFactory.CacheStatsModifier and TypeFieldDescriptionprotected BDDFactory.CacheStatsBDDFactory.cachestatsSingleton object for operator cache statistics.Methods in com.github.javabdd that return BDDFactory.CacheStatsModifier and TypeMethodDescriptionBDDFactory.getCacheStats()Return the current operator cache statistics for this BDD factory.Methods in com.github.javabdd with parameters of type BDDFactory.CacheStatsModifier and TypeMethodDescriptionvoidBDDFactory.CacheStatsCallback.cache(BDDFactory.CacheStats stats) Operator cache statistics callback.static voidBDDFactory.defaultCacheStatsCallback(BDDFactory.CacheStats stats) Default operator cache statistics callback.