Package org.jreliability.gui.aspect
Provides the classes for the different aspects of the functions and their
plots in the GUI.
-
Interface Summary Interface Description Aspect TheAspect
allows to determine they-value
for theReliabilityFunction
y = R(x)
under the currentAspect
. -
Class Summary Class Description AbstractAspect TheAbstractAspect
is the basic class for allAspect
s.DensityAspect TheDensityAspect
represents the density of aReliabilityFunction
.FailureRateAspect ReliabilityFunctionAspect TheReliabilityFunctionAspect
plots theReliabilityFunction
itself.SampleCollector TheSampleCollector
is used to generate theSamples
of a set ofReliabilityFunction
under a givenAspect
.UnreliabilityFunctionAspect