Serialized Form
-
Package org.jreliability.common
-
Class org.jreliability.common.Samples
- serialVersionUID:
- 1L
-
-
Package org.jreliability.gui
-
Class org.jreliability.gui.MeasuresPanel
class MeasuresPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reliabilityFunctions
Map<String,
ReliabilityFunction> reliabilityFunctions TheReliabilityFunction
s that shall be shown in the GUI. -
tabs
JTabbedPane tabs
The usedJTabbedPane
.
-
-
Class org.jreliability.gui.MeasuresPanel.MeasurePanel
class MeasurePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
firstMoment
MomentEvaluator firstMoment
TheEvaluator
to determine the first moment, i.e., the expected value. -
inverse
InverseEvaluator inverse
TheEvaluator
to calculate the inverse of theUnreliabilityFunction
of theReliabilityFunction
, used to derive the Mission-Time. -
mt
JLabel mt
TheJLabel
that is used to display the Mission-Time MT for the user specified probabilityp
inp = P[MT]
. -
mtFieldFormat
NumberFormat mtFieldFormat
The usedNumberFormat
for themtProbability
text field. -
mtProbability
JFormattedTextField mtProbability
The probabilityp
inp = P[MT]
. -
reliabilityFunction
ReliabilityFunction reliabilityFunction
The usedReliabilityFunction
. -
secondMoment
MomentEvaluator secondMoment
TheEvaluator
to determine the second moment, used to derive the variance and deviation. -
standardMT
Double standardMT
The used standard value for themtProbability
.
-
-
Class org.jreliability.gui.ReliabilityFunctionPlotPanel
class ReliabilityFunctionPlotPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aspects
List<Aspect> aspects
The list of samplers that can be chosen. -
indices
Map<Aspect,
Integer> indices The map keeps track of the aspect and its index in the picker. -
names
List<String> names
The names of the reliabilityFunctions in a distinct order. -
panel
JPanel panel
The panel. -
picker
ReliabilityFunctionPlotPanel.AspectPicker picker
The used aspect picker. -
plot
ptolemy.plot.Plot plot
The used PtolemyPlot
. -
reliabilityFunctions
Map<String,
ReliabilityFunction> reliabilityFunctions The list of reliabilityFunctions that shall be plotted. -
sampleCollector
SampleCollector sampleCollector
-
-
Class org.jreliability.gui.ReliabilityFunctionPlotPanel.AspectPicker
class AspectPicker extends JToolBar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aspects
List<Aspect> aspects
The differentAspect
s. -
comboBox
JComboBox<String> comboBox
The box for the differentAspect
s. -
currentAspect
Aspect currentAspect
The currently shownAspect
. -
panel
ReliabilityFunctionPlotPanel panel
The usedReliabilityFunctionPlotPanel
.
-
-
Class org.jreliability.gui.ReliabilityViewer
class ReliabilityViewer extends JFrame implements Serializable- serialVersionUID:
- 1L
-