|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstructionStageInfo | |
|---|---|
| org.mars_sim.msp.core.person.ai.mission | Contains classes involving missions a person can perform. |
| org.mars_sim.msp.core.structure.construction | |
| Uses of ConstructionStageInfo in org.mars_sim.msp.core.person.ai.mission |
|---|
| Constructors in org.mars_sim.msp.core.person.ai.mission with parameters of type ConstructionStageInfo | |
|---|---|
BuildingConstructionMission(Collection<Person> members,
Settlement settlement,
ConstructionSite site,
ConstructionStageInfo stageInfo,
double xLoc,
double yLoc,
double facing,
List<GroundVehicle> vehicles)
Constructor |
|
| Uses of ConstructionStageInfo in org.mars_sim.msp.core.structure.construction |
|---|
| Methods in org.mars_sim.msp.core.structure.construction that return ConstructionStageInfo | |
|---|---|
static ConstructionStageInfo |
ConstructionUtil.getConstructionStageInfo(String stageName)
Gets a construction stage info matching a given name. |
ConstructionStageInfo |
ConstructionStage.getInfo()
Get the construction stage information. |
static ConstructionStageInfo |
ConstructionUtil.getPrerequisiteStage(ConstructionStageInfo stageInfo)
Gets the prerequisite construction stage info for a given stage info. |
| Methods in org.mars_sim.msp.core.structure.construction that return types with arguments of type ConstructionStageInfo | |
|---|---|
static List<ConstructionStageInfo> |
ConstructionUtil.getAllConstructionStageInfoList()
Gets a list of all construction stage info available. |
Map<ConstructionStageInfo,Double> |
ConstructionValues.getAllConstructionStageValues()
Gets a map of all construction stage infos and their values. |
static List<ConstructionStageInfo> |
ConstructionUtil.getBuildingConstructionStageInfoList()
Gets a list of all building construction stage info. |
static List<ConstructionStageInfo> |
ConstructionUtil.getBuildingConstructionStageInfoList(int constructionSkill)
Gets a list of all building construction stage info. |
List<ConstructionStageInfo> |
ConstructionConfig.getConstructionStageInfoList(String stageType)
Gets a list of construction stage infos. |
static List<ConstructionStageInfo> |
ConstructionUtil.getConstructionStageInfoList(String stageType)
Gets a list of all construction stage info of a given type. |
static List<ConstructionStageInfo> |
ConstructionUtil.getConstructionStageInfoList(String stageType,
int constructionSkill)
Gets a list of all construction stage info of a given type. |
Map<ConstructionStageInfo,Double> |
ConstructionValues.getConstructionStageProfit(String stageType,
int constructionSkill,
boolean checkMaterials)
Gets a map of construction stage infos and their profits for a given stage type. |
static List<ConstructionStageInfo> |
ConstructionUtil.getFoundationConstructionStageInfoList()
Gets a list of all foundation construction stage info. |
static List<ConstructionStageInfo> |
ConstructionUtil.getFoundationConstructionStageInfoList(int constructionSkill)
Gets a list of all foundation construction stage info. |
static List<ConstructionStageInfo> |
ConstructionUtil.getFrameConstructionStageInfoList()
Gets a list of all frame construction stage info. |
static List<ConstructionStageInfo> |
ConstructionUtil.getFrameConstructionStageInfoList(int constructionSkill)
Gets a list of all frame construction stage info. |
Map<ConstructionStageInfo,Double> |
ConstructionValues.getNewConstructionStageProfits(ConstructionSite site,
int constructionSkill)
Gets a map of construction stage infos and their profits for a particular construction site. |
static List<ConstructionStageInfo> |
ConstructionUtil.getNextPossibleStages(ConstructionStageInfo stageInfo)
Gets a list of the next possible construction stages from a given construction stage info. |
| Methods in org.mars_sim.msp.core.structure.construction with parameters of type ConstructionStageInfo | |
|---|---|
static List<String> |
ConstructionUtil.getConstructableBuildingNames(ConstructionStageInfo stageInfo)
Gets a list of names of buildings that are constructable from a given construction stage info. |
double |
ConstructionValues.getConstructionStageValue(ConstructionStageInfo stageInfo)
Gets the value of a construction stage. |
static List<ConstructionStageInfo> |
ConstructionUtil.getNextPossibleStages(ConstructionStageInfo stageInfo)
Gets a list of the next possible construction stages from a given construction stage info. |
static ConstructionStageInfo |
ConstructionUtil.getPrerequisiteStage(ConstructionStageInfo stageInfo)
Gets the prerequisite construction stage info for a given stage info. |
boolean |
ConstructionSite.hasStage(ConstructionStageInfo stage)
Checks if this site contains a given stage. |
| Constructors in org.mars_sim.msp.core.structure.construction with parameters of type ConstructionStageInfo | |
|---|---|
ConstructionStage(ConstructionStageInfo info,
ConstructionSite site)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||