org.dps.core.database.map
Interface IMapSolarSystemJumps


public interface IMapSolarSystemJumps


Method Summary
 int getFromConstellationID()
           
 IMapConstellations getFromConstellationIDObject()
           
 int getFromRegionID()
           
 IMapRegions getFromRegionIDObject()
           
 int getFromSolarSystemID()
           
 IMapSolarSystems getFromSolarSystemIDObject()
           
 int getToConstellationID()
           
 IMapConstellations getToConstellationIDObject()
           
 int getToRegionID()
           
 IMapRegions getToRegionIDObject()
           
 int getToSolarSystemID()
           
 IMapSolarSystems getToSolarSystemIDObject()
           
 

Method Detail

getFromRegionID

int getFromRegionID()

getFromConstellationID

int getFromConstellationID()

getFromSolarSystemID

int getFromSolarSystemID()

getToSolarSystemID

int getToSolarSystemID()

getToConstellationID

int getToConstellationID()

getToRegionID

int getToRegionID()

getFromRegionIDObject

IMapRegions getFromRegionIDObject()

getFromConstellationIDObject

IMapConstellations getFromConstellationIDObject()

getFromSolarSystemIDObject

IMapSolarSystems getFromSolarSystemIDObject()

getToSolarSystemIDObject

IMapSolarSystems getToSolarSystemIDObject()

getToConstellationIDObject

IMapConstellations getToConstellationIDObject()

getToRegionIDObject

IMapRegions getToRegionIDObject()