Uses of Class
org.mars_sim.msp.core.structure.construction.ConstructionStage

Packages that use ConstructionStage
org.mars_sim.msp.core.person.ai.mission Contains classes involving missions a person can perform. 
org.mars_sim.msp.core.person.ai.task Contains classes involving tasks a person can perform. 
org.mars_sim.msp.core.structure.construction   
 

Uses of ConstructionStage in org.mars_sim.msp.core.person.ai.mission
 

Methods in org.mars_sim.msp.core.person.ai.mission that return ConstructionStage
 ConstructionStage BuildingConstructionMission.getConstructionStage()
          Gets the mission's construction stage.
 ConstructionStage BuildingSalvageMission.getConstructionStage()
          Gets the mission's construction stage.
 

Uses of ConstructionStage in org.mars_sim.msp.core.person.ai.task
 

Methods in org.mars_sim.msp.core.person.ai.task that return ConstructionStage
 ConstructionStage SalvageBuilding.getConstructionStage()
          Gets the construction stage that is being worked on.
 ConstructionStage ConstructBuilding.getConstructionStage()
          Gets the construction stage that is being worked on.
 

Constructors in org.mars_sim.msp.core.person.ai.task with parameters of type ConstructionStage
ConstructBuilding(Person person, ConstructionStage stage, ConstructionSite site, List<GroundVehicle> vehicles)
          Constructor
SalvageBuilding(Person person, ConstructionStage stage, ConstructionSite site, List<GroundVehicle> vehicles)
          Constructor
 

Uses of ConstructionStage in org.mars_sim.msp.core.structure.construction
 

Methods in org.mars_sim.msp.core.structure.construction that return ConstructionStage
 ConstructionStage ConstructionSite.getCurrentConstructionStage()
          Gets the current construction stage at the site.
 

Methods in org.mars_sim.msp.core.structure.construction with parameters of type ConstructionStage
 void ConstructionSite.addNewStage(ConstructionStage stage)
          Adds a new construction stage to the site.
 void ConstructionSite.removeSalvagedStage(ConstructionStage stage)
          Remove a salvaged stage from the construction site.
 



Copyright © 2009-2013. All Rights Reserved.