Package | Description |
---|---|
persistencia3 |
Modifier and Type | Method and Description |
---|---|
Mapa |
Objectemapa.getMapa() |
Mapa |
Robot.getMapa() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Mapa> |
Usuari.getMapas() |
Modifier and Type | Method and Description |
---|---|
void |
Objectemapa.setMapa(Mapa mapa) |
void |
Robot.setMapa(Mapa mapa) |
Modifier and Type | Method and Description |
---|---|
void |
Usuari.setMapas(java.util.Set<Mapa> mapas) |
Constructor and Description |
---|
Objectemapa(Mapa mapa,
int tipus,
int posicioX,
int posicioY) |
Robot(Mapa mapa) |
Robot(Mapa mapa,
java.lang.String nom,
java.lang.Integer posicioInicialX,
java.lang.Integer posicioInicialY,
java.lang.Integer direccioInicial,
java.lang.String codi,
java.util.Set<Programa> programas,
java.util.Set<Instrucciobd> instrucciobds,
java.util.Set<Memoriaram> memoriarams) |
Constructor and Description |
---|
Usuari(Persona persona,
java.lang.String password,
java.util.Set<Mapa> mapas) |