| Package | Description |
|---|---|
| jcgp.backend.population | |
| jcgp.gui.population |
| Modifier and Type | Method and Description |
|---|---|
Node |
Chromosome.getNode(int row,
int column)
Returns a reference to any node, addressed by row and column.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Node> |
Chromosome.getActiveNodes()
This method computes a list of active nodes (if necessary) and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Output.getActiveNodes(java.util.ArrayList<Node> activeNodes) |
| Modifier and Type | Method and Description |
|---|---|
Node |
GUINode.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
GUINode.setNode(Node newNode) |
| Constructor and Description |
|---|
GUINode(ChromosomePane parentRef,
Node node,
javafx.scene.shape.Line[] connectionLines,
GUI gui) |