public class neOCampusManager extends java.lang.Object implements StudiedSystem
| Constructor and Description |
|---|
neOCampusManager()
Instantiates a new ne O campus manager.
|
| 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.
|
public neOCampusManager()
public void playOneStep(double action)
StudiedSystemplayOneStep in interface StudiedSystemaction - : output action of AMOEBA.public java.util.HashMap<java.lang.String,java.lang.Double> getOutput()
StudiedSystemgetOutput in interface StudiedSystempublic void switchControlMode()
StudiedSystemswitchControlMode in interface StudiedSystem