edu.cmu.emulator.creator.config.delayModels
Class NullDelayModel

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.DelayModel
          extended by edu.cmu.emulator.creator.config.delayModels.NullDelayModel

public class NullDelayModel
extends DelayModel


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

Constructor Detail

NullDelayModel

public NullDelayModel()
Method Detail

getType

public String getType()
Specified by:
getType in class DelayModel

clone

public DelayModel clone()
Specified by:
clone in class DelayModel

fromXML

public static NullDelayModel fromXML(Element el)

toXML

protected void toXML(Document doc,
                     Element parent)
Specified by:
toXML in class DelayModel


Copyright © 2013. All Rights Reserved.