Serialized Form
-
Package org.opt4j.core.common.archive
-
Class org.opt4j.core.common.archive.AdaptiveGridArchive.Cell extends java.util.LinkedHashSet<Individual> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
long identifier
-
-
-
Package org.opt4j.core.common.random
-
Class org.opt4j.core.common.random.Rand extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Class org.opt4j.core.common.random.RandomDefault extends RandomMersenneTwister implements Serializable
-
Class org.opt4j.core.common.random.RandomJava extends Rand implements Serializable
-
Class org.opt4j.core.common.random.RandomMersenneTwister extends org.opt4j.core.common.random.MTRandom implements Serializable
-
-
Package org.opt4j.core.config
-
Class org.opt4j.core.config.PropertyModule extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Writes the object information to theObjectOutputStream
.- Throws:
java.io.IOException
-
-
Serialized Fields
-
id
int id
-
module
com.google.inject.Module module
-
properties
java.util.List<Property> properties
-
-
-
-
Package org.opt4j.core.config.visualization
-
Class org.opt4j.core.config.visualization.ApplicationFrame extends javax.swing.JFrame implements Serializable
-
Class org.opt4j.core.config.visualization.ContentPanel extends javax.swing.JPanel implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultApplicationFrame extends ApplicationFrame implements Serializable
-
Serialized Fields
-
about
About about
-
contentPanel
ContentPanel contentPanel
-
fileOperations
FileOperations fileOperations
-
menu
Menu menu
-
title
java.lang.String title
-
toolBar
ToolBar toolBar
-
-
-
Class org.opt4j.core.config.visualization.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 extends ModulesPanel implements Serializable
-
Serialized Fields
-
allModules
ModuleRegister allModules
-
format
Format format
-
moduleMenu
javax.swing.JPopupMenu moduleMenu
-
mouseListener
java.awt.event.MouseListener mouseListener
-
root
DefaultModulesPanel.RootTreeNode root
-
selectedModules
SelectedModules selectedModules
-
tree
javax.swing.JTree tree
-
-
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.CategoryTreeNode extends DefaultModulesPanel.UserNode implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.ModuleTreeNode extends DefaultModulesPanel.UserNode implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.MyTree extends javax.swing.JTree implements Serializable
-
Serialized Fields
-
dragSource
java.awt.dnd.DragSource dragSource
-
dragSourceListener
java.awt.dnd.DragSourceListener dragSourceListener
-
-
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.RootTreeNode extends DefaultModulesPanel.UserNode implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.TreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultModulesPanel.UserNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel extends SelectedPanel implements Serializable
-
Serialized Fields
-
dropListener
java.awt.dnd.DropTargetListener dropListener
The drop listener for the drag-and-drop functionality. -
dropTarget
java.awt.dnd.DropTarget dropTarget
-
fileChooser
FileChooser fileChooser
-
format
Format format
-
map
java.util.Map<PropertyModule,PropertyPanel> map
-
selectedModules
SelectedModules selectedModules
-
tabs
DefaultSelectedPanel.TabbedPane tabs
-
-
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel.MyScrollPane extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
panel
PropertyPanel panel
-
-
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel.TabbedPane extends javax.swing.JTabbedPane implements Serializable
-
Class org.opt4j.core.config.visualization.DefaultSelectedPanel.TabComponent extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
buttonMouseListener
java.awt.event.MouseListener buttonMouseListener
-
closeButton
javax.swing.JButton closeButton
-
label
javax.swing.JLabel label
-
module
PropertyModule module
-
xmlButton
javax.swing.JButton xmlButton
-
-
-
Class org.opt4j.core.config.visualization.DefaultTasksPanel extends TasksPanel implements Serializable
-
Serialized Fields
-
delay
DelayTask delay
-
executionEnvironment
ExecutionEnvironment executionEnvironment
-
format
Format format
-
scroll
javax.swing.JScrollPane scroll
-
table
javax.swing.JTable table
-
-
-
Class org.opt4j.core.config.visualization.DefaultTasksPanel.Model extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
columnNames
java.lang.String[] columnNames
-
-
-
Class org.opt4j.core.config.visualization.DefaultTasksPanel.Table extends javax.swing.JTable implements Serializable
-
Class org.opt4j.core.config.visualization.Menu extends javax.swing.JMenuBar implements Serializable
-
Serialized Fields
-
about
javax.swing.JMenuItem about
-
aboutInfo
About aboutInfo
-
fileOperations
FileOperations fileOperations
-
frame
com.google.inject.Provider<ApplicationFrame> frame
-
load
javax.swing.JMenuItem load
-
save
javax.swing.JMenuItem save
-
saveAs
javax.swing.JMenuItem saveAs
-
-
-
Class org.opt4j.core.config.visualization.ModulesPanel extends javax.swing.JPanel implements Serializable
-
Class org.opt4j.core.config.visualization.PropertyPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
components
java.util.Map<Property,java.awt.Component> components
-
fileChooser
FileChooser fileChooser
-
format
Format format
-
module
PropertyModule module
-
panel
javax.swing.JPanel panel
-
-
-
Class org.opt4j.core.config.visualization.SelectedModules extends java.util.TreeSet<PropertyModule> implements Serializable
-
Serialized Fields
-
listeners
java.util.Set<SetListener> listeners
-
-
-
Class org.opt4j.core.config.visualization.SelectedPanel extends javax.swing.JPanel implements Serializable
-
Class org.opt4j.core.config.visualization.TasksPanel extends javax.swing.JPanel implements Serializable
-
Class org.opt4j.core.config.visualization.ToolBar extends javax.swing.JToolBar implements Serializable
-
Serialized Fields
-
execute
javax.swing.JButton execute
-
executionEnvironment
ExecutionEnvironment executionEnvironment
-
fileOperations
FileOperations fileOperations
-
load
javax.swing.JButton load
-
save
javax.swing.JButton save
-
saveAs
javax.swing.JButton saveAs
-
selectedModules
SelectedModules selectedModules
-
showXML
javax.swing.JButton showXML
-
-
-
-
Package org.opt4j.core.genotype
-
Class org.opt4j.core.genotype.BooleanGenotype extends java.util.ArrayList<java.lang.Boolean> implements Serializable
-
Class org.opt4j.core.genotype.BooleanMapGenotype extends BooleanGenotype implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
list
java.util.List<K> list
-
-
Class org.opt4j.core.genotype.DoubleGenotype extends java.util.ArrayList<java.lang.Double> implements Serializable
-
Serialized Fields
-
bounds
Bounds<java.lang.Double> bounds
-
-
-
Class org.opt4j.core.genotype.DoubleMapGenotype extends DoubleGenotype implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keys
java.util.List<K> keys
-
-
Class org.opt4j.core.genotype.IntegerGenotype extends java.util.ArrayList<java.lang.Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
Bounds<java.lang.Integer> bounds
-
-
Class org.opt4j.core.genotype.IntegerMapGenotype extends IntegerGenotype implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
list
java.util.List<K> list
-
-
Class org.opt4j.core.genotype.PermutationGenotype extends java.util.ArrayList<E> implements Serializable
-
Class org.opt4j.core.genotype.SelectGenotype extends IntegerGenotype implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
values
java.util.List<V> values
-
-
Class org.opt4j.core.genotype.SelectMapGenotype extends IntegerGenotype implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.opt4j.core.optimizer
-
Class org.opt4j.core.optimizer.IncompatibilityException extends java.lang.RuntimeException implements Serializable
-
Class org.opt4j.core.optimizer.StopException extends java.lang.Exception implements Serializable
-
Class org.opt4j.core.optimizer.TerminationException extends java.lang.Exception implements Serializable
-
-
Package org.opt4j.core.start
-
Class org.opt4j.core.start.Opt4JAbout extends javax.swing.JPanel implements Serializable
-
Class org.opt4j.core.start.Opt4JTasksPanel extends DefaultTasksPanel implements Serializable
-
Serialized Fields
-
progessMap
java.util.Map<Task,Progress> progessMap
-
selectedModules
SelectedModules selectedModules
-
-
-
Class org.opt4j.core.start.Opt4JTasksPanel.Model extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
columnNames
java.lang.String[] columnNames
-
-
-