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 the ObjectOutputStream.

Throws:
java.io.IOException
Serialized Fields

module

com.google.inject.Module module

properties

java.util.List<E> properties

id

int id

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

contentPanel

ContentPanel contentPanel

about

About about

toolBar

ToolBar toolBar

menu

Menu menu

fileOperations

FileOperations fileOperations

title

java.lang.String title

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

format

Format format

allModules

ModuleRegister allModules

selectedModules

SelectedModules selectedModules

root

DefaultModulesPanel.RootTreeNode root

tree

javax.swing.JTree tree

moduleMenu

javax.swing.JPopupMenu moduleMenu

mouseListener

java.awt.event.MouseListener mouseListener

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

tabs

DefaultSelectedPanel.TabbedPane tabs

format

Format format

selectedModules

SelectedModules selectedModules

fileChooser

FileChooser fileChooser

map

java.util.Map<K,V> map

dropTarget

java.awt.dnd.DropTarget dropTarget

dropListener

java.awt.dnd.DropTargetListener dropListener
The drop listener for the drag-and-drop functionality.

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

label

javax.swing.JLabel label

xmlButton

javax.swing.JButton xmlButton

closeButton

javax.swing.JButton closeButton

module

PropertyModule module

buttonMouseListener

java.awt.event.MouseListener buttonMouseListener

Class org.opt4j.core.config.visualization.DefaultTasksPanel extends TasksPanel implements Serializable

Serialized Fields

executionEnvironment

ExecutionEnvironment executionEnvironment

format

Format format

table

javax.swing.JTable table

scroll

javax.swing.JScrollPane scroll

delay

DelayTask delay

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

load

javax.swing.JMenuItem load

save

javax.swing.JMenuItem save

saveAs

javax.swing.JMenuItem saveAs

about

javax.swing.JMenuItem about

fileOperations

FileOperations fileOperations

frame

com.google.inject.Provider<T> frame

aboutInfo

About aboutInfo

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

module

PropertyModule module

fileChooser

FileChooser fileChooser

format

Format format

panel

javax.swing.JPanel panel

components

java.util.Map<K,V> components

Class org.opt4j.core.config.visualization.SelectedModules extends java.util.TreeSet<PropertyModule> implements Serializable

Serialized Fields

listeners

java.util.Set<E> 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

save

javax.swing.JButton save

saveAs

javax.swing.JButton saveAs

load

javax.swing.JButton load

showXML

javax.swing.JButton showXML

executionEnvironment

ExecutionEnvironment executionEnvironment

fileOperations

FileOperations fileOperations

selectedModules

SelectedModules selectedModules

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<E> list

Class org.opt4j.core.genotype.DoubleGenotype extends java.util.ArrayList<java.lang.Double> implements Serializable

Serialized Fields

bounds

Bounds<E extends java.lang.Number> bounds

Class org.opt4j.core.genotype.DoubleMapGenotype extends DoubleGenotype implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

java.util.List<E> keys

Class org.opt4j.core.genotype.IntegerGenotype extends java.util.ArrayList<java.lang.Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

bounds

Bounds<E extends java.lang.Number> bounds

Class org.opt4j.core.genotype.IntegerMapGenotype extends IntegerGenotype implements Serializable

serialVersionUID: 1L

Serialized Fields

list

java.util.List<E> 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<E> values

Class org.opt4j.core.genotype.SelectMapGenotype extends IntegerGenotype implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

java.util.List<E> keys

values

java.util.Map<K,V> values

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<K,V> 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