public abstract class EffectiveTimeOverlap extends java.lang.Object implements Subsetter
Constructor and Description |
---|
EffectiveTimeOverlap(org.w3c.dom.Element config) |
EffectiveTimeOverlap(MicroSecondDate start,
MicroSecondDate end) |
EffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange) |
EffectiveTimeOverlap(TimeRange range) |
Modifier and Type | Method and Description |
---|---|
boolean |
overlaps(MicroSecondDate otherStart,
MicroSecondDate otherEnd) |
boolean |
overlaps(TimeRange otherRange) |
public EffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange)
public EffectiveTimeOverlap(TimeRange range)
public EffectiveTimeOverlap(MicroSecondDate start, MicroSecondDate end)
public EffectiveTimeOverlap(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public boolean overlaps(TimeRange otherRange)
public boolean overlaps(MicroSecondDate otherStart, MicroSecondDate otherEnd)