org.mars_sim.msp.simulation.resource
Class PartConfig

java.lang.Object
  extended by org.mars_sim.msp.simulation.resource.PartConfig
All Implemented Interfaces:
java.io.Serializable

public final class PartConfig
extends java.lang.Object
implements java.io.Serializable

Provides configuration information about parts. Uses a DOM document to get the information.

See Also:
Serialized Form

Constructor Summary
PartConfig(org.w3c.dom.Document itemResourceDoc)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartConfig

public PartConfig(org.w3c.dom.Document itemResourceDoc)
           throws java.lang.Exception
Constructor

Parameters:
itemResourceDoc - the item resource XML document.
Throws:
java.lang.Exception - if error reading XML document