jeco.lib.problems.floorplan
Class FloorplanConfiguration
java.lang.Object
jeco.lib.problems.floorplan.FloorplanConfiguration
public class FloorplanConfiguration
- extends java.lang.Object
- Author:
- jlrisco
Method Summary |
void |
load()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filePath
protected java.lang.String filePath
cellSize
protected int cellSize
maxLength
protected int maxLength
maxWidth
protected int maxWidth
maxHeight
protected int maxHeight
components
protected java.util.HashMap<java.lang.Integer,Component> components
couplings
protected java.util.HashMap<java.lang.Integer,java.util.HashSet<java.lang.Integer>> couplings
temperatures
protected double[][][] temperatures
FloorplanConfiguration
protected FloorplanConfiguration(java.lang.String filePath)
load
public void load()
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
org.xml.sax.SAXException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException