public class TabManagerMiller extends java.lang.Object implements StudiedSystem
Constructor and Description |
---|
TabManagerMiller()
Instantiates a new tab manager miller.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutput()
Gets the output.
|
World |
getWorld()
Gets the world.
|
void |
playOneStep(double action)
When the scheduler of AMOEBA has run one cycle, playOneStep is called to allow the studied system to perform it's own cycle.
|
void |
setWorld(World world)
Sets the world.
|
void |
shuffleData()
Shuffle data.
|
void |
switchControlMode()
Switch control mode.
|
public TabManagerMiller()
public void playOneStep(double action)
StudiedSystem
playOneStep
in interface StudiedSystem
action
- : output action of AMOEBA.public java.util.HashMap<java.lang.String,java.lang.Double> getOutput()
StudiedSystem
getOutput
in interface StudiedSystem
public void switchControlMode()
StudiedSystem
switchControlMode
in interface StudiedSystem
public World getWorld()
public void setWorld(World world)
world
- the new worldpublic void shuffleData()