Uses of Class
com.github.javabdd.BDDFactory.MaxMemoryStats
-
Uses of BDDFactory.MaxMemoryStats in com.github.javabdd
Fields in com.github.javabdd declared as BDDFactory.MaxMemoryStatsModifier and TypeFieldDescriptionprotected BDDFactory.MaxMemoryStatsBDDFactory.maxmemorystatsSingleton object for maximum memory usage statistics.Methods in com.github.javabdd that return BDDFactory.MaxMemoryStatsModifier and TypeMethodDescriptionBDDFactory.getMaxMemoryStats()Return the current maximum memory usage statistics for this BDD factory.Methods in com.github.javabdd with parameters of type BDDFactory.MaxMemoryStatsModifier and TypeMethodDescriptionstatic voidBDDFactory.defaultMaxMemoryStatsCallback(BDDFactory.MaxMemoryStats stats) Default maximum memory usage statistics callback.voidBDDFactory.MaxMemoryStatsCallback.maxMemory(BDDFactory.MaxMemoryStats stats) Maximum memory usage statistics callback.