| Package | Description |
|---|---|
| com.github.chen0040.gp.lgp.enums | |
| com.github.chen0040.gp.lgp.program | |
| com.github.chen0040.gp.lgp.program.operators |
| Modifier and Type | Method and Description |
|---|---|
static OperatorExecutionStatus |
OperatorExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorExecutionStatus[] |
OperatorExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorExecutionStatus |
Instruction.execute() |
abstract OperatorExecutionStatus |
Operator.execute(Register operand1,
Register operand2,
Register destination_register) |
Copyright © 2017. All rights reserved.