|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.sod.subsetter.EffectiveTimeOverlap
public abstract class EffectiveTimeOverlap
| Constructor Summary | |
|---|---|
EffectiveTimeOverlap(org.w3c.dom.Element config)
|
|
EffectiveTimeOverlap(MicroSecondDate start,
MicroSecondDate end)
|
|
EffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange)
|
|
EffectiveTimeOverlap(TimeRange range)
|
|
| Method Summary | |
|---|---|
boolean |
overlaps(MicroSecondDate otherStart,
MicroSecondDate otherEnd)
|
boolean |
overlaps(TimeRange otherRange)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange)
public EffectiveTimeOverlap(TimeRange range)
public EffectiveTimeOverlap(MicroSecondDate start,
MicroSecondDate end)
public EffectiveTimeOverlap(org.w3c.dom.Element config)
throws ConfigurationException
ConfigurationException| Method Detail |
|---|
public boolean overlaps(TimeRange otherRange)
public boolean overlaps(MicroSecondDate otherStart,
MicroSecondDate otherEnd)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||