Serialized Form
-
Package org.jreliability.common
-
Class org.jreliability.common.Samples extends java.util.TreeMap<java.lang.Double,java.lang.Double> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jreliability.gui
-
Class org.jreliability.gui.MeasuresPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reliabilityFunctions
java.util.Map<java.lang.String,ReliabilityFunction> reliabilityFunctions
TheReliabilityFunction
s that shall be shown in the GUI. -
tabs
javax.swing.JTabbedPane tabs
The usedJTabbedPane
.
-
-
Class org.jreliability.gui.MeasuresPanel.MeasurePanel extends javax.swing.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
javax.swing.JLabel mt
TheJLabel
that is used to display the Mission-Time MT for the user specified probabilityp
inp = P[MT]
. -
mtFieldFormat
java.text.NumberFormat mtFieldFormat
The usedNumberFormat
for themtProbability
text field. -
mtProbability
javax.swing.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
java.lang.Double standardMT
The used standard value for themtProbability
.
-
-
Class org.jreliability.gui.ReliabilityFunctionPlotPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aspects
java.util.List<Aspect> aspects
The list of samplers that can be chosen. -
indices
java.util.Map<Aspect,java.lang.Integer> indices
The map keeps track of the aspect and its index in the picker. -
names
java.util.List<java.lang.String> names
The names of the reliabilityFunctions in a distinct order. -
panel
javax.swing.JPanel panel
The panel. -
picker
ReliabilityFunctionPlotPanel.AspectPicker picker
The used aspect picker. -
plot
ptolemy.plot.Plot plot
The used PtolemyPlot
. -
reliabilityFunctions
java.util.Map<java.lang.String,ReliabilityFunction> reliabilityFunctions
The list of reliabilityFunctions that shall be plotted. -
sampleCollector
SampleCollector sampleCollector
-
-
Class org.jreliability.gui.ReliabilityFunctionPlotPanel.AspectPicker extends javax.swing.JToolBar implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aspects
java.util.List<Aspect> aspects
The differentAspect
s. -
comboBox
javax.swing.JComboBox<java.lang.String> comboBox
The box for the differentAspect
s. -
currentAspect
Aspect currentAspect
The currently shownAspect
. -
panel
ReliabilityFunctionPlotPanel panel
The usedReliabilityFunctionPlotPanel
.
-
-
Class org.jreliability.gui.ReliabilityViewer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-