public final class AIOperation
extends java.lang.Object
AIController
to execute on the
graphical thread.AI
Modifier and Type | Field and Description |
---|---|
boolean |
processAgain
Whether the
AI should perform another operation or move to the next
state. |
java.util.List<Country> |
select
|
Constructor and Description |
---|
AIOperation()
Constructs a new
AIOperation . |
public boolean processAgain
AI
should perform another operation or move to the next
state.public final java.util.List<Country> select
public AIOperation()
AIOperation
.