Package org.jreliability.bdd
package org.jreliability.bdd
Provides the classes for the
BDD
s used for the
evaluation.-
ClassDescriptionBDD<T>BDDProvider<T>The
BDDProvider
provides the actualBDD
s for each component.TheBDDProviderFactory
createsBDDProvider
s.BDDTopEvent<T>TheBDDTopEvent
allows the fast calculation of the top event for a givenBDD
.BDDTTRF<T>TheBDDTTRF
transforms a Boolean function represented as aTerm
into aReliabilityFunction
or, if needed, into aBDD
.TheBDDTTRFSimulative
performs a Monte-Carlo simulation to determine theReliabilityFunction
based on aBDD
representation of the system structure.