Uses of Interface
org.dps.core.database.map.IMapRegions

Packages that use IMapRegions
org.dps.core.database.map   
org.dps.core.database.ram   
org.dps.core.database.sta   
 

Uses of IMapRegions in org.dps.core.database.map
 

Methods in org.dps.core.database.map that return IMapRegions
 IMapRegions IMapRegionsFactory.getFromId(int id)
           
 IMapRegions IMapRegionJumps.getFromRegionIDObject()
           
 IMapRegions IMapConstellationJumps.getFromRegionIDObject()
           
 IMapRegions IMapSolarSystemJumps.getFromRegionIDObject()
           
 IMapRegions IMapConstellations.getRegionIDObject()
           
 IMapRegions IMapDenormalize.getRegionIDObject()
           
 IMapRegions IMapSolarSystems.getRegionIDObject()
           
 IMapRegions IMapRegionJumps.getToRegionIDObject()
           
 IMapRegions IMapConstellationJumps.getToRegionIDObject()
           
 IMapRegions IMapSolarSystemJumps.getToRegionIDObject()
           
 

Methods in org.dps.core.database.map that return types with arguments of type IMapRegions
 java.util.Collection<IMapRegions> IMapRegionsFactory.getAll()
           
 

Uses of IMapRegions in org.dps.core.database.ram
 

Methods in org.dps.core.database.ram that return IMapRegions
 IMapRegions IRamAssemblyLineStations.getRegionIDObject()
           
 

Uses of IMapRegions in org.dps.core.database.sta
 

Methods in org.dps.core.database.sta that return IMapRegions
 IMapRegions IStaStations.getRegionIDObject()