Package net.sf.tweety.machinelearning
Class BooleanCategory
- java.lang.Object
 - 
- net.sf.tweety.machinelearning.BooleanCategory
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private booleancatThe value of this category. 
- 
Constructor Summary
Constructors Constructor Description BooleanCategory(boolean cat)Creates a new category with the given value. 
 -