|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExploredLocation | |
|---|---|
| org.mars_sim.msp.simulation.mars | Contains classes for Mars planete information, minerals... |
| org.mars_sim.msp.simulation.person.ai.mission | Contains classes involving missions a person can perform. |
| org.mars_sim.msp.simulation.person.ai.task | Contains classes involving tasks a person can perform. |
| org.mars_sim.msp.ui.standard.tool.map | Contains the mars simulation map related UI components |
| Uses of ExploredLocation in org.mars_sim.msp.simulation.mars |
|---|
| Methods in org.mars_sim.msp.simulation.mars that return ExploredLocation | |
|---|---|
ExploredLocation |
SurfaceFeatures.addExploredLocation(Coordinates location,
java.util.Map<java.lang.String,java.lang.Double> estimatedMineralConcentrations,
Settlement settlement)
Adds an explored location. |
| Methods in org.mars_sim.msp.simulation.mars that return types with arguments of type ExploredLocation | |
|---|---|
java.util.List<ExploredLocation> |
SurfaceFeatures.getExploredLocations()
Gets a list of all explored locations on Mars. |
| Uses of ExploredLocation in org.mars_sim.msp.simulation.person.ai.mission |
|---|
| Methods in org.mars_sim.msp.simulation.person.ai.mission that return ExploredLocation | |
|---|---|
ExploredLocation |
Mining.getMiningSite()
Gets the mission mining site. |
| Methods in org.mars_sim.msp.simulation.person.ai.mission that return types with arguments of type ExploredLocation | |
|---|---|
java.util.List<ExploredLocation> |
Exploration.getExploredSites()
Gets a list of sites explored by the mission so far. |
| Constructors in org.mars_sim.msp.simulation.person.ai.mission with parameters of type ExploredLocation | |
|---|---|
Mining(java.util.Collection<Person> members,
Settlement startingSettlement,
ExploredLocation miningSite,
Rover rover,
LightUtilityVehicle luv,
java.lang.String description)
Constructor with explicit data. |
|
| Uses of ExploredLocation in org.mars_sim.msp.simulation.person.ai.task |
|---|
| Constructors in org.mars_sim.msp.simulation.person.ai.task with parameters of type ExploredLocation | |
|---|---|
ExploreSite(Person person,
ExploredLocation site,
Rover rover)
Constructor |
|
| Uses of ExploredLocation in org.mars_sim.msp.ui.standard.tool.map |
|---|
| Methods in org.mars_sim.msp.ui.standard.tool.map with parameters of type ExploredLocation | |
|---|---|
void |
ExploredSiteMapLayer.setSelectedSite(ExploredLocation selectedSite)
Sets the selected site. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||