public class TimeConfigConfiguration
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
TimeConfigConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
configure(org.w3c.dom.Element element) |
static TimeConfigConfiguration |
create(org.w3c.dom.Element el) |
static TimeConfigConfiguration |
createBasicTimeConfigConfig() |
TimeConfig |
createTimeConfig() |
static edu.iris.Fissures.model.TimeInterval |
getAdvanceInterval(org.w3c.dom.Element el) |
public void configure(org.w3c.dom.Element element) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldException
public static edu.iris.Fissures.model.TimeInterval getAdvanceInterval(org.w3c.dom.Element el) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldException
public static TimeConfigConfiguration create(org.w3c.dom.Element el) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldException
public TimeConfig createTimeConfig()
public java.lang.Object clone()
clone
in class java.lang.Object
public static TimeConfigConfiguration createBasicTimeConfigConfig()