Package | Description |
---|---|
agents | |
agents.head | |
blackbox |
Modifier and Type | Method and Description |
---|---|
BlackBoxAgent |
Percept.getSensor()
Gets the sensor.
|
Modifier and Type | Method and Description |
---|---|
void |
Percept.setSensor(BlackBoxAgent sensor)
Sets the sensor.
|
Modifier and Type | Method and Description |
---|---|
BlackBoxAgent |
Head.getOracle()
Gets the oracle.
|
Modifier and Type | Method and Description |
---|---|
void |
Head.setOracle(BlackBoxAgent oracle)
Sets the oracle.
|
Modifier and Type | Class and Description |
---|---|
class |
BBFunction
The Class BBFunction.
|
class |
Input
The Class Input.
|
class |
Output
An output from the simulator.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BlackBoxAgent> |
BlackBox.getBBAofClasses(java.lang.Class<?>[] classes)
Gets the BB aof classes.
|
java.util.HashMap<java.lang.String,BlackBoxAgent> |
BlackBox.getBlackBoxAgents()
Gets the black box agents.
|
Modifier and Type | Method and Description |
---|---|
void |
BlackBox.registerBlackBoxAgent(BlackBoxAgent a)
Register a new agent in the black box and in the scheduler.
|
Modifier and Type | Method and Description |
---|---|
void |
BlackBox.setBlackBoxAgents(java.util.HashMap<java.lang.String,BlackBoxAgent> blackBoxAgents)
Sets the black box agents.
|