|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.core.mars.LandmarkConfig
public class LandmarkConfig
Provides configuration information about landmarks. Uses a DOM document to get the information.
| Constructor Summary | |
|---|---|
LandmarkConfig(org.jdom.Document landmarkDoc)
Constructor |
|
| Method Summary | |
|---|---|
void |
destroy()
Prepare object for garbage collection. |
List<Landmark> |
getLandmarkList()
Gets a list of landmarks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LandmarkConfig(org.jdom.Document landmarkDoc)
landmarkDoc - DOM document of landmark configuration.| Method Detail |
|---|
public List<Landmark> getLandmarkList()
Exception - when landmarks can not be parsed.public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||