Serialized Form
-
Package org.opt4j.benchmarks
-
Class org.opt4j.benchmarks.BinaryString
class BinaryString extends BooleanGenotype implements Serializable -
Class org.opt4j.benchmarks.DoubleString
class DoubleString extends DoubleGenotype implements Serializable
-
-
Package org.opt4j.benchmarks.knapsack
-
Class org.opt4j.benchmarks.knapsack.ItemSelection
- serialVersionUID:
- 1L
-
Serialized Fields
-
feasible
boolean feasible
-
-
-
Package org.opt4j.core.common.archive
-
Class org.opt4j.core.common.archive.AdaptiveGridArchive.Cell
- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
long identifier
-
-
-
Package org.opt4j.core.common.random
-
Class org.opt4j.core.common.random.Rand
class Rand extends Random implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.core.common.random.RandomDefault
class RandomDefault extends RandomMersenneTwister implements Serializable -
Class org.opt4j.core.common.random.RandomJava
class RandomJava extends Rand implements Serializable -
Class org.opt4j.core.common.random.RandomMersenneTwister
class RandomMersenneTwister extends org.opt4j.core.common.random.MTRandom implements Serializable
-
-
Package org.opt4j.core.config
-
Class org.opt4j.core.config.PropertyModule
class PropertyModule extends Object implements Serializable-
Serialization Methods
-
writeObject
Writes the object information to theObjectOutputStream
.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.opt4j.core.config.visualization
-
Class org.opt4j.core.config.visualization.ApplicationFrame
class ApplicationFrame extends JFrame implements Serializable -
Class org.opt4j.core.config.visualization.ContentPanel
class ContentPanel extends JPanel implements Serializable -
Class org.opt4j.core.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.core.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.core.config.visualization.DefaultModulesPanel
class DefaultModulesPanel extends ModulesPanel implements Serializable-
Serialized Fields
-
allModules
ModuleRegister allModules
-
format
Format format
-
moduleMenu
JPopupMenu moduleMenu
-
mouseListener
MouseListener mouseListener
-
root
org.opt4j.core.config.visualization.DefaultModulesPanel.RootTreeNode root
-
selectedModules
SelectedModules selectedModules
-
tree
JTree tree
-
-
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.CategoryTreeNode
class CategoryTreeNode extends org.opt4j.core.config.visualization.DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.core.config.visualization.DefaultModulesPanel.ModuleTreeNode
class ModuleTreeNode extends org.opt4j.core.config.visualization.DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.core.config.visualization.DefaultModulesPanel.MyTree
class MyTree extends JTree implements Serializable-
Serialized Fields
-
dragSource
DragSource dragSource
-
dragSourceListener
DragSourceListener dragSourceListener
-
-
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.RootTreeNode
class RootTreeNode extends org.opt4j.core.config.visualization.DefaultModulesPanel.UserNode implements Serializable -
Class org.opt4j.core.config.visualization.DefaultModulesPanel.TreeCellRenderer
class TreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class org.opt4j.core.config.visualization.DefaultModulesPanel.UserNode
class UserNode extends DefaultMutableTreeNode implements Serializable -
Class org.opt4j.core.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
org.opt4j.core.config.visualization.DefaultSelectedPanel.TabbedPane tabs
-
-
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel.MyScrollPane
class MyScrollPane extends JScrollPane implements Serializable-
Serialized Fields
-
panel
PropertyPanel panel
-
-
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel.TabbedPane
class TabbedPane extends JTabbedPane implements Serializable -
Class org.opt4j.core.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.core.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.core.config.visualization.DefaultTasksPanel.Model
class Model extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
-
-
-
Class org.opt4j.core.config.visualization.DefaultTasksPanel.Table
class Table extends JTable implements Serializable -
Class org.opt4j.core.config.visualization.Menu
class Menu extends JMenuBar implements Serializable-
Serialized Fields
-
about
JMenuItem about
-
aboutInfo
About aboutInfo
-
fileOperations
FileOperations fileOperations
-
frame
Provider<ApplicationFrame> frame
-
load
JMenuItem load
-
save
JMenuItem save
-
saveAs
JMenuItem saveAs
-
-
-
Class org.opt4j.core.config.visualization.ModulesPanel
class ModulesPanel extends JPanel implements Serializable -
Class org.opt4j.core.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.core.config.visualization.SelectedModules
-
Serialized Fields
-
listeners
Set<SetListener> listeners
-
-
-
Class org.opt4j.core.config.visualization.SelectedPanel
class SelectedPanel extends JPanel implements Serializable -
Class org.opt4j.core.config.visualization.TasksPanel
class TasksPanel extends JPanel implements Serializable -
Class org.opt4j.core.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.genotype
-
Class org.opt4j.core.genotype.BooleanGenotype
-
Class org.opt4j.core.genotype.BooleanMapGenotype
class BooleanMapGenotype extends BooleanGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.core.genotype.DoubleGenotype
-
Class org.opt4j.core.genotype.DoubleMapGenotype
class DoubleMapGenotype extends DoubleGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.core.genotype.IntegerGenotype
- serialVersionUID:
- 1L
-
Class org.opt4j.core.genotype.IntegerMapGenotype
class IntegerMapGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.core.genotype.PermutationGenotype
-
Class org.opt4j.core.genotype.SelectGenotype
class SelectGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
Class org.opt4j.core.genotype.SelectMapGenotype
class SelectMapGenotype extends IntegerGenotype implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opt4j.core.optimizer
-
Exception Class org.opt4j.core.optimizer.IncompatibilityException
class IncompatibilityException extends RuntimeException implements Serializable -
Exception Class org.opt4j.core.optimizer.StopException
class StopException extends Exception implements Serializable -
Exception Class org.opt4j.core.optimizer.TerminationException
class TerminationException extends Exception implements Serializable
-
-
Package org.opt4j.core.start
-
Class org.opt4j.core.start.Opt4JAbout
class Opt4JAbout extends JPanel implements Serializable -
Class org.opt4j.core.start.Opt4JTasksPanel
class Opt4JTasksPanel extends DefaultTasksPanel implements Serializable-
Serialized Fields
-
progessMap
Map<Task,
Progress> progessMap -
selectedModules
SelectedModules selectedModules
-
-
-
Class org.opt4j.core.start.Opt4JTasksPanel.Model
class Model extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
-
-
-
-
Package org.opt4j.satdecoding
-
Class org.opt4j.satdecoding.Constraint
- serialVersionUID:
- 1L
-
Serialized Fields
-
operator
Constraint.Operator operator
-
rhs
int rhs
-
-
Exception Class org.opt4j.satdecoding.ContradictionException
class ContradictionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.opt4j.satdecoding.TimeoutException
class TimeoutException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opt4j.satdecoding.sat4j
-
Class org.opt4j.satdecoding.sat4j.VariableOrder
class VariableOrder extends org.sat4j.minisat.orders.VarOrderHeap implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
phase
boolean[] phase
-
varInc
double varInc
-
-
-
Package org.opt4j.tutorial.minones
-
Class org.opt4j.tutorial.minones.MinOnesResult
- serialVersionUID:
- 1L
-
-
Package org.opt4j.tutorial.salesman
-
Class org.opt4j.tutorial.salesman.SalesmanRoute
-
Class org.opt4j.tutorial.salesman.SalesmanWidgetService.MyPanel
class MyPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
individual
Individual individual
-
-
-
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
-
Serialized Fields
-
plotBox
ptolemy.plot.PlotBox plotBox
-
-
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
-