public interface StudiedSystem
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Double> |
getOutput()
Gets the output.
|
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 |
switchControlMode()
Switch control mode.
|
void playOneStep(double action)
action
- : output action of AMOEBA.java.util.HashMap<java.lang.String,java.lang.Double> getOutput()
void switchControlMode()