Package org.jreliability.gui
Provides the classes for a simple GUI showing different reliability samplers.
-
Class Summary Class Description MeasuresPanel TheMeasuresPanel
collects aMeasuresPanel.MeasurePanel
for eachReliabilityFunction
that shall be shown in the GUI and adds them to aJTabbedPane
.MeasuresPanel.MeasurePanel TheMeasuresPanel.MeasurePanel
shows some common reliability-related measures that are derived from theReliabilityFunction
s.ReliabilityFunctionPlotPanel TheReliabilityFunctionPlotPanel
is a basic GUI to visualize the reliabilityAspect
s for givenReliabilityFunction
s.ReliabilityViewer TheReliabilityViewer
is a basic GUI that shows theMeasuresPanel
and theReliabilityFunctionPlotPanel
.