Modifier and Type | Method and Description |
---|---|
World |
SystemAgent.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemAgent.setWorld(World world)
Sets the world.
|
Constructor and Description |
---|
Percept(World world)
Instantiates a new percept.
|
SystemAgent(World world)
Instantiates a new system agent.
|
Constructor and Description |
---|
AbstractContext(World world)
Instantiates a new abstract context.
|
Context(World world,
Head head)
The main constructor, used by AMOEBA to build new context agent.
|
Context(World world,
Head controller,
java.util.HashMap<java.lang.String,java.lang.Double> mins,
java.util.HashMap<java.lang.String,java.lang.Double> maxs,
java.util.HashMap<java.lang.String,java.lang.Double> exps,
double experimentValue,
java.lang.String contextName)
Instantiates a new context.
|
Constructor and Description |
---|
AbstractHead(World world)
Instantiates a new abstract head.
|
Head(World world)
Instantiates a new head.
|
Constructor and Description |
---|
LocalModelAgent(World world)
Instantiates a new local model agent.
|
LocalModelAverage(World world)
Instantiates a new local model average.
|
LocalModelFirstExp(World world)
Instantiates a new local model first exp.
|
LocalModelMillerRegression(World world)
Instantiates a new local model miller regression.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvFileWriter.setWorld(World world)
Sets the world.
|
Modifier and Type | Method and Description |
---|---|
World |
TabManager.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
TabManager.setWorld(World world)
Sets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
BadContextManagerCenter.setWorld(World world)
Sets the world.
|
void |
BadContextManager.setWorld(World world)
Sets the world.
|
Modifier and Type | Method and Description |
---|---|
World |
TabManagerMiller.getWorld()
Gets the world.
|
World |
TabManager.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
TabManagerMiller.setWorld(World world)
Sets the world.
|
void |
TabManager.setWorld(World world)
Sets the world.
|
Modifier and Type | Method and Description |
---|---|
World |
Scheduler.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.setWorld(World world)
Sets the world.
|
Constructor and Description |
---|
AMOEBA(java.lang.Boolean viewer,
Scheduler scheduler,
World world,
BlackBox blackBox)
Instantiates a new amoeba.
|
Modifier and Type | Method and Description |
---|---|
void |
LogFile.setWorld(World world)
Sets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
NCS.raiseNCS(World world)
Change the number of NCS in the world.
|
Modifier and Type | Method and Description |
---|---|
World |
BlackBoxPanel.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
BlackBoxPanel.setWorld(World world)
Sets the world.
|
Constructor and Description |
---|
BlackBoxPanel(World world)
Instantiates a new black box panel.
|
Constructor and Description |
---|
PanelChart(World world)
Instantiates a new panel chart.
|
Modifier and Type | Method and Description |
---|---|
World |
SystemPanel.getWorld()
Gets the world.
|
World |
MainTabbedPanel.getWorld()
Gets the world.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemPanel.setWorld(World world)
Sets the world.
|
void |
MainTabbedPanel.setWorld(World world)
Sets the world.
|
void |
MainPanel.setWorld(World world)
Sets the world.
|
void |
GrapheSystemPanel.setWorld(World world)
Sets the world.
|
Constructor and Description |
---|
PanelController(Head controller,
World world)
Instantiates a new panel controller.
|
SystemPanel(World world)
Instantiates a new system panel.
|
Constructor and Description |
---|
PanelParallelCoordinates(World world)
Instantiates a new panel parallel coordinates.
|
Constructor and Description |
---|
Panel1DPaving(Percept variable,
World world)
Instantiates a new panel 1 D paving.
|
Constructor and Description |
---|
PanelProjection(World world,
int pasX,
double startX,
double endX,
Percept pX,
int pasY,
double startY,
double endY,
Percept pY,
double minTol,
double maxTol)
Instantiates a new panel projection.
|
Modifier and Type | Method and Description |
---|---|
void |
GrapheTwoDimPanelStandard.setWorld(World world)
Sets the world.
|
Constructor and Description |
---|
GrapheTwoDimPanelStandard(World world)
Instantiates a new graphe two dim panel standard.
|