Package | Description |
---|---|
jcgp.gui.population |
Modifier and Type | Method and Description |
---|---|
GUIGene.GUIGeneState |
GUIGene.getState() |
static GUIGene.GUIGeneState |
GUIGene.GUIGeneState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIGene.GUIGeneState[] |
GUIGene.GUIGeneState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GUINode.setConnectionStates(GUIGene.GUIGeneState newState) |
void |
GUIInput.setConnectionStates(GUIGene.GUIGeneState newState)
Set all connections to a given state.
|
void |
GUIOutput.setConnectionStates(GUIGene.GUIGeneState newState) |
abstract void |
GUIGene.setConnectionStates(GUIGene.GUIGeneState newState) |
void |
GUINode.setState(GUIGene.GUIGeneState newState) |
void |
GUIInput.setState(GUIGene.GUIGeneState newState) |
void |
GUIOutput.setState(GUIGene.GUIGeneState newState) |
void |
GUIGene.setState(GUIGene.GUIGeneState newState) |