|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mars_sim.msp.simulation.mars.LandmarkConfig
public class LandmarkConfig
Provides configuration information about landmarks. Uses a DOM document to get the information.
Constructor Summary | |
---|---|
LandmarkConfig(org.w3c.dom.Document landmarkDoc)
Constructor |
Method Summary | |
---|---|
java.util.List |
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.w3c.dom.Document landmarkDoc)
landmarkDoc
- DOM document of landmark configuration.Method Detail |
---|
public java.util.List getLandmarkList() throws java.lang.Exception
java.lang.Exception
- when landmarks can not be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |