Package com.github.javabdd
Class BDDFactory.MaxUsedBddNodesStats
- java.lang.Object
-
- com.github.javabdd.BDDFactory.MaxUsedBddNodesStats
-
- Enclosing class:
- BDDFactory
public static class BDDFactory.MaxUsedBddNodesStats extends Object
Stores statistics about the maximum BDD nodes usage.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanenabledprotected intmaxUsedBddNodes
-
Constructor Summary
Constructors Modifier Constructor Description protectedMaxUsedBddNodesStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableMeasurements()voidenableMeasurements()intgetMaxUsedBddNodes()voidnewMeasurement(int newUsedBddNodes)voidresetMeasurements()
-