Uses of Class
battaglianavale.Nave

Uses of Nave in battaglianavale
 

Subclasses of Nave in battaglianavale
 class Ammiraglia
          Tipo nave Ammiraglia
 class Fregata
          Tipo nave Fregata
 class PortaAerei
          Tipo nave PortaAerei
 class Sommergibile
          Tipo nave Sommergibile
 

Fields in battaglianavale declared as Nave
private  Nave Flotta.nave
          Deprecated.  
private  Nave[] Flotta.navi
          Vettore delle navi appartenenti alla flotta
 

Methods in battaglianavale that return Nave
 Nave Flotta.getNave()
          Deprecated.  
 

Methods in battaglianavale with parameters of type Nave
 boolean Flotta.isPositioneLibera(Nave nave, int posx, int posy)
          Verifica la possibilità di inserire la nave nella posizione specificata
 void Flotta.piazzaNave(Nave nave, int x, int y)
          Piazza la nave nelle coodinate specificate
private  void Flotta.piazzaNave(Nave nave, int x0, int y0, int x1, int y1)
          Piazza la nave nelle coordinate specificate
 void Flotta.setNave(Nave nave)
          Deprecated.