Uses of Class
universe.common.database.Star

Packages that use Star
universe.client.database   
universe.server.database   
 

Uses of Star in universe.client.database
 

Methods in universe.client.database that return Star
 Star SystemView.starAtIndex(int index)
           
 

Uses of Star in universe.server.database
 

Methods in universe.server.database that return Star
 Star SystemBase.starAtIndex(int index)
          This method returns the star at the given index in the set of those stars present in the system.
 

Methods in universe.server.database with parameters of type Star
 void SystemBase.addStar(Star aStar)
          Adds the given star to the set of those present in the system.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.