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