Package | Description |
---|---|
persistencia3 |
Modifier and Type | Method and Description |
---|---|
Robot |
Instrucciobd.getRobot() |
Robot |
Memoriaram.getRobot() |
Robot |
Programa.getRobot() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Robot> |
Mapa.getRobots() |
Modifier and Type | Method and Description |
---|---|
void |
Instrucciobd.setRobot(Robot robot) |
void |
Memoriaram.setRobot(Robot robot) |
void |
Programa.setRobot(Robot robot) |
Modifier and Type | Method and Description |
---|---|
void |
Mapa.setRobots(java.util.Set<Robot> robots) |
Constructor and Description |
---|
Instrucciobd(Robot robot) |
Instrucciobd(Robot robot,
java.lang.String tipus,
java.lang.String subtipus,
java.lang.Integer operand1Tipus,
java.lang.Float operand1N,
java.lang.Integer operand1I,
java.lang.Integer operand1Adressa,
java.lang.Integer operand2Tipus,
java.lang.Float operand2N,
java.lang.Integer operand2I,
java.lang.Integer operand2Adressa,
java.lang.Integer operand3Tipus,
java.lang.Float operand3N,
java.lang.Integer operand3I,
java.lang.Integer operand3Adressa) |
Memoriaram(Robot robot,
java.lang.Integer posicioMemoria,
java.lang.Float dada) |
Programa(Robot robot,
java.lang.String nom,
java.lang.String codi) |
Constructor and Description |
---|
Mapa(Usuari usuari,
java.lang.String nomMapa,
java.util.Set<Objectemapa> objectemapas,
java.util.Set<Robot> robots) |