Serialized Form
-
Package javax.measure
-
Class javax.measure.DecimalMeasure
- serialVersionUID:
- 1L
-
Serialized Fields
-
_unit
Unit<Q extends Quantity> _unit
Holds the unit. -
_value
BigDecimal _value
Holds the BigDecimal value.
-
-
Class javax.measure.Measure
class Measure extends Object implements Serializable -
Class javax.measure.MeasureFormat
class MeasureFormat extends Format implements Serializable -
Class javax.measure.VectorMeasure
class VectorMeasure extends Measure<double[],Q extends Quantity> implements Serializable
-
-
Package javax.measure.converter
-
Class javax.measure.converter.AddConverter
class AddConverter extends UnitConverter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_offset
double _offset
Holds the offset.
-
-
Exception javax.measure.converter.ConversionException
class ConversionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class javax.measure.converter.LogConverter
class LogConverter extends UnitConverter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_base
double _base
Holds the logarithmic base. -
_inverse
javax.measure.converter.LogConverter.Inverse _inverse
Holds the inverse of this converter. -
_invLogBase
double _invLogBase
Holds the inverse of the natural logarithm of the base. -
_logBase
double _logBase
Holds the natural logarithm of the base.
-
-
Class javax.measure.converter.MultiplyConverter
class MultiplyConverter extends UnitConverter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_factor
double _factor
Holds the scale factor.
-
-
Class javax.measure.converter.RationalConverter
class RationalConverter extends UnitConverter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_dividend
long _dividend
Holds the converter dividend. -
_divisor
long _divisor
Holds the converter divisor (always positive).
-
-
Class javax.measure.converter.UnitConverter
class UnitConverter extends Object implements Serializable
-
-
Package javax.measure.unit
-
Class javax.measure.unit.AlternateUnit
- serialVersionUID:
- 1L
-
Class javax.measure.unit.BaseUnit
- serialVersionUID:
- 1L
-
Serialized Fields
-
_symbol
String _symbol
Holds the symbol.
-
-
Class javax.measure.unit.CompoundUnit
- serialVersionUID:
- 1L
-
Class javax.measure.unit.DerivedUnit
-
Class javax.measure.unit.Dimension
class Dimension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_pseudoUnit
Unit<?> _pseudoUnit
Holds the pseudo unit associated to this dimension.
-
-
Class javax.measure.unit.ProductUnit
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elements
javax.measure.unit.ProductUnit.Element[] _elements
Holds the units composing this product unit. -
_hashCode
int _hashCode
Holds the hashcode (optimization).
-
-
Class javax.measure.unit.TransformedUnit
- serialVersionUID:
- 1L
-
Serialized Fields
-
_parentUnit
Unit<Q extends Quantity> _parentUnit
Holds the parent unit (not a transformed unit). -
_toParentUnit
UnitConverter _toParentUnit
Holds the converter to the parent unit.
-
-
Class javax.measure.unit.Unit
class Unit extends Object implements Serializable -
Class javax.measure.unit.UnitFormat
class UnitFormat extends Format implements Serializable -
Class javax.measure.unit.UnitFormat.ASCIIFormat
class ASCIIFormat extends UnitFormat.DefaultFormat implements Serializable- serialVersionUID:
- 1L
-
Class javax.measure.unit.UnitFormat.DefaultFormat
class DefaultFormat extends UnitFormat implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jscience.economics.money
-
Class org.jscience.economics.money.Currency
- serialVersionUID:
- 1L
-
Serialized Fields
-
_toBaseUnit
org.jscience.economics.money.Currency.Converter _toBaseUnit
Holds the converter to themoney base unit
.
-
-
-
Package org.jscience.geography.coordinates
-
Class org.jscience.geography.coordinates.Altitude
- serialVersionUID:
- 1L
-
Serialized Fields
-
_meters
double _meters
Holds the altitude value in meters.
-
-
Class org.jscience.geography.coordinates.CompoundCoordinates
class CompoundCoordinates extends Coordinates<CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_first
C1 extends Coordinates<?> _first
Holds the first coordinates. -
_next
C2 extends Coordinates<?> _next
Holds the next coordinates.
-
-
Class org.jscience.geography.coordinates.Coordinates
class Coordinates extends Object implements Serializable -
Class org.jscience.geography.coordinates.Height
- serialVersionUID:
- 1L
-
Serialized Fields
-
_meters
double _meters
Holds the height in meters.
-
-
Class org.jscience.geography.coordinates.LatLong
- serialVersionUID:
- 1L
-
Serialized Fields
-
_latitude
double _latitude
Holds the latitude in degrees. -
_longitude
double _longitude
Holds the longitude in degrees.
-
-
Class org.jscience.geography.coordinates.Time
- serialVersionUID:
- 1L
-
Serialized Fields
-
_seconds
double _seconds
Holds the time in second since midnight, January 1, 1970 UTC.
-
-
Class org.jscience.geography.coordinates.UTM
- serialVersionUID:
- 1L
-
Serialized Fields
-
_easting
double _easting
Holds the easting in meters. -
_latitudeZone
char _latitudeZone
Holds the latitude zone identifier. -
_longitudeZone
int _longitudeZone
Holds the longitude zone identifier. -
_northing
double _northing
Holds the northing in meters.
-
-
Class org.jscience.geography.coordinates.XYZ
- serialVersionUID:
- 1L
-
Serialized Fields
-
_x
double _x
Holds the x position in meters. -
_y
double _y
Holds the y position in meters. -
_z
double _z
Holds the z position in meters.
-
-
-
Package org.jscience.mathematics.function
-
Class org.jscience.mathematics.function.Constant
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.DiscreteFunction
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Function
class Function extends Object implements Serializable -
Exception org.jscience.mathematics.function.FunctionException
class FunctionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Interpolator.Linear
class Linear extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Polynomial
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.RationalFunction
class RationalFunction extends Function<F extends Field<F>,F extends Field<F>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_dividend
Polynomial<F extends Field<F>> _dividend
Holds the dividend. -
_divisor
Polynomial<F extends Field<F>> _divisor
Holds the divisor.
-
-
Class org.jscience.mathematics.function.Term
class Term extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_powers
int[] _powers
Holds the corresponding powers (positive and different from zero). -
_size
int _size
Holds the number of variables. -
_variables
Variable<?>[] _variables
Holds the variables (ordered).
-
-
-
Package org.jscience.mathematics.number
-
Class org.jscience.mathematics.number.Complex
- serialVersionUID:
- 1L
-
Serialized Fields
-
_imaginary
double _imaginary
Holds the imaginary component. -
_real
double _real
Holds the real component.
-
-
Class org.jscience.mathematics.number.Float64
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
double _value
The associated double value.
-
-
Class org.jscience.mathematics.number.FloatingPoint
- serialVersionUID:
- 1L
-
Serialized Fields
-
_exponent
int _exponent
Holds the power of 10 exponent. -
_significand
LargeInteger _significand
Holds the significand value.
-
-
Class org.jscience.mathematics.number.Integer64
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
long _value
The associated long value.
-
-
Class org.jscience.mathematics.number.LargeInteger
- serialVersionUID:
- 1L
-
Serialized Fields
-
_isNegative
boolean _isNegative
Indicates if this large integer is negative. -
_remainder
LargeInteger _remainder
Holds the remainder after aLargeInteger.divide(org.jscience.mathematics.number.LargeInteger)
operation. -
_size
int _size
The size of this large integer in words. The most significand word different from 0 is at index: _size-1 -
_words
long[] _words
This large integer positive words (63 bits). Least significant word first (index 0).
-
-
Class org.jscience.mathematics.number.ModuloInteger
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
LargeInteger _value
Holds the large integer value.
-
-
Class org.jscience.mathematics.number.Number
class Number extends Number implements Serializable -
Class org.jscience.mathematics.number.Rational
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dividend
LargeInteger _dividend
Holds the dividend. -
_divisor
LargeInteger _divisor
Holds the divisor.
-
-
Class org.jscience.mathematics.number.Real
- serialVersionUID:
- 1L
-
Serialized Fields
-
_error
LargeInteger _error
The significand error (0 for exact number). -
_exponent
int _exponent
The decimal exponent. -
_significand
LargeInteger _significand
The significand value.
-
-
-
Package org.jscience.mathematics.vector
-
Exception org.jscience.mathematics.vector.DimensionException
class DimensionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jscience.physics.amount
-
Class org.jscience.physics.amount.Amount
class Amount extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_exactValue
long _exactValue
Holds the exact value (when exact) stated in this measure unit. -
_isExact
boolean _isExact
Indicates if this measure is exact. -
_maximum
double _maximum
Holds the maximum value stated in this measure unit. For inexact measures: _maximum > _minimum -
_minimum
double _minimum
Holds the minimum value stated in this measure unit. For inexact measures: _minimum < _maximum -
_unit
Unit<Q extends Quantity> _unit
Holds this measure unit.
-
-
Exception org.jscience.physics.amount.AmountException
class AmountException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opengis.referencing.cs
-
Class org.opengis.referencing.cs.AxisDirection
class AxisDirection extends org.opengis.util.CodeList implements Serializable- serialVersionUID:
- -4405275475770755714L
-
-
Package org.opt4j.common.archive
-
Class org.opt4j.common.archive.AdaptiveGridArchive.Cell
- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
long identifier
-
-
-
Package org.opt4j.common.random
-
Class org.opt4j.common.random.Rand
class Rand extends Random implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.common.random.RandomDefault
class RandomDefault extends RandomMersenneTwister implements Serializable -
Class org.opt4j.common.random.RandomJava
class RandomJava extends Rand implements Serializable -
Class org.opt4j.common.random.RandomMersenneTwister
class RandomMersenneTwister extends org.opt4j.common.random.MTRandom implements Serializable
-
-
Package org.opt4j.config
-
Class org.opt4j.config.PropertyModule
class PropertyModule extends Object implements Serializable-
Serialization Methods
-
writeObject
Writes the object information to an output the stream- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.opt4j.config.visualization
-
Class org.opt4j.config.visualization.ApplicationFrame
class ApplicationFrame extends JFrame implements Serializable -
Class org.opt4j.config.visualization.ContentPanel
class ContentPanel extends JPanel implements Serializable -
Class org.opt4j.config.visualization.DefaultApplicationFrame
class DefaultApplicationFrame extends ApplicationFrame implements Serializable-
Serialized Fields
-
about
About about
-
contentPanel
ContentPanel contentPanel
-
fileOperations
FileOperations fileOperations
-
menu
Menu menu
-
title
String title
-
toolBar
ToolBar toolBar
-
-
-
Class org.opt4j.config.visualization.DefaultContentPanel
class DefaultContentPanel extends ContentPanel implements Serializable-
Serialized Fields
-
executionEnvironment
ExecutionEnvironment executionEnvironment
-
modulesPanel
ModulesPanel modulesPanel
-
selectedPanel
SelectedPanel selectedPanel
-
tasksPanel
TasksPanel tasksPanel
-
-
-
Class org.opt4j.config.visualization.DefaultModulesPanel
class DefaultModulesPanel extends ModulesPanel implements Serializable-
Serialized Fields
-
allModules
ModuleRegister allModules
-
format
Format format
-
moduleMenu
JPopupMenu moduleMenu
-
mouseListener
MouseListener mouseListener
-
root
DefaultModulesPanel.RootTreeNode root
-
selectedModules
SelectedModules selectedModules
-
tree
JTree tree
-
-
-
Class org.opt4j.config.visualization.DefaultModulesPanel.CategoryTreeNode
class CategoryTreeNode extends DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.config.visualization.DefaultModulesPanel.ModuleTreeNode
class ModuleTreeNode extends DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.config.visualization.DefaultModulesPanel.MyTree
class MyTree extends JTree implements Serializable-
Serialized Fields
-
dragSource
DragSource dragSource
-
dragSourceListener
DragSourceListener dragSourceListener
-
-
-
Class org.opt4j.config.visualization.DefaultModulesPanel.RootTreeNode
class RootTreeNode extends DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.config.visualization.DefaultModulesPanel.TreeCellRenderer
class TreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class org.opt4j.config.visualization.DefaultModulesPanel.UserNode
class UserNode extends DefaultMutableTreeNode implements Serializable -
Class org.opt4j.config.visualization.DefaultSelectedPanel
class DefaultSelectedPanel extends SelectedPanel implements Serializable-
Serialized Fields
-
dropListener
DropTargetListener dropListener
The drop listener for the drag-and-drop functionality. -
dropTarget
DropTarget dropTarget
-
fileChooser
FileChooser fileChooser
-
format
Format format
-
map
Map<PropertyModule,
PropertyPanel> map -
selectedModules
SelectedModules selectedModules
-
tabs
DefaultSelectedPanel.TabbedPane tabs
-
-
-
Class org.opt4j.config.visualization.DefaultSelectedPanel.MyScrollPane
class MyScrollPane extends JScrollPane implements Serializable-
Serialized Fields
-
panel
PropertyPanel panel
-
-
-
Class org.opt4j.config.visualization.DefaultSelectedPanel.TabbedPane
class TabbedPane extends JTabbedPane implements Serializable -
Class org.opt4j.config.visualization.DefaultSelectedPanel.TabComponent
class TabComponent extends JPanel implements Serializable-
Serialized Fields
-
buttonMouseListener
MouseListener buttonMouseListener
-
closeButton
JButton closeButton
-
label
JLabel label
-
module
PropertyModule module
-
xmlButton
JButton xmlButton
-
-
-
Class org.opt4j.config.visualization.DefaultTasksPanel
class DefaultTasksPanel extends TasksPanel implements Serializable-
Serialized Fields
-
delay
DelayTask delay
-
executionEnvironment
ExecutionEnvironment executionEnvironment
-
format
Format format
-
scroll
JScrollPane scroll
-
table
JTable table
-
-
-
Class org.opt4j.config.visualization.DefaultTasksPanel.Model
class Model extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
-
-
-
Class org.opt4j.config.visualization.DefaultTasksPanel.Table
class Table extends JTable implements Serializable -
Class org.opt4j.config.visualization.Menu
class Menu extends JMenuBar implements Serializable-
Serialized Fields
-
about
JMenuItem about
-
aboutInfo
About aboutInfo
-
fileOperations
FileOperations fileOperations
-
frame
com.google.inject.Provider<ApplicationFrame> frame
-
load
JMenuItem load
-
save
JMenuItem save
-
saveAs
JMenuItem saveAs
-
-
-
Class org.opt4j.config.visualization.ModulesPanel
class ModulesPanel extends JPanel implements Serializable -
Class org.opt4j.config.visualization.PropertyPanel
class PropertyPanel extends JPanel implements Serializable-
Serialized Fields
-
components
Map<Property,
Component> components -
fileChooser
FileChooser fileChooser
-
format
Format format
-
module
PropertyModule module
-
panel
JPanel panel
-
-
-
Class org.opt4j.config.visualization.SelectedModules
-
Serialized Fields
-
listeners
Set<SetListener> listeners
-
-
-
Class org.opt4j.config.visualization.SelectedPanel
class SelectedPanel extends JPanel implements Serializable -
Class org.opt4j.config.visualization.TasksPanel
class TasksPanel extends JPanel implements Serializable -
Class org.opt4j.config.visualization.ToolBar
class ToolBar extends JToolBar implements Serializable-
Serialized Fields
-
execute
JButton execute
-
executionEnvironment
ExecutionEnvironment executionEnvironment
-
fileOperations
FileOperations fileOperations
-
load
JButton load
-
save
JButton save
-
saveAs
JButton saveAs
-
selectedModules
SelectedModules selectedModules
-
showXML
JButton showXML
-
-
-
-
Package org.opt4j.core.optimizer
-
Exception org.opt4j.core.optimizer.IncompatibilityException
class IncompatibilityException extends RuntimeException implements Serializable -
Exception org.opt4j.core.optimizer.StopException
class StopException extends Exception implements Serializable -
Exception org.opt4j.core.optimizer.TerminationException
class TerminationException extends Exception implements Serializable
-
-
Package org.opt4j.genotype
-
Class org.opt4j.genotype.BooleanGenotype
-
Class org.opt4j.genotype.BooleanMapGenotype
class BooleanMapGenotype extends BooleanGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.genotype.DoubleGenotype
-
Class org.opt4j.genotype.DoubleMapGenotype
class DoubleMapGenotype extends DoubleGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.genotype.IntegerGenotype
- serialVersionUID:
- 1L
-
Class org.opt4j.genotype.IntegerMapGenotype
class IntegerMapGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.genotype.PermutationGenotype
-
Class org.opt4j.genotype.SelectGenotype
class SelectGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.genotype.SelectMapGenotype
class SelectMapGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opt4j.start
-
Class org.opt4j.start.Opt4JAbout
class Opt4JAbout extends JPanel implements Serializable -
Class org.opt4j.start.Opt4JTasksPanel
class Opt4JTasksPanel extends DefaultTasksPanel implements Serializable-
Serialized Fields
-
progessMap
Map<Task,
Progress> progessMap -
selectedModules
SelectedModules selectedModules
-
-
-
Class org.opt4j.start.Opt4JTasksPanel.Model
class Model extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
-
-
-
-
Package org.opt4j.viewer
-
Class org.opt4j.viewer.ArchiveWidget.Model
class Model extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.viewer.AutoZoomButton
class AutoZoomButton extends JButton implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.viewer.ParetoPlotWidget.Selection
class Selection extends JToolBar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
firstComboBox
org.opt4j.viewer.ConvergencePlotWidget.ObjectiveDropDown firstComboBox
-
secondComboBox
org.opt4j.viewer.ConvergencePlotWidget.ObjectiveDropDown secondComboBox
-
-
Class org.opt4j.viewer.PopulationWidget.Model
class Model extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.viewer.PopulationWidget.Table
class Table extends org.opt4j.viewer.QTable implements Serializable- serialVersionUID:
- 1L
-