|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.xml.jstats.DistributionParser
public final class DistributionParser
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
static URL |
DISTRIBUTIONFILE_SCHEMA
the default schema file |
Method Summary | |
---|---|
static DistContinuous |
parseContinuousDistribution(org.jdom.Element element,
SimulatorInterface simulator)
parses a xml-element representing a distribution function |
static DistDiscrete |
parseDiscreteDistribution(org.jdom.Element element,
SimulatorInterface simulator)
parses a xml-element representing a distribution function |
static Dist |
parseDistribution(org.jdom.Element element,
SimulatorInterface simulator)
parses a xml-element representing a distribution function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final URL DISTRIBUTIONFILE_SCHEMA
Method Detail |
---|
public static Dist parseDistribution(org.jdom.Element element, SimulatorInterface simulator) throws IOException
element
- The j-dom elementsimulator
- the simulator to use
IOException
- on failurepublic static DistDiscrete parseDiscreteDistribution(org.jdom.Element element, SimulatorInterface simulator) throws IOException
element
- The j-dom elementsimulator
- the simulator to use
IOException
- on failurepublic static DistContinuous parseContinuousDistribution(org.jdom.Element element, SimulatorInterface simulator) throws IOException
element
- The j-dom elementsimulator
- the simulator to use
IOException
- on failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |