edu.cmu.emulator.signal
Class DelayModelParser
java.lang.Object
edu.cmu.emulator.signal.DelayModelParser
public class DelayModelParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dmTypeToClass
private static HashMap dmTypeToClass
DelayModelParser
public DelayModelParser()
isValidDelayModelType
public static boolean isValidDelayModelType(String type)
- Tests the validity of a delay model's type.
newDMInstance
public static DelayModel newDMInstance(String type)
- Creates a new instance of a delay model object given the
delay model's type.
parse
public static DelayModel parse(Element delayModelDef)
Copyright © 2013. All Rights Reserved.