org.gscg.experiment
Class HandlerParser
java.lang.Object
org.gscg.experiment.HandlerParser
- public final class HandlerParser
- extends java.lang.Object
Parses XML Elements into handlers.
(c) copyright 2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software are proprietary information
of Delft University of Technology.
- Since:
- 1.1.10
- Version:
- $Revision: 1.3 $ $Date: 2005/08/10 11:23:30 $
- Author:
- Stijn-Pieter
van Houten
Constructor Summary |
protected |
HandlerParser()
constructs a new HandlerParser |
Method Summary |
static void |
parseAndAddHandler(nl.tudelft.simulation.supplychain.actor.SupplyChainActor actor,
org.jdom.Element rootElement)
parses the given handler element to a handler and adds this to the actor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerParser
protected HandlerParser()
- constructs a new HandlerParser
parseAndAddHandler
public static void parseAndAddHandler(nl.tudelft.simulation.supplychain.actor.SupplyChainActor actor,
org.jdom.Element rootElement)
- parses the given handler element to a handler and adds this to the actor
- Parameters:
actor
- the actorrootElement
- the root element with all the handlers
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.