edu.cmu.emulator.creator.config
Class DelayModel

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.DelayModel
Direct Known Subclasses:
FixedDelayModel, ManualDelayModel, NullDelayModel

public abstract class DelayModel
extends ConfigNode


Constructor Summary
DelayModel()
           
 
Method Summary
abstract  DelayModel clone()
           
static DelayModel fromXML(Element el)
           
abstract  String getType()
           
protected  Element toXML(Document doc)
           
protected abstract  void toXML(Document doc, Element parent)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayModel

public DelayModel()
Method Detail

getType

public abstract String getType()

clone

public abstract DelayModel clone()
Overrides:
clone in class Object

fromXML

public static DelayModel fromXML(Element el)
                          throws ConfigException
Throws:
ConfigException

toXML

protected Element toXML(Document doc)

toXML

protected abstract void toXML(Document doc,
                              Element parent)


Copyright © 2013. All Rights Reserved.