|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.ProtoObject | +--org.gjt.universe.ProtoShip
Field Summary | |
(package private) java.lang.String |
name
|
(package private) ShipDesign_001 |
shipDesign
|
(package private) ShipDesignID |
shipDesignID
|
(package private) Station_001 |
stationBuilding
|
(package private) StationID |
stationBuildingID
|
Fields inherited from class org.gjt.universe.ProtoObject |
currentTurn, productionThisTurn, totalProduction, totalProductionNeeded |
Constructor Summary | |
ProtoShip(StationID BID,
ShipDesignID DID)
|
Method Summary | |
(package private) void |
buildObject()
Object type specific method to build the actual object. |
Index |
getKey()
|
boolean |
prereqs()
|
java.lang.String |
toString()
|
Methods inherited from class org.gjt.universe.ProtoObject |
addProduction, getEstimatedTimeOfCompletion, getPercentageCompletion, getProductionNeeded, newProtoObject, newProtoObject, newProtoObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
StationID stationBuildingID
Station_001 stationBuilding
ShipDesignID shipDesignID
ShipDesign_001 shipDesign
java.lang.String name
Constructor Detail |
public ProtoShip(StationID BID, ShipDesignID DID)
Method Detail |
public boolean prereqs()
prereqs
in class ProtoObject
void buildObject()
ProtoObject
buildObject
in class ProtoObject
public Index getKey()
getKey
in class ProtoObject
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |