|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemID | |
org.gjt.universe | |
org.gjt.universe.gui | |
org.gjt.universe.gui.one | |
org.gjt.universe.scheme001 |
Uses of SystemID in org.gjt.universe |
Fields in org.gjt.universe declared as SystemID | |
private SystemID |
Wormhole.endPointID1
|
private SystemID |
Wormhole.endPointID2
|
static SystemID |
SystemUndefined.ID
|
private static SystemID |
SystemBase.currentID
|
private SystemID |
SystemBase.ID
|
private SystemID |
ResultWormholeOscillation.fixedSysID
|
private SystemID |
ResultWormholeOscillation.oldSysID
|
private SystemID |
ResultWormholeOscillation.newSysID
|
private SystemID |
ResultHomeSystem.system
|
private SystemID |
PlanetBase.SystemMember
|
(package private) SystemID |
Location.systemid
|
private SystemID |
KnowledgeSystem.systemID
|
private SystemID |
DisplayReturn.system
|
private SystemID |
Civ.HomeSystem
|
Methods in org.gjt.universe that return SystemID | |
SystemID |
Wormhole.getEndPointID1()
This method returns the ID of the star system which is the first end-point of the wormhole. |
SystemID |
Wormhole.getEndPointID2()
This method returns the ID of the star system which is the second end-point of the wormhole. |
SystemID |
VectorSystemID.get(int idx)
|
SystemID |
VectorSystemID.getRandom()
This method returns the ID of a star system randomly selected from those present in the vector. |
static SystemID |
SystemList.getRandomSystemID()
This method returns the ID of a star system randomly selected from the list. |
SystemID |
SystemBase.getID()
Returns the unique ID assigned to the receiving system when it was created. |
(package private) static SystemID |
SystemBase.getID(java.lang.String in_name)
Class meethod returns the ID of the system with the given name. |
SystemID |
PlanetBase.getSystemID()
|
SystemID |
Location.getSystem()
|
(package private) SystemID |
KnowledgeSystem.getSystemID()
|
SystemID |
GalaxyBase.getRandomSystemID()
This method returns the ID of a star system randomly selected from those present in the galaxy. |
SystemID |
DisplayReturn.getSystem()
|
SystemID |
Civ.getHomeSystem()
|
Methods in org.gjt.universe with parameters of type SystemID | |
boolean |
WormholeOscillating.isAlternateEndPointID(SystemID anID)
This method is provided to allow callers to easily test is a particualr star system is one of the alternate end-points of the receiving oscillating wormhole instances. |
private void |
Wormhole.connectToSystemWithID(SystemID anID)
This method handles notifying the star system with the given ID that this wormhole has an end-point in it. |
private void |
Wormhole.disconnectFromSystemWithID(SystemID anID)
This method handles notifying the star system with the given ID that this wormhole no longer has an end-point in it. |
void |
Wormhole.setEndPointID1(SystemID newValue)
This method sets the ID of the star system which is the first end-point of the wormhole. |
void |
Wormhole.setEndPointID2(SystemID newValue)
This method sets the ID of the star system which is the second end-point of the wormhole. |
boolean |
Wormhole.isEndPoint(SystemID anID)
This method is provided to allow callers to easily test is a particualr star system is one of the end- points of the receiving wormhole instances. |
void |
VectorSystemID.add(SystemID SID)
|
boolean |
VectorSystemID.contains(SystemID SID)
This method returns true if the given system ID is present in the vector, and false otherwise. |
static SystemBase |
SystemList.get(SystemID idx)
This method returns the star system with the given ID. |
abstract PlanetID |
SchemeBase.newPlanet(SystemID SID,
int starIndex,
java.lang.String in_name)
Factory method for creating this scheme's version of a Planet |
static void |
ResultWormholeOscillation.newResult(WormholeID wID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Factorl method for a new wormhole oscillation result instances. |
static void |
ResultWormholeOscillation.newResult(WormholeID wID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Factorl method for a new wormhole oscillation result instances. |
static void |
ResultWormholeOscillation.newResult(WormholeID wID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Factorl method for a new wormhole oscillation result instances. |
static void |
ResultHomeSystem.newResult(CivID civID,
SystemID SID)
|
static RelationshipType |
Relationship.getRelationshipType(CivID me,
SystemID SID)
|
(package private) void |
KnowledgeSystemMap.insert(SystemID SID,
KnowledgeID KID)
|
(package private) KnowledgeID |
KnowledgeSystemMap.get(SystemID SID)
|
(package private) static KnowledgeID |
KnowledgeSystem.newKnowledge(CivID AID,
SystemID SID)
|
(package private) void |
KnowledgeSystem.setSystemID(SystemID new_sysID)
|
(package private) static KnowledgeID |
Knowledge.explore(CivID AID,
SystemID SID)
|
void |
GalaxyBase.addSystem(SystemID SID)
Adds a star system to the galaxy. |
static VectorDisplayReturn |
DisplaySystem.getSpecific(CivID AID,
SystemID SID)
|
static VectorDisplayReturn |
DisplayDebug.getSystem(SystemID SID)
|
(package private) void |
Civ.setHomeSystem(SystemID SID)
|
Constructors in org.gjt.universe with parameters of type SystemID | |
WormholeOscillating(SystemID ep1,
VectorSystemID alt_eps,
float d,
boolean s,
float i,
int p)
This constructer is the desginated initializer for instances of this class, all other constructors in this class and subclasses should call this method as their first instruction. |
|
Wormhole(SystemID ep1,
SystemID ep2,
float d,
boolean s,
float i)
This constructer is the desginated initializer for instances of this class, all other constructors in this class and subclasses should call this method as their first instruction. |
|
Wormhole(SystemID ep1,
SystemID ep2,
float d,
boolean s,
float i)
This constructer is the desginated initializer for instances of this class, all other constructors in this class and subclasses should call this method as their first instruction. |
|
Wormhole(SystemID ep1,
SystemID ep2,
boolean s)
This constructor returns a wormhole between the indicated star systems and having a random diameter of between 50 and 1000 meters and a random initial integrity of between 10 and 100. |
|
Wormhole(SystemID ep1,
SystemID ep2,
boolean s)
This constructor returns a wormhole between the indicated star systems and having a random diameter of between 50 and 1000 meters and a random initial integrity of between 10 and 100. |
|
ResultWormholeOscillation(WormholeID wID,
CivID pID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Private contructior for a new wormhole oscillation result instance. |
|
ResultWormholeOscillation(WormholeID wID,
CivID pID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Private contructior for a new wormhole oscillation result instance. |
|
ResultWormholeOscillation(WormholeID wID,
CivID pID,
SystemID fixedSysID,
SystemID oldSysID,
SystemID newSysID)
Private contructior for a new wormhole oscillation result instance. |
|
ResultHomeSystem(CivID civID,
SystemID SID)
|
|
Relationship(CivID me,
SystemID SID)
|
|
PlanetBase(SystemID SID,
int starIndex,
java.lang.String in_name)
This is the designated constructor for instances of this class/ It creates a new instance of a planet in the given star system, orbiting the given star in that system, and having the given name. |
|
Location(SystemID SID)
Constructor that takes a SystemID object. |
|
KnowledgeSystem(SystemID system)
|
|
DisplayReturn(java.lang.String in_str,
SystemID in_system)
|
Uses of SystemID in org.gjt.universe.gui |
Fields in org.gjt.universe.gui declared as SystemID | |
private SystemID |
SystemScreenCoord.system
|
SystemID |
SystemPoint.ID
|
(package private) SystemID |
MapComponentJFC.PopMenuSystemListener.systemID
|
private SystemID |
GUISystemSpecificJFC.system
|
Methods in org.gjt.universe.gui that return SystemID | |
(package private) SystemID |
SystemScreenCoord.getID()
|
(package private) SystemID |
MapComponentJFC.getNearestSystem(int x,
int y,
int maxd)
Gets the nearest system to ScreenCoord x,y. |
SystemID |
GUIMapJFC.getSelectedSystem()
Returns the ID of system under crosshair cursor. |
Methods in org.gjt.universe.gui with parameters of type SystemID | |
private RelationshipType |
SystemScreenObjectHandler.playerSystemRelationship(CivID cid,
SystemID sid)
|
(package private) void |
GUIMapJFC.systemClicked(SystemID sID)
|
(package private) void |
GUIMapJFC.showInfo(SystemID SID,
Coord source)
|
(package private) void |
GUIFleetMoveJFC.systemClicked(SystemID sID)
|
private void |
GUIDebugDialogJFC.run(SystemID SID)
|
(package private) java.lang.String |
DisplayMap.getLabel(SystemID system,
int displayType)
Returns the labels used on the map. |
Constructors in org.gjt.universe.gui with parameters of type SystemID | |
SystemScreenCoord(SystemID SID,
float x,
float y)
|
|
MapComponentJFC.PopMenuSystemListener(SystemID sID)
|
|
GUISystemSpecificJFC(CivID AID,
SystemID SID)
|
|
GUIDebugDialogJFC(SystemID SID)
|
|
DisplayMap(SystemID SID)
|
Uses of SystemID in org.gjt.universe.gui.one |
Methods in org.gjt.universe.gui.one with parameters of type SystemID | |
private static void |
InfoScreen.system(GUIFactoryOne gui,
javax.swing.JPanel panel,
SystemID SID)
|
Uses of SystemID in org.gjt.universe.scheme001 |
Methods in org.gjt.universe.scheme001 with parameters of type SystemID | |
PlanetID |
Scheme_001.newPlanet(SystemID SID,
int star_index,
java.lang.String in_name)
Factory method for creating this scheme's version of a Planet |
(package private) static PlanetID |
Planet_001.newPlanet(SystemID SID,
int starIndex,
java.lang.String in_name)
This factory class method returns a newly created planet in the given system, orbiting the given star, and having the given name. |
Constructors in org.gjt.universe.scheme001 with parameters of type SystemID | |
Planet_001(SystemID in_sysID,
int starIndex,
java.lang.String in_name)
Private constructor - called by new Planet() |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |