Uses of Class
astro.ex10.model.Planet

Packages that use Planet
astro.ex10.model   
 

Uses of Planet in astro.ex10.model
 

Fields in astro.ex10.model declared as Planet
private  Planet Moon.planet
           
 

Methods in astro.ex10.model that return Planet
 Planet Planet.addMoon(Moon moon)
           
 Planet Moon.getPlanet()
           
 

Methods in astro.ex10.model with parameters of type Planet
 void Moon.setPlanet(Planet planet)