org.dps.core.database.map
Interface IMapConstellationJumps


public interface IMapConstellationJumps


Method Summary
 int getFromConstellationID()
           
 IMapConstellations getFromConstellationIDObject()
           
 int getFromRegionID()
           
 IMapRegions getFromRegionIDObject()
           
 int getToConstellationID()
           
 IMapConstellations getToConstellationIDObject()
           
 int getToRegionID()
           
 IMapRegions getToRegionIDObject()
           
 

Method Detail

getFromRegionID

int getFromRegionID()

getFromConstellationID

int getFromConstellationID()

getToConstellationID

int getToConstellationID()

getToRegionID

int getToRegionID()

getFromRegionIDObject

IMapRegions getFromRegionIDObject()

getFromConstellationIDObject

IMapConstellations getFromConstellationIDObject()

getToConstellationIDObject

IMapConstellations getToConstellationIDObject()

getToRegionIDObject

IMapRegions getToRegionIDObject()