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