edu.cmu.emulator.creator.config.delayModels
Class FixedDelayModel
java.lang.Object
edu.cmu.emulator.creator.config.ConfigNode
edu.cmu.emulator.creator.config.DelayModel
edu.cmu.emulator.creator.config.delayModels.FixedDelayModel
public class FixedDelayModel
- extends DelayModel
Field Summary |
private int |
delay
|
Methods inherited from class edu.cmu.emulator.creator.config.DelayModel |
toXML |
delay
private int delay
FixedDelayModel
public FixedDelayModel(int delay)
getDelay
public int getDelay()
setDelay
public void setDelay(int delay)
clone
public DelayModel clone()
- Specified by:
clone
in class DelayModel
getType
public String getType()
- Specified by:
getType
in class DelayModel
fromXML
public static FixedDelayModel fromXML(Element el)
throws ConfigException
- Throws:
ConfigException
toXML
protected void toXML(Document doc,
Element parent)
- Specified by:
toXML
in class DelayModel
Copyright © 2013. All Rights Reserved.