|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.core.structure.construction.ConstructionStageInfo
public class ConstructionStageInfo
Information about a construction stage.
| Field Summary | |
|---|---|
static String |
BUILDING
|
static String |
FOUNDATION
|
static String |
FRAME
|
| Method Summary | |
|---|---|
void |
destroy()
Prepare for garbage collection. |
int |
getArchitectConstructionSkill()
Gets the architect construction skill level. |
double |
getLength()
Gets the length of the stage. |
String |
getName()
Gets the name of the stage. |
Map<Part,Integer> |
getParts()
Gets the parts needed for the stage. |
String |
getPrerequisiteStage()
Gets the prerequisite stage name. |
Map<AmountResource,Double> |
getResources()
Gets the resources needed for the stage. |
String |
getType()
Gets the stage type. |
List<ConstructionVehicleType> |
getVehicles()
Gets the vehicles needed for the stage. |
double |
getWidth()
Gets the width of the stage. |
double |
getWorkTime()
Gets the construction work time. |
boolean |
isConstructable()
Check if the stage can be constructed. |
boolean |
isSalvagable()
Checks if the stage can be salvaged. |
boolean |
isUnsetDimensions()
Checks if the stage dimensions are initially unset. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String FOUNDATION
public static final String FRAME
public static final String BUILDING
| Method Detail |
|---|
public int getArchitectConstructionSkill()
public String getName()
public double getWidth()
public double getLength()
public boolean isUnsetDimensions()
public boolean isConstructable()
public boolean isSalvagable()
public Map<Part,Integer> getParts()
public String getPrerequisiteStage()
public Map<AmountResource,Double> getResources()
public String getType()
public List<ConstructionVehicleType> getVehicles()
public double getWorkTime()
public void destroy()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||