edu.cmu.emulator.creator.config.event
Class StartRoute

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.Event
          extended by edu.cmu.emulator.creator.config.event.StartRoute

public class StartRoute
extends Event


Field Summary
private  String node
           
private  String route
           
 
Constructor Summary
StartRoute(String node, String route)
           
 
Method Summary
 Event clone()
           
static StartRoute fromXML(Element el)
           
 String getNode()
           
 String getRoute()
           
 String getType()
           
protected  void toXML(Document doc, Element el)
           
 
Methods inherited from class edu.cmu.emulator.creator.config.Event
toString, toXML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

private String node

route

private String route
Constructor Detail

StartRoute

public StartRoute(String node,
                  String route)
Method Detail

getType

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

getNode

public String getNode()

getRoute

public String getRoute()

clone

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

fromXML

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

toXML

protected void toXML(Document doc,
                     Element el)
Specified by:
toXML in class Event


Copyright © 2013. All Rights Reserved.