edu.cmu.emulator.signal
Class FadingModelParser

java.lang.Object
  extended by edu.cmu.emulator.signal.FadingModelParser

public class FadingModelParser
extends Object


Field Summary
private static HashMap fmTypeToClass
           
 
Constructor Summary
FadingModelParser()
           
 
Method Summary
static boolean isValidFadingModelType(String type)
          Tests the validity of a fading model's type.
static FadingModel newFMInstance(String type)
          Creates a new instance of a fading model object given the fading model's type.
static FadingModel parse(Element fadingModelDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fmTypeToClass

private static HashMap fmTypeToClass
Constructor Detail

FadingModelParser

public FadingModelParser()
Method Detail

isValidFadingModelType

public static boolean isValidFadingModelType(String type)
Tests the validity of a fading model's type.


newFMInstance

public static FadingModel newFMInstance(String type)
Creates a new instance of a fading model object given the fading model's type.


parse

public static FadingModel parse(Element fadingModelDef)


Copyright © 2013. All Rights Reserved.