Package org.jreliability.bdd.javabdd
Class JBDDProviderFactory
java.lang.Object
org.jreliability.bdd.javabdd.JBDDProviderFactory
- All Implemented Interfaces:
BDDProviderFactory
The
JBDDProviderFactory is a BDDProviderFactory for the
JavaBDD library.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intThe number of initially allocated variables. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INITIAL_VARIABLES
protected static final int INITIAL_VARIABLESThe number of initially allocated variables.- See Also:
-
-
Constructor Details
-
JBDDProviderFactory
public JBDDProviderFactory()Constructs aJBDDProviderFactory.
-
-
Method Details
-
getProvider
Description copied from interface:BDDProviderFactoryReturns aBDDProvider.- Specified by:
getProviderin interfaceBDDProviderFactory- Type Parameters:
T- the type of variables- Returns:
- a BDDProvider
-