Package org.planit.io.xml.demands
Class ProcessConfiguration
- java.lang.Object
-
- org.planit.io.xml.demands.ProcessConfiguration
-
public class ProcessConfiguration extends Object
Methods to generate and store PLANit configuration objects from the configuration object in the XML demand input file.- Author:
- gman6028
-
-
Constructor Summary
Constructors Constructor Description ProcessConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
generateAndStoreConfigurationData(Demands demands, org.planit.xml.generated.XMLElementDemandConfiguration demandconfiguration, PhysicalNetwork physicalNetwork, InputBuilderListener inputBuilderListener)
Sets up all the configuration data from the XML demands file
-
-
-
Method Detail
-
generateAndStoreConfigurationData
public static void generateAndStoreConfigurationData(Demands demands, org.planit.xml.generated.XMLElementDemandConfiguration demandconfiguration, PhysicalNetwork physicalNetwork, InputBuilderListener inputBuilderListener) throws PlanItException
Sets up all the configuration data from the XML demands file- Parameters:
demands
- the Demands objectdemandconfiguration
- the generated XMLElementDemandConfiguration object containing the data from the XML input filephysicalNetwork
- the physical networkinputBuilderListener
- parser to be updated- Throws:
PlanItException
- thrown if there is a duplicate external Id found for any component
-
-