edu.cmu.emulator.creator.config.fadingModels
Class RiceanFadingModel

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.FadingModel
          extended by edu.cmu.emulator.creator.config.fadingModels.RiceanFadingModel

public class RiceanFadingModel
extends FadingModel


Field Summary
private  double k
           
private  double minSpeed
           
 
Constructor Summary
RiceanFadingModel(double k, double minSpeed)
           
 
Method Summary
 FadingModel clone()
           
static RiceanFadingModel fromXML(Element el)
           
 double getK()
           
 double getMinSpeed()
           
 String getType()
           
 void setK(double k)
           
 void setMinSpeed(double minSpeed)
           
protected  void toXML(Document doc, Element parent)
           
 
Methods inherited from class edu.cmu.emulator.creator.config.FadingModel
toXML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

k

private double k

minSpeed

private double minSpeed
Constructor Detail

RiceanFadingModel

public RiceanFadingModel(double k,
                         double minSpeed)
Method Detail

getK

public double getK()

getMinSpeed

public double getMinSpeed()

setK

public void setK(double k)

setMinSpeed

public void setMinSpeed(double minSpeed)

clone

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

getType

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

fromXML

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

toXML

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


Copyright © 2013. All Rights Reserved.