Restructured eva2 package.
This commit is contained in:
parent
0182242720
commit
6239abebe4
@ -66,13 +66,13 @@ import eva2.server.modules.ModuleAdapter;
|
|||||||
import eva2.server.stat.AbstractStatistics;
|
import eva2.server.stat.AbstractStatistics;
|
||||||
import eva2.server.stat.InterfaceStatisticsParameter;
|
import eva2.server.stat.InterfaceStatisticsParameter;
|
||||||
import eva2.server.stat.StatsParameter;
|
import eva2.server.stat.StatsParameter;
|
||||||
|
import eva2.tools.BasicResourceLoader;
|
||||||
import eva2.tools.EVAERROR;
|
import eva2.tools.EVAERROR;
|
||||||
import eva2.tools.EVAHELP;
|
import eva2.tools.EVAHELP;
|
||||||
import eva2.tools.ReflectPackage;
|
import eva2.tools.ReflectPackage;
|
||||||
import eva2.tools.Serializer;
|
import eva2.tools.Serializer;
|
||||||
import eva2.tools.StringTools;
|
import eva2.tools.StringTools;
|
||||||
import eva2.tools.jproxy.RemoteStateListener;
|
import eva2.tools.jproxy.RemoteStateListener;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@ -6,8 +6,8 @@ import java.awt.*;
|
|||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
import eva2.tools.IntegerArrayList;
|
||||||
import eva2.tools.chart2d.*;
|
import eva2.tools.chart2d.*;
|
||||||
import eva2.tools.tool.IntegerArrayList;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6,7 +6,7 @@ import javax.swing.*;
|
|||||||
import eva2.server.go.problems.InterfaceOptimizationObjective;
|
import eva2.server.go.problems.InterfaceOptimizationObjective;
|
||||||
import eva2.server.go.problems.InterfaceOptimizationTarget;
|
import eva2.server.go.problems.InterfaceOptimizationTarget;
|
||||||
import eva2.server.go.tools.GeneralGOEProperty;
|
import eva2.server.go.tools.GeneralGOEProperty;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.beans.*;
|
import java.beans.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
@ -5,7 +5,7 @@ import javax.swing.*;
|
|||||||
|
|
||||||
import eva2.server.go.problems.InterfaceOptimizationObjective;
|
import eva2.server.go.problems.InterfaceOptimizationObjective;
|
||||||
import eva2.server.go.tools.GeneralGOEProperty;
|
import eva2.server.go.tools.GeneralGOEProperty;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.beans.*;
|
import java.beans.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
@ -4,7 +4,7 @@ package eva2.gui;
|
|||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
|
|
||||||
import eva2.server.go.SwingWorker;
|
import eva2.server.go.SwingWorker;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.beans.PropertyEditor;
|
import java.beans.PropertyEditor;
|
||||||
import java.beans.PropertyChangeSupport;
|
import java.beans.PropertyChangeSupport;
|
||||||
|
@ -30,7 +30,7 @@ import javax.swing.text.html.HTMLFrameHyperlinkEvent;
|
|||||||
|
|
||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
import eva2.client.EvAClient;
|
import eva2.client.EvAClient;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -38,7 +38,7 @@ import javax.swing.event.ChangeListener;
|
|||||||
|
|
||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
import eva2.server.go.tools.FileTools;
|
import eva2.server.go.tools.FileTools;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
@ -30,7 +30,7 @@ import javax.swing.event.ChangeEvent;
|
|||||||
import javax.swing.event.ChangeListener;
|
import javax.swing.event.ChangeListener;
|
||||||
|
|
||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
@ -45,8 +45,8 @@ import com.sun.image.codec.jpeg.JPEGImageEncoder;
|
|||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
import eva2.server.go.individuals.AbstractEAIndividual;
|
import eva2.server.go.individuals.AbstractEAIndividual;
|
||||||
import eva2.server.go.populations.Population;
|
import eva2.server.go.populations.Population;
|
||||||
|
import eva2.tools.BasicResourceLoader;
|
||||||
import eva2.tools.chart2d.DPointSet;
|
import eva2.tools.chart2d.DPointSet;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
@ -20,8 +20,8 @@ import java.awt.event.WindowEvent;
|
|||||||
import java.beans.PropertyEditor;
|
import java.beans.PropertyEditor;
|
||||||
|
|
||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
|
import eva2.tools.BasicResourceLoader;
|
||||||
import eva2.tools.EVAHELP;
|
import eva2.tools.EVAHELP;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
@ -23,9 +23,9 @@ import java.beans.PropertyEditorSupport;
|
|||||||
import javax.swing.JFrame;
|
import javax.swing.JFrame;
|
||||||
|
|
||||||
import eva2.EvAInfo;
|
import eva2.EvAInfo;
|
||||||
|
import eva2.tools.BasicResourceLoader;
|
||||||
import eva2.tools.SelectedTag;
|
import eva2.tools.SelectedTag;
|
||||||
import eva2.tools.Tag;
|
import eva2.tools.Tag;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
@ -4,7 +4,7 @@ package eva2.server.go.mocco;
|
|||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
|
|
||||||
import eva2.server.go.MOCCOStandalone;
|
import eva2.server.go.MOCCOStandalone;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.awt.event.ActionListener;
|
import java.awt.event.ActionListener;
|
||||||
|
@ -6,7 +6,7 @@ import javax.swing.*;
|
|||||||
import eva2.gui.*;
|
import eva2.gui.*;
|
||||||
import eva2.server.go.tools.GeneralGEOFaker;
|
import eva2.server.go.tools.GeneralGEOFaker;
|
||||||
import eva2.server.go.tools.GeneralGOEProperty;
|
import eva2.server.go.tools.GeneralGOEProperty;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.beans.*;
|
import java.beans.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
@ -5,7 +5,7 @@ import javax.swing.*;
|
|||||||
import eva2.gui.*;
|
import eva2.gui.*;
|
||||||
import eva2.server.go.tools.GeneralGEOFaker;
|
import eva2.server.go.tools.GeneralGEOFaker;
|
||||||
import eva2.server.go.tools.GeneralGOEProperty;
|
import eva2.server.go.tools.GeneralGOEProperty;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
import java.beans.*;
|
import java.beans.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
@ -11,7 +11,7 @@ import eva2.server.go.operators.archiving.ArchivingAllDominating;
|
|||||||
import eva2.server.go.populations.Population;
|
import eva2.server.go.populations.Population;
|
||||||
import eva2.server.go.problems.AbstractMultiObjectiveOptimizationProblem;
|
import eva2.server.go.problems.AbstractMultiObjectiveOptimizationProblem;
|
||||||
import eva2.server.go.tools.FileTools;
|
import eva2.server.go.tools.FileTools;
|
||||||
import eva2.tools.tool.ResourceLoader;
|
import eva2.tools.ResourceLoader;
|
||||||
|
|
||||||
|
|
||||||
/** The error ratio metric only suited for small discrete
|
/** The error ratio metric only suited for small discrete
|
||||||
|
@ -23,8 +23,8 @@ import eva2.tools.EVAERROR;
|
|||||||
import eva2.tools.Pair;
|
import eva2.tools.Pair;
|
||||||
import eva2.tools.math.Mathematics;
|
import eva2.tools.math.Mathematics;
|
||||||
import eva2.tools.math.RNG;
|
import eva2.tools.math.RNG;
|
||||||
|
import eva2.tools.math.StatisticUtils;
|
||||||
import eva2.tools.math.Jama.Matrix;
|
import eva2.tools.math.Jama.Matrix;
|
||||||
import eva2.tools.tool.StatisticUtils;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -17,7 +17,7 @@ import java.util.ArrayList;
|
|||||||
import javax.swing.JFileChooser;
|
import javax.swing.JFileChooser;
|
||||||
import javax.swing.JOptionPane;
|
import javax.swing.JOptionPane;
|
||||||
|
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
import eva2.tools.BasicResourceLoader;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
package eva2.tools.tool;
|
package eva2.tools;
|
||||||
|
|
||||||
import java.io.BufferedInputStream;
|
import java.io.BufferedInputStream;
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
@ -39,13 +39,10 @@ import java.util.ArrayList;
|
|||||||
import java.util.Enumeration;
|
import java.util.Enumeration;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
import java.util.Vector;
|
|
||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipFile;
|
import java.util.zip.ZipFile;
|
||||||
import java.util.zip.ZipInputStream;
|
import java.util.zip.ZipInputStream;
|
||||||
|
|
||||||
import eva2.tools.ReflectPackage;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads resource file from directory OR jar file. Now it is easier possible to
|
* Loads resource file from directory OR jar file. Now it is easier possible to
|
@ -1,4 +1,4 @@
|
|||||||
package eva2.tools.tool;
|
package eva2.tools;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dummy class replacing the log4j Category because log4j couldnt be included in a clean
|
* Dummy class replacing the log4j Category because log4j couldnt be included in a clean
|
@ -26,7 +26,6 @@ import java.util.Enumeration;
|
|||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
import eva2.client.EvAClient;
|
import eva2.client.EvAClient;
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* Copyright (c) Dept. Computer Architecture, University of Tuebingen, Germany
|
* Copyright (c) Dept. Computer Architecture, University of Tuebingen, Germany
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package eva2.tools.tool;
|
package eva2.tools;
|
||||||
|
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
@ -18,7 +18,6 @@ import java.util.jar.JarInputStream;
|
|||||||
import javax.management.MBeanServer;
|
import javax.management.MBeanServer;
|
||||||
import javax.management.ObjectName;
|
import javax.management.ObjectName;
|
||||||
|
|
||||||
import eva2.tools.tool.BasicResourceLoader;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow for java to list Classes that exist in one package and can be instantiated from
|
* Allow for java to list Classes that exist in one package and can be instantiated from
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
//GNU General Public License for more details.
|
//GNU General Public License for more details.
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
package eva2.tools.tool;
|
package eva2.tools;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO description.
|
* TODO description.
|
@ -18,7 +18,7 @@ package eva2.tools.chart2d;
|
|||||||
|
|
||||||
import java.awt.* ;
|
import java.awt.* ;
|
||||||
|
|
||||||
import eva2.tools.tool.IntegerArrayList;
|
import eva2.tools.IntegerArrayList;
|
||||||
|
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
* CLASS DECLARATION
|
* CLASS DECLARATION
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
//
|
//
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
package eva2.tools.tool;
|
package eva2.tools.math;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
package eva2.tools.tool.matlab;
|
package eva2.tools.matlab;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user