edu.cmu.emulator.creator.config
Class EventGroup
java.lang.Object
edu.cmu.emulator.creator.config.ConfigNode
edu.cmu.emulator.creator.config.EventGroup
public class EventGroup
- extends ConfigNode
time
private long time
concurrent
private boolean concurrent
events
private List<Event> events
EventGroup
public EventGroup(long time,
boolean concurrent,
List<Event> events)
EventGroup
public EventGroup(EventGroup other)
getTime
public long getTime()
getConcurrent
public boolean getConcurrent()
getEvents
public List<Event> getEvents()
setTime
public void setTime(long time)
setConcurrent
public void setConcurrent(boolean concurrent)
toString
public String toString()
- Overrides:
toString
in class Object
fromXML
public static EventGroup fromXML(Element el)
throws ConfigException
- Throws:
ConfigException
toXML
protected Element toXML(Document doc)
Copyright © 2013. All Rights Reserved.