From 2b571f08d091dc062cedbb9816c29dcf0cbd4f12 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 22 May 2014 07:44:52 +0100 Subject: Final commit, will release later today. --- doc/jcgp/gui/population/ChromosomePane.html | 13 +++++++++--- doc/jcgp/gui/population/FunctionSelector.html | 10 +++++++-- doc/jcgp/gui/population/GUIGene.GUIGeneState.html | 24 +++++++++++----------- doc/jcgp/gui/population/GUIGene.html | 16 ++++++--------- doc/jcgp/gui/population/GUIInput.html | 14 ++++++------- doc/jcgp/gui/population/GUINode.html | 14 ++++++------- doc/jcgp/gui/population/GUIOutput.html | 14 ++++++------- doc/jcgp/gui/population/PopulationPane.html | 4 ++-- .../gui/population/class-use/ChromosomePane.html | 4 ++-- .../gui/population/class-use/FunctionSelector.html | 4 ++-- .../population/class-use/GUIGene.GUIGeneState.html | 12 +++++------ doc/jcgp/gui/population/class-use/GUIGene.html | 4 ++-- doc/jcgp/gui/population/class-use/GUIInput.html | 4 ++-- doc/jcgp/gui/population/class-use/GUINode.html | 9 +++++--- doc/jcgp/gui/population/class-use/GUIOutput.html | 4 ++-- .../gui/population/class-use/PopulationPane.html | 4 ++-- doc/jcgp/gui/population/package-frame.html | 4 ++-- doc/jcgp/gui/population/package-summary.html | 14 +++++++++---- doc/jcgp/gui/population/package-tree.html | 4 ++-- doc/jcgp/gui/population/package-use.html | 9 +++++--- 20 files changed, 103 insertions(+), 82 deletions(-) (limited to 'doc/jcgp/gui/population') diff --git a/doc/jcgp/gui/population/ChromosomePane.html b/doc/jcgp/gui/population/ChromosomePane.html index 1ce9bd7..4904373 100644 --- a/doc/jcgp/gui/population/ChromosomePane.html +++ b/doc/jcgp/gui/population/ChromosomePane.html @@ -2,9 +2,9 @@ - + ChromosomePane - + @@ -140,6 +140,13 @@ var activeTableTab = "activeTableTab";
public class ChromosomePane
 extends javafx.scene.control.ScrollPane
+
This extension of ScrollPane contains a series of + nodes, inputs and outputs spread across a grid. It also contains + all of the connection lines overlaid over the nodes, inputs and outputs.
+
+
Author:
+
Eduardo Pedroni
+
@@ -411,7 +418,7 @@ extends javafx.scene.control.ScrollPane
public boolean isEvaluating()
Returns:
-
the evaluating
+
the evaluating attribute.
diff --git a/doc/jcgp/gui/population/FunctionSelector.html b/doc/jcgp/gui/population/FunctionSelector.html index 311c20c..90fdcd1 100644 --- a/doc/jcgp/gui/population/FunctionSelector.html +++ b/doc/jcgp/gui/population/FunctionSelector.html @@ -2,9 +2,9 @@ - + FunctionSelector - + @@ -140,6 +140,12 @@ var activeTableTab = "activeTableTab";
public class FunctionSelector
 extends javafx.scene.layout.VBox
+
A menu class, exposes all of the allowed functions + when called by a node, so that the node function can be changed.
+
+
Author:
+
Eduardo Pedroni
+
diff --git a/doc/jcgp/gui/population/GUIGene.GUIGeneState.html b/doc/jcgp/gui/population/GUIGene.GUIGeneState.html index 78acf8f..cd0c1d8 100644 --- a/doc/jcgp/gui/population/GUIGene.GUIGeneState.html +++ b/doc/jcgp/gui/population/GUIGene.GUIGeneState.html @@ -2,9 +2,9 @@ - + GUIGene.GUIGeneState - + @@ -145,13 +145,13 @@ extends java.lang.Enum<ACTIVE_HOVER  -FORBIDDEN_TARGET  +HOVER  -HOVER  +INDIRECT_HOVER  -INDIRECT_HOVER  +INVALID_TARGET  LOCKED_HOVER  @@ -166,7 +166,7 @@ extends java.lang.Enum<SOURCE  -TARGET  +VALID_TARGET  @@ -279,13 +279,13 @@ the order they are declared.
public static final GUIGene.GUIGeneState SOURCE
- + @@ -297,13 +297,13 @@ the order they are declared.
public static final GUIGene.GUIGeneState NO_CHANGE_TARGET
- + diff --git a/doc/jcgp/gui/population/GUIGene.html b/doc/jcgp/gui/population/GUIGene.html index 462a5e3..ec66952 100644 --- a/doc/jcgp/gui/population/GUIGene.html +++ b/doc/jcgp/gui/population/GUIGene.html @@ -2,9 +2,9 @@ - + GUIGene - + @@ -297,7 +297,7 @@ extends javafx.scene.Group abstract void -setConnections(GUIGene.GUIGeneState newState)  +setConnectionStates(GUIGene.GUIGeneState newState)  void @@ -492,10 +492,6 @@ extends javafx.scene.Group
  • removeLocks

    public abstract void removeLocks(int value)
    -
    -
    Parameters:
    -
    value -
    -
  • @@ -525,13 +521,13 @@ extends javafx.scene.Group
    public abstract Connection getChangingConnection()
    - + diff --git a/doc/jcgp/gui/population/GUIInput.html b/doc/jcgp/gui/population/GUIInput.html index 839f46d..522ddb4 100644 --- a/doc/jcgp/gui/population/GUIInput.html +++ b/doc/jcgp/gui/population/GUIInput.html @@ -2,9 +2,9 @@ - + GUIInput - + @@ -263,7 +263,7 @@ extends void -setConnections(GUIGene.GUIGeneState newState) +setConnectionStates(GUIGene.GUIGeneState newState)
    Set all connections to a given state.
    @@ -364,17 +364,17 @@ extends +