public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
allowedSimultaneousAgentsExecution
The maximal number of threads that can be executed simultaneously
|
static boolean |
commandLineMode
By default, mas made with amak are meant to be executed on a graphical
environment.
|
static Amas.ExecutionPolicy |
executionPolicy
The execution policy refers to the synchronization between agents execution.
|
Constructor and Description |
---|
Configuration() |
public static int allowedSimultaneousAgentsExecution
public static Amas.ExecutionPolicy executionPolicy
public static boolean commandLineMode